Index

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

A

AbstractDataSourceChecker - Class in org.apache.shardingsphere.data.pipeline.core.check.datasource
Abstract data source checker.
AbstractDataSourceChecker() - Constructor for class org.apache.shardingsphere.data.pipeline.core.check.datasource.AbstractDataSourceChecker
 
AbstractDataSourcePreparer - Class in org.apache.shardingsphere.data.pipeline.core.prepare.datasource
Abstract data source preparer.
AbstractDataSourcePreparer() - Constructor for class org.apache.shardingsphere.data.pipeline.core.prepare.datasource.AbstractDataSourcePreparer
 
AbstractImporter - Class in org.apache.shardingsphere.data.pipeline.core.importer
Abstract importer.
AbstractImporter(ImporterConfiguration, PipelineDataSourceManager, PipelineChannel) - Constructor for class org.apache.shardingsphere.data.pipeline.core.importer.AbstractImporter
 
AbstractIncrementalDumper<P> - Class in org.apache.shardingsphere.data.pipeline.core.ingest.dumper
Abstract incremental dumper.
AbstractIncrementalDumper(DumperConfiguration, IngestPosition<P>, PipelineChannel, PipelineTableMetaDataLoader) - Constructor for class org.apache.shardingsphere.data.pipeline.core.ingest.dumper.AbstractIncrementalDumper
 
AbstractInventoryDumper - Class in org.apache.shardingsphere.data.pipeline.core.ingest.dumper
Abstract JDBC dumper implement.
AbstractInventoryDumper(InventoryDumperConfiguration, PipelineChannel, DataSource, PipelineTableMetaDataLoader) - Constructor for class org.apache.shardingsphere.data.pipeline.core.ingest.dumper.AbstractInventoryDumper
 
AbstractPipelineJobAPIImpl - Class in org.apache.shardingsphere.data.pipeline.core.api.impl
Abstract pipeline job API impl.
AbstractPipelineJobAPIImpl() - Constructor for class org.apache.shardingsphere.data.pipeline.core.api.impl.AbstractPipelineJobAPIImpl
 
AbstractPipelineSQLBuilder - Class in org.apache.shardingsphere.data.pipeline.core.sqlbuilder
Abstract pipeline SQL builder.
AbstractPipelineSQLBuilder() - Constructor for class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
 
AbstractStreamingDataConsistencyCalculateAlgorithm - Class in org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm
Streaming data consistency calculate algorithm.
AbstractStreamingDataConsistencyCalculateAlgorithm() - Constructor for class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.AbstractStreamingDataConsistencyCalculateAlgorithm
 
ack(List<Record>) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.MultiplexMemoryPipelineChannel
 
ack(List<Record>) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.SimpleMemoryPipelineChannel
 
addIfNotExistsForCreateTableSQL(String) - Method in class org.apache.shardingsphere.data.pipeline.core.prepare.datasource.AbstractDataSourcePreparer
 
addJob(String, RuleAlteredJob) - Static method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobCenter
Add job.
aggregateDataConsistencyCheckResults(String, Map<String, DataConsistencyCheckResult>) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
allInventoryTasksFinished(Collection<InventoryTask>) - Static method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobProgressDetector
All inventory tasks is finished.

B

buildCheckEmptySQL(String, String) - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
 
buildChunkedQuerySQL(String, String, String, boolean) - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
 
buildCountSQL(String, String) - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
 
buildDeleteSQL(String, DataRecord, Collection<Column>) - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
 
buildInsertSQL(String, DataRecord, Map<LogicTableName, Set<String>>) - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
 
buildInventoryDumpSQL(String, String, String, int, boolean) - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
 
buildSplitByPrimaryKeyRangeSQL(String, String, String) - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
 
buildTaskConfig(RuleAlteredJobConfiguration, int, OnRuleAlteredActionConfiguration) - Static method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobWorker
Build task configuration.
buildTruncateSQL(String, String) - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
 
buildUpdateSQL(String, DataRecord, Collection<Column>, Map<LogicTableName, Set<String>>) - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
 

C

calculate(DataConsistencyCalculateParameter) - Method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.AbstractStreamingDataConsistencyCalculateAlgorithm
 
calculate(DataConsistencyCalculateParameter) - Method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.CRC32MatchDataConsistencyCalculateAlgorithm
 
calculateChunk(DataConsistencyCalculateParameter) - Method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.AbstractStreamingDataConsistencyCalculateAlgorithm
Calculate chunked records at one time.
calculateChunk(DataConsistencyCalculateParameter) - Method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.DataMatchDataConsistencyCalculateAlgorithm
 
check(DataConsistencyCalculateAlgorithm) - Method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.DataConsistencyChecker
Check data consistency.
checkConnection(Collection<? extends DataSource>) - Method in class org.apache.shardingsphere.data.pipeline.core.check.datasource.AbstractDataSourceChecker
 
checkTargetTable(Collection<? extends DataSource>, TableNameSchemaNameMapping, Collection<String>) - Method in class org.apache.shardingsphere.data.pipeline.core.check.datasource.AbstractDataSourceChecker
 
cleanup(RuleAlteredJobConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobPreparer
Do cleanup work for scaling job.
cleanupTargetTables(RuleAlteredJobConfiguration) - Method in class org.apache.shardingsphere.scaling.core.job.environment.ScalingEnvironmentManager
Cleanup target tables.
clear(long) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.ManualBitSet
Clear expire BitSet.
close() - Method in class org.apache.shardingsphere.data.pipeline.core.datasource.PipelineDataSourceManager
Close, close cached data source.
close() - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.MultiplexMemoryPipelineChannel
 
close() - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.SimpleMemoryPipelineChannel
 
close() - Method in class org.apache.shardingsphere.data.pipeline.core.task.IncrementalTask
 
close() - Method in class org.apache.shardingsphere.data.pipeline.core.task.InventoryTask
 
compareTo(PipelineColumnMetaData) - Method in class org.apache.shardingsphere.data.pipeline.core.metadata.model.PipelineColumnMetaData
 
CoordinatorRegistryCenterInitializer - Class in org.apache.shardingsphere.data.pipeline.core.registry
CoordinatorRegistryCenter initializer.
CoordinatorRegistryCenterInitializer() - Constructor for class org.apache.shardingsphere.data.pipeline.core.registry.CoordinatorRegistryCenterInitializer
 
CRC32MatchDataConsistencyCalculateAlgorithm - Class in org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm
CRC32 match data consistency calculate algorithm.
CRC32MatchDataConsistencyCalculateAlgorithm() - Constructor for class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.CRC32MatchDataConsistencyCalculateAlgorithm
 
createImporter(ImporterConfiguration, PipelineDataSourceManager, PipelineChannel) - Static method in class org.apache.shardingsphere.scaling.core.job.importer.ImporterFactory
Create importer.
createIncrementalDumper(DumperConfiguration, IngestPosition<?>, PipelineChannel, PipelineTableMetaDataLoader) - Static method in class org.apache.shardingsphere.scaling.core.job.dumper.DumperFactory
Create incremental dumper.
createInventoryDumper(InventoryDumperConfiguration, PipelineChannel, DataSource, PipelineTableMetaDataLoader) - Static method in class org.apache.shardingsphere.scaling.core.job.dumper.DumperFactory
Create inventory dumper.
createPipelineChannel(int, AckCallback) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.MemoryPipelineChannelCreator
 
createPipelineDataSource(Object) - Method in class org.apache.shardingsphere.data.pipeline.core.datasource.creator.impl.StandardPipelineDataSourceCreator
 
createPipelineDataSource(Object) - Method in interface org.apache.shardingsphere.data.pipeline.core.datasource.creator.PipelineDataSourceCreator
Create pipeline data source.
createPreparedStatement(Connection, String) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.dumper.AbstractInventoryDumper
 
createRegistryCenter(ModeConfiguration, String) - Method in class org.apache.shardingsphere.data.pipeline.core.registry.CoordinatorRegistryCenterInitializer
Create registry center instance.
createRuleAlteredContext(RuleAlteredJobConfiguration) - Static method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobWorker
Create rule altered context.

D

DATA_PIPELINE_NODE_NAME - Static variable in class org.apache.shardingsphere.data.pipeline.core.constant.DataPipelineConstants
Data pipeline node name.
DATA_PIPELINE_ROOT - Static variable in class org.apache.shardingsphere.data.pipeline.core.constant.DataPipelineConstants
Data pipeline root path.
DataConsistencyCalculateAlgorithmFactory - Class in org.apache.shardingsphere.data.pipeline.core.check.consistency
Data consistency calculate algorithm factory.
DataConsistencyCalculateAlgorithmFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.core.check.consistency.DataConsistencyCalculateAlgorithmFactory
 
dataConsistencyCheck(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
dataConsistencyCheck(String, String, Properties) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
dataConsistencyCheck(RuleAlteredJobConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
DataConsistencyChecker - Class in org.apache.shardingsphere.data.pipeline.core.check.consistency
Data consistency checker.
DataConsistencyChecker(RuleAlteredJobConfiguration) - Constructor for class org.apache.shardingsphere.data.pipeline.core.check.consistency.DataConsistencyChecker
 
DataMatchDataConsistencyCalculateAlgorithm - Class in org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm
Data match data consistency calculate algorithm.
DataMatchDataConsistencyCalculateAlgorithm() - Constructor for class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.DataMatchDataConsistencyCalculateAlgorithm
 
DataPipelineConstants - Class in org.apache.shardingsphere.data.pipeline.core.constant
Data pipeline constants.
DataPipelineConstants() - Constructor for class org.apache.shardingsphere.data.pipeline.core.constant.DataPipelineConstants
 
DataRecordMerger - Class in org.apache.shardingsphere.data.pipeline.core.importer
Data Record merger.
DataRecordMerger() - Constructor for class org.apache.shardingsphere.data.pipeline.core.importer.DataRecordMerger
 
DataSourcePreparer - Interface in org.apache.shardingsphere.data.pipeline.core.prepare.datasource
Data source preparer.
DATE_TIME_FORMATTER - Static variable in class org.apache.shardingsphere.data.pipeline.core.api.impl.AbstractPipelineJobAPIImpl
 
decorate(String, String) - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
 
DefaultMetadataCheckoutLock - Class in org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi
Default metadata checkout lock.
DefaultMetadataCheckoutLock() - Constructor for class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi.DefaultMetadataCheckoutLock
 
DefaultSourceWritingStopLock - Class in org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi
Default source writing stop lock.
DefaultSourceWritingStopLock() - Constructor for class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi.DefaultSourceWritingStopLock
 
DELETE - Static variable in class org.apache.shardingsphere.data.pipeline.core.ingest.IngestDataChangeType
Delete flag.
deleteJob(String) - Method in interface org.apache.shardingsphere.data.pipeline.core.api.GovernanceRepositoryAPI
Delete job.
deleteJob(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.GovernanceRepositoryAPIImpl
 
doStart() - Method in class org.apache.shardingsphere.data.pipeline.core.execute.FinishedCheckJobExecutor
 
doStart() - Method in class org.apache.shardingsphere.data.pipeline.core.execute.PipelineJobExecutor
 
doStart() - Method in class org.apache.shardingsphere.data.pipeline.core.importer.AbstractImporter
 
doStart() - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.dumper.AbstractInventoryDumper
 
doStart() - Method in class org.apache.shardingsphere.data.pipeline.core.task.IncrementalTask
 
doStart() - Method in class org.apache.shardingsphere.data.pipeline.core.task.InventoryTask
 
doStop() - Method in class org.apache.shardingsphere.data.pipeline.core.execute.FinishedCheckJobExecutor
 
doStop() - Method in class org.apache.shardingsphere.data.pipeline.core.execute.PipelineJobExecutor
 
doStop() - Method in class org.apache.shardingsphere.data.pipeline.core.importer.AbstractImporter
 
doStop() - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.dumper.AbstractInventoryDumper
 
doStop() - Method in class org.apache.shardingsphere.data.pipeline.core.task.IncrementalTask
 
doStop() - Method in class org.apache.shardingsphere.data.pipeline.core.task.InventoryTask
 
DumperFactory - Class in org.apache.shardingsphere.scaling.core.job.dumper
Dumper factory.
DumperFactory() - Constructor for class org.apache.shardingsphere.scaling.core.job.dumper.DumperFactory
 

E

EmptyAckCallback - Class in org.apache.shardingsphere.data.pipeline.core.ingest.channel
Empty implementation of record acknowledged callback.
EmptyAckCallback() - Constructor for class org.apache.shardingsphere.data.pipeline.core.ingest.channel.EmptyAckCallback
 
EnvironmentChecker - Interface in org.apache.shardingsphere.scaling.core.job.check
Environment checker.
EnvironmentCheckerFactory - Class in org.apache.shardingsphere.scaling.core.job.check
Environment checker factory.
EnvironmentCheckerFactory() - Constructor for class org.apache.shardingsphere.scaling.core.job.check.EnvironmentCheckerFactory
 
equals(Object) - Method in class org.apache.shardingsphere.data.pipeline.core.metadata.model.PipelineColumnMetaData
 
equals(Object) - Method in class org.apache.shardingsphere.data.pipeline.core.metadata.model.PipelineTableMetaData
 
execute(ShardingContext) - Method in class org.apache.shardingsphere.data.pipeline.core.job.FinishedCheckJob
 
execute(ShardingContext) - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJob
 
ExecuteCallback - Interface in org.apache.shardingsphere.data.pipeline.core.execute
Scaling task execute callback.
ExecuteEngine - Class in org.apache.shardingsphere.data.pipeline.core.execute
Scaling executor engine.
ExecuteEngine() - Constructor for class org.apache.shardingsphere.data.pipeline.core.execute.ExecuteEngine
 
executeTargetTableSQL(Connection, String) - Method in class org.apache.shardingsphere.data.pipeline.core.prepare.datasource.AbstractDataSourcePreparer
 
existJob(String) - Static method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobSchedulerCenter
Check whether the same job exists.
extractConditionColumns(DataRecord, Set<String>) - Static method in class org.apache.shardingsphere.data.pipeline.core.record.RecordUtil
Extract condition columns(include primary and sharding columns) from data record.
extractPrimaryColumns(DataRecord) - Static method in class org.apache.shardingsphere.data.pipeline.core.record.RecordUtil
Extract primary columns from data record.
extractUpdatedColumns(DataRecord) - Static method in class org.apache.shardingsphere.data.pipeline.core.record.RecordUtil
Extract updated columns from data record.
extractUpdatedColumns(DataRecord, Map<LogicTableName, Set<String>>) - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
 

F

fetchRecords(int, int) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.MultiplexMemoryPipelineChannel
 
fetchRecords(int, int) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.SimpleMemoryPipelineChannel
 
FinishedCheckJob - Class in org.apache.shardingsphere.data.pipeline.core.job
 
FinishedCheckJob() - Constructor for class org.apache.shardingsphere.data.pipeline.core.job.FinishedCheckJob
 
FinishedCheckJobExecutor - Class in org.apache.shardingsphere.data.pipeline.core.execute
Finished check job executor.
FinishedCheckJobExecutor() - Constructor for class org.apache.shardingsphere.data.pipeline.core.execute.FinishedCheckJobExecutor
 

G

generateLogicDDLSQL(DatabaseType, String, String, String) - Method in class org.apache.shardingsphere.data.pipeline.core.metadata.generator.PipelineDDLGenerator
Generate logic ddl sql.
get(long, long) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.ManualBitSet
Get BitSet with specified range.
getAllInstances() - Static method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.DataConsistencyCalculateAlgorithmFactory
Get all data consistency calculate algorithm instances.
getChildrenKeys(String) - Method in interface org.apache.shardingsphere.data.pipeline.core.api.GovernanceRepositoryAPI
Get node's sub-nodes list.
getChildrenKeys(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.GovernanceRepositoryAPIImpl
 
getColumnMetaData(int) - Method in class org.apache.shardingsphere.data.pipeline.core.metadata.model.PipelineTableMetaData
Get column metadata.
getColumnMetaData(String) - Method in class org.apache.shardingsphere.data.pipeline.core.metadata.model.PipelineTableMetaData
Get column metadata.
getContextManager() - Static method in class org.apache.shardingsphere.data.pipeline.core.context.PipelineContext
Get context manager.
getDatabaseType() - Method in class org.apache.shardingsphere.data.pipeline.core.check.datasource.AbstractDataSourceChecker
 
getDataSource(PipelineDataSourceConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.core.datasource.PipelineDataSourceManager
Get cached data source.
getDataSourcePreparer(String) - Static method in class org.apache.shardingsphere.scaling.core.job.check.EnvironmentCheckerFactory
Create data source preparer instance.
getDataSourcePreparerClass() - Method in interface org.apache.shardingsphere.scaling.core.job.check.EnvironmentChecker
Get data source preparer type.
getDescription() - Method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.CRC32MatchDataConsistencyCalculateAlgorithm
 
getDescription() - Method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.DataMatchDataConsistencyCalculateAlgorithm
 
getElasticJobConfigPOJO(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.AbstractPipelineJobAPIImpl
 
getEndIndex(long, int) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.ManualBitSet
Get end index.
getEnvironmentCheckerClass() - Method in interface org.apache.shardingsphere.scaling.core.spi.ScalingEntry
Get environment checker type.
getField(Class<?>, String, boolean) - Static method in class org.apache.shardingsphere.data.pipeline.core.util.ReflectionUtil
Get field from class.
getFieldValue(Object, String, Class<T>) - Static method in class org.apache.shardingsphere.data.pipeline.core.util.ReflectionUtil
Get field value from instance target object.
getGovernanceRepositoryAPI() - Static method in class org.apache.shardingsphere.data.pipeline.core.api.PipelineAPIFactory
Get governance repository API.
getImporterClass() - Method in interface org.apache.shardingsphere.scaling.core.spi.ScalingEntry
Get importer type.
getIncrementalDumperClass() - Method in interface org.apache.shardingsphere.scaling.core.spi.ScalingEntry
Get incremental dumper type.
getInstance() - Static method in class org.apache.shardingsphere.data.pipeline.core.lock.PipelineSimpleLock
Get instance.
getInstance(String) - Static method in class org.apache.shardingsphere.data.pipeline.core.datasource.creator.PipelineDataSourceCreatorFactory
Get pipeline data source creator instance.
getInstance(String) - Static method in class org.apache.shardingsphere.data.pipeline.core.ingest.position.PositionInitializerFactory
Get instance of position initializer.
getInstance(String) - Static method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.PipelineSQLBuilderFactory
Get instance of pipeline SQL builder.
getInstance(String) - Static method in class org.apache.shardingsphere.scaling.core.spi.ScalingEntryFactory
Get instance of scaling entry.
getInventoryDumperClass() - Method in interface org.apache.shardingsphere.scaling.core.spi.ScalingEntry
Get inventory dumper type.
getJobCheckResult(String) - Method in interface org.apache.shardingsphere.data.pipeline.core.api.GovernanceRepositoryAPI
Get job check result.
getJobCheckResult(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.GovernanceRepositoryAPIImpl
 
getJobConfig() - Method in class org.apache.shardingsphere.data.pipeline.core.prepare.datasource.PrepareTargetTablesParameter
Get job configuration.
getJobConfig(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
getJobConfigPath(String) - Static method in class org.apache.shardingsphere.data.pipeline.core.metadata.node.PipelineMetaDataNode
Get job config path.
getJobConfigurationAPI() - Static method in class org.apache.shardingsphere.data.pipeline.core.api.PipelineAPIFactory
Get job configuration API.
getJobOperateAPI() - Static method in class org.apache.shardingsphere.data.pipeline.core.api.PipelineAPIFactory
Get job operate API.
getJobProgress(String, int) - Method in interface org.apache.shardingsphere.data.pipeline.core.api.GovernanceRepositoryAPI
Get job progress.
getJobProgress(String, int) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.GovernanceRepositoryAPIImpl
 
getJobStatisticsAPI() - Static method in class org.apache.shardingsphere.data.pipeline.core.api.PipelineAPIFactory
Get job statistics API.
getLeftIdentifierQuoteString() - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
Get left identifier quote string.
getModeConfig() - Static method in class org.apache.shardingsphere.data.pipeline.core.context.PipelineContext
Get mode configuration.
getProgress() - Method in class org.apache.shardingsphere.data.pipeline.core.task.InventoryTask
 
getProgress() - Method in interface org.apache.shardingsphere.data.pipeline.core.task.PipelineTask
Get Task progress.
getProgress(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
getProgress(RuleAlteredJobConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
getRegistryCenter() - Static method in class org.apache.shardingsphere.data.pipeline.core.api.PipelineAPIFactory
Get registry center.
getRightIdentifierQuoteString() - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
Get right identifier quote string.
getScalingCheckResultPath(String) - Static method in class org.apache.shardingsphere.data.pipeline.core.metadata.node.PipelineMetaDataNode
Get scaling job config path.
getScalingJobConfigPath(String) - Static method in class org.apache.shardingsphere.data.pipeline.core.metadata.node.PipelineMetaDataNode
Get scaling job config path.
getScalingJobOffsetPath(String) - Static method in class org.apache.shardingsphere.data.pipeline.core.metadata.node.PipelineMetaDataNode
Get scaling job offset path.
getScalingJobOffsetPath(String, int) - Static method in class org.apache.shardingsphere.data.pipeline.core.metadata.node.PipelineMetaDataNode
Get scaling job offset path, include job id and sharding item.
getScalingJobPath(String) - Static method in class org.apache.shardingsphere.data.pipeline.core.metadata.node.PipelineMetaDataNode
Get scaling root path.
getSchemaName(String) - Method in class org.apache.shardingsphere.data.pipeline.core.importer.AbstractImporter
 
getShardingItems(String) - Method in interface org.apache.shardingsphere.data.pipeline.core.api.GovernanceRepositoryAPI
Get sharding items of job.
getShardingItems(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.GovernanceRepositoryAPIImpl
 
getSourceCachedDataSource(RuleAlteredJobConfiguration, PipelineDataSourceManager) - Method in class org.apache.shardingsphere.data.pipeline.core.prepare.datasource.AbstractDataSourcePreparer
 
getSourceDataSource() - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobContext
Get source data source.
getSourceMetaDataLoader() - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobContext
Get source metadata loader.
getStaticFieldValue(Class<?>, String, Class<T>) - Static method in class org.apache.shardingsphere.data.pipeline.core.util.ReflectionUtil
Get static field value.
getSupportedDatabaseTypes() - Method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.CRC32MatchDataConsistencyCalculateAlgorithm
 
getSupportedDatabaseTypes() - Method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.DataMatchDataConsistencyCalculateAlgorithm
 
getTableDefinitionSQLType(String) - Method in class org.apache.shardingsphere.data.pipeline.core.prepare.datasource.AbstractDataSourcePreparer
 
getTableMetaData(String, String) - Method in class org.apache.shardingsphere.data.pipeline.core.metadata.loader.PipelineTableMetaDataLoader
Get table metadata, load if it does not exist.
getTargetCachedDataSource(TaskConfiguration, PipelineDataSourceManager) - Method in class org.apache.shardingsphere.data.pipeline.core.prepare.datasource.AbstractDataSourcePreparer
 
getTaskId() - Method in interface org.apache.shardingsphere.data.pipeline.core.task.PipelineTask
Get task id.
getType() - Method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.CRC32MatchDataConsistencyCalculateAlgorithm
 
getType() - Method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.DataMatchDataConsistencyCalculateAlgorithm
 
getType() - Method in class org.apache.shardingsphere.data.pipeline.core.check.datasource.AbstractDataSourceChecker
 
getType() - Method in class org.apache.shardingsphere.data.pipeline.core.datasource.creator.impl.StandardPipelineDataSourceCreator
 
getType() - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.MemoryPipelineChannelCreator
 
getType() - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi.IdleRuleAlteredJobCompletionDetectAlgorithm
 
GovernanceRepositoryAPI - Interface in org.apache.shardingsphere.data.pipeline.core.api
Governance repository API.
GovernanceRepositoryAPIImpl - Class in org.apache.shardingsphere.data.pipeline.core.api.impl
Governance repository API impl.
GovernanceRepositoryAPIImpl() - Constructor for class org.apache.shardingsphere.data.pipeline.core.api.impl.GovernanceRepositoryAPIImpl
 
group(List<DataRecord>) - Method in class org.apache.shardingsphere.data.pipeline.core.importer.DataRecordMerger
Group by table and type.

H

hashCode() - Method in class org.apache.shardingsphere.data.pipeline.core.metadata.model.PipelineColumnMetaData
 
hashCode() - Method in class org.apache.shardingsphere.data.pipeline.core.metadata.model.PipelineTableMetaData
 

I

IdleRuleAlteredJobCompletionDetectAlgorithm - Class in org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi
Idle rule altered job completion detect algorithm.
IdleRuleAlteredJobCompletionDetectAlgorithm() - Constructor for class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi.IdleRuleAlteredJobCompletionDetectAlgorithm
 
ImporterFactory - Class in org.apache.shardingsphere.scaling.core.job.importer
Importer factory.
ImporterFactory() - Constructor for class org.apache.shardingsphere.scaling.core.job.importer.ImporterFactory
 
IncrementalTask - Class in org.apache.shardingsphere.data.pipeline.core.task
Incremental task.
IncrementalTask(int, DumperConfiguration, ImporterConfiguration, PipelineChannelCreator, PipelineDataSourceManager, PipelineTableMetaDataLoader, ExecuteEngine) - Constructor for class org.apache.shardingsphere.data.pipeline.core.task.IncrementalTask
 
IngestDataChangeType - Class in org.apache.shardingsphere.data.pipeline.core.ingest
Ingest data change type.
IngestDataChangeType() - Constructor for class org.apache.shardingsphere.data.pipeline.core.ingest.IngestDataChangeType
 
IngestException - Exception in org.apache.shardingsphere.data.pipeline.core.ingest.exception
Ingest exception.
IngestException(String) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.ingest.exception.IngestException
 
IngestException(String, Throwable) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.ingest.exception.IngestException
 
IngestException(Throwable) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.ingest.exception.IngestException
 
init(Properties) - Method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.CRC32MatchDataConsistencyCalculateAlgorithm
 
init(Properties) - Method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm.DataMatchDataConsistencyCalculateAlgorithm
 
init(Properties) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.MemoryPipelineChannelCreator
 
init(Properties) - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi.IdleRuleAlteredJobCompletionDetectAlgorithm
 
initContextManager(ContextManager) - Static method in class org.apache.shardingsphere.data.pipeline.core.context.PipelineContext
Initialize context manager.
initModeConfig(ModeConfiguration) - Static method in class org.apache.shardingsphere.data.pipeline.core.context.PipelineContext
Initialize mode configuration.
initWorkerIfNecessary() - Static method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobWorker
Initialize job worker if necessary.
INSERT - Static variable in class org.apache.shardingsphere.data.pipeline.core.ingest.IngestDataChangeType
Insert flag.
InventoryTask - Class in org.apache.shardingsphere.data.pipeline.core.task
Inventory task.
InventoryTask(InventoryDumperConfiguration, ImporterConfiguration, PipelineChannelCreator, PipelineDataSourceManager, DataSource, PipelineTableMetaDataLoader, ExecuteEngine) - Constructor for class org.apache.shardingsphere.data.pipeline.core.task.InventoryTask
 
InventoryTaskSplitter - Class in org.apache.shardingsphere.data.pipeline.scenario.rulealtered.prepare
Inventory data task splitter.
InventoryTaskSplitter() - Constructor for class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.prepare.InventoryTaskSplitter
 
invokeMethod(Object, String, Class<?>[], Object[]) - Static method in class org.apache.shardingsphere.data.pipeline.core.util.ReflectionUtil
Invoke method.
isAlmostCompleted(RuleAlteredJobAlmostCompletedParameter) - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi.IdleRuleAlteredJobCompletionDetectAlgorithm
 
isDataConsistencyCheckNeeded(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
isDataConsistencyCheckNeeded(RuleAlteredJobConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
isExisted(String) - Method in interface org.apache.shardingsphere.data.pipeline.core.api.GovernanceRepositoryAPI
Whether key existing or not.
isExisted(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.GovernanceRepositoryAPIImpl
 
isIntegerColumn(int) - Static method in class org.apache.shardingsphere.data.pipeline.core.util.PipelineJdbcUtils
Whether column is integer type.
isJobCompleted(int, Collection<JobProgress>) - Static method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobProgressDetector
Whether job is completed (successful or failed).
isJobSuccessful(int, Collection<JobProgress>) - Static method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobProgressDetector
Whether job is successful.
isOnRuleAlteredActionEnabled(RuleConfiguration) - Static method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobWorker
Is on rule altered action enabled.
isShardingColumn(Map<LogicTableName, Set<String>>, String, String) - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
 
isStringColumn(int) - Static method in class org.apache.shardingsphere.data.pipeline.core.util.PipelineJdbcUtils
Whether column is string column.
isUniqueKey(int) - Method in class org.apache.shardingsphere.data.pipeline.core.metadata.model.PipelineTableMetaData
Judge whether column is unique key or not.

J

JobProgressYamlSwapper - Class in org.apache.shardingsphere.data.pipeline.core.job.progress.yaml
Job progress YAML swapper.
JobProgressYamlSwapper() - Constructor for class org.apache.shardingsphere.data.pipeline.core.job.progress.yaml.JobProgressYamlSwapper
 

L

list() - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
listDataConsistencyCheckAlgorithms() - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
lock(String, String) - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi.DefaultMetadataCheckoutLock
 
lock(String, String) - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi.DefaultSourceWritingStopLock
 

M

ManualBitSet - Class in org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory
Manual BitSet.
ManualBitSet() - Constructor for class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.ManualBitSet
 
MemoryPipelineChannelCreator - Class in org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory
Memory implementation of pipeline channel creator.
MemoryPipelineChannelCreator() - Constructor for class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.MemoryPipelineChannelCreator
 
merge(List<DataRecord>) - Method in class org.apache.shardingsphere.data.pipeline.core.importer.DataRecordMerger
Merge data record.
MultiplexMemoryPipelineChannel - Class in org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory
Multiplex memory pipeline channel.
MultiplexMemoryPipelineChannel() - Constructor for class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.MultiplexMemoryPipelineChannel
 
MultiplexMemoryPipelineChannel(int, int, AckCallback) - Constructor for class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.MultiplexMemoryPipelineChannel
 
MultiplexMemoryPipelineChannel(int, AckCallback) - Constructor for class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.MultiplexMemoryPipelineChannel
 
MultiplexMemoryPipelineChannel(AckCallback) - Constructor for class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.MultiplexMemoryPipelineChannel
 

N

newCachedThreadInstance(String) - Static method in class org.apache.shardingsphere.data.pipeline.core.execute.ExecuteEngine
Create task execute engine instance with cached thread pool.
newFixedThreadInstance(int, String) - Static method in class org.apache.shardingsphere.data.pipeline.core.execute.ExecuteEngine
Create task execute engine instance with fixed thread pool.
newInstance(String, Properties) - Static method in class org.apache.shardingsphere.data.pipeline.core.check.consistency.DataConsistencyCalculateAlgorithmFactory
Create new instance of data consistency calculate algorithm.
newInstance(PipelineDataSourceConfiguration) - Static method in class org.apache.shardingsphere.data.pipeline.core.datasource.PipelineDataSourceFactory
New instance data source wrapper.

O

onAck(List<Record>) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.EmptyAckCallback
 
onFailure(Throwable) - Method in interface org.apache.shardingsphere.data.pipeline.core.execute.ExecuteCallback
Callback when execute failure.
onInitialized(ModeConfiguration, ContextManager) - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi.RuleAlteredContextManagerLifecycleListener
 
onSuccess() - Method in interface org.apache.shardingsphere.data.pipeline.core.execute.ExecuteCallback
Callback when execute success.
org.apache.shardingsphere.data.pipeline.core.api - package org.apache.shardingsphere.data.pipeline.core.api
 
org.apache.shardingsphere.data.pipeline.core.api.impl - package org.apache.shardingsphere.data.pipeline.core.api.impl
 
org.apache.shardingsphere.data.pipeline.core.check.consistency - package org.apache.shardingsphere.data.pipeline.core.check.consistency
 
org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm - package org.apache.shardingsphere.data.pipeline.core.check.consistency.algorithm
 
org.apache.shardingsphere.data.pipeline.core.check.datasource - package org.apache.shardingsphere.data.pipeline.core.check.datasource
 
org.apache.shardingsphere.data.pipeline.core.constant - package org.apache.shardingsphere.data.pipeline.core.constant
 
org.apache.shardingsphere.data.pipeline.core.context - package org.apache.shardingsphere.data.pipeline.core.context
 
org.apache.shardingsphere.data.pipeline.core.datasource - package org.apache.shardingsphere.data.pipeline.core.datasource
 
org.apache.shardingsphere.data.pipeline.core.datasource.creator - package org.apache.shardingsphere.data.pipeline.core.datasource.creator
 
org.apache.shardingsphere.data.pipeline.core.datasource.creator.impl - package org.apache.shardingsphere.data.pipeline.core.datasource.creator.impl
 
org.apache.shardingsphere.data.pipeline.core.exception - package org.apache.shardingsphere.data.pipeline.core.exception
 
org.apache.shardingsphere.data.pipeline.core.execute - package org.apache.shardingsphere.data.pipeline.core.execute
 
org.apache.shardingsphere.data.pipeline.core.importer - package org.apache.shardingsphere.data.pipeline.core.importer
 
org.apache.shardingsphere.data.pipeline.core.ingest - package org.apache.shardingsphere.data.pipeline.core.ingest
 
org.apache.shardingsphere.data.pipeline.core.ingest.channel - package org.apache.shardingsphere.data.pipeline.core.ingest.channel
 
org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory - package org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory
 
org.apache.shardingsphere.data.pipeline.core.ingest.dumper - package org.apache.shardingsphere.data.pipeline.core.ingest.dumper
 
org.apache.shardingsphere.data.pipeline.core.ingest.exception - package org.apache.shardingsphere.data.pipeline.core.ingest.exception
 
org.apache.shardingsphere.data.pipeline.core.ingest.position - package org.apache.shardingsphere.data.pipeline.core.ingest.position
 
org.apache.shardingsphere.data.pipeline.core.job - package org.apache.shardingsphere.data.pipeline.core.job
 
org.apache.shardingsphere.data.pipeline.core.job.progress.yaml - package org.apache.shardingsphere.data.pipeline.core.job.progress.yaml
 
org.apache.shardingsphere.data.pipeline.core.lock - package org.apache.shardingsphere.data.pipeline.core.lock
 
org.apache.shardingsphere.data.pipeline.core.metadata.generator - package org.apache.shardingsphere.data.pipeline.core.metadata.generator
 
org.apache.shardingsphere.data.pipeline.core.metadata.loader - package org.apache.shardingsphere.data.pipeline.core.metadata.loader
 
org.apache.shardingsphere.data.pipeline.core.metadata.model - package org.apache.shardingsphere.data.pipeline.core.metadata.model
 
org.apache.shardingsphere.data.pipeline.core.metadata.node - package org.apache.shardingsphere.data.pipeline.core.metadata.node
 
org.apache.shardingsphere.data.pipeline.core.prepare.datasource - package org.apache.shardingsphere.data.pipeline.core.prepare.datasource
 
org.apache.shardingsphere.data.pipeline.core.record - package org.apache.shardingsphere.data.pipeline.core.record
 
org.apache.shardingsphere.data.pipeline.core.registry - package org.apache.shardingsphere.data.pipeline.core.registry
 
org.apache.shardingsphere.data.pipeline.core.sqlbuilder - package org.apache.shardingsphere.data.pipeline.core.sqlbuilder
 
org.apache.shardingsphere.data.pipeline.core.task - package org.apache.shardingsphere.data.pipeline.core.task
 
org.apache.shardingsphere.data.pipeline.core.util - package org.apache.shardingsphere.data.pipeline.core.util
 
org.apache.shardingsphere.data.pipeline.scenario.rulealtered - package org.apache.shardingsphere.data.pipeline.scenario.rulealtered
 
org.apache.shardingsphere.data.pipeline.scenario.rulealtered.prepare - package org.apache.shardingsphere.data.pipeline.scenario.rulealtered.prepare
 
org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi - package org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi
 
org.apache.shardingsphere.scaling.core.job.check - package org.apache.shardingsphere.scaling.core.job.check
 
org.apache.shardingsphere.scaling.core.job.dumper - package org.apache.shardingsphere.scaling.core.job.dumper
 
org.apache.shardingsphere.scaling.core.job.environment - package org.apache.shardingsphere.scaling.core.job.environment
 
org.apache.shardingsphere.scaling.core.job.importer - package org.apache.shardingsphere.scaling.core.job.importer
 
org.apache.shardingsphere.scaling.core.spi - package org.apache.shardingsphere.scaling.core.spi
 

P

persist(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.core.api.GovernanceRepositoryAPI
Persist data.
persist(String, String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.GovernanceRepositoryAPIImpl
 
persistJobCheckResult(String, boolean) - Method in interface org.apache.shardingsphere.data.pipeline.core.api.GovernanceRepositoryAPI
Persist job check result.
persistJobCheckResult(String, boolean) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.GovernanceRepositoryAPIImpl
 
persistJobProgress(RuleAlteredJobContext) - Method in interface org.apache.shardingsphere.data.pipeline.core.api.GovernanceRepositoryAPI
Persist job progress.
persistJobProgress(RuleAlteredJobContext) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.GovernanceRepositoryAPIImpl
 
PipelineAPIFactory - Class in org.apache.shardingsphere.data.pipeline.core.api
Pipeline API factory.
PipelineAPIFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.core.api.PipelineAPIFactory
 
PipelineColumnMetaData - Class in org.apache.shardingsphere.data.pipeline.core.metadata.model
Column meta data.
PipelineColumnMetaData() - Constructor for class org.apache.shardingsphere.data.pipeline.core.metadata.model.PipelineColumnMetaData
 
PipelineContext - Class in org.apache.shardingsphere.data.pipeline.core.context
Pipeline context.
PipelineContext() - Constructor for class org.apache.shardingsphere.data.pipeline.core.context.PipelineContext
 
PipelineDataConsistencyCheckFailedException - Exception in org.apache.shardingsphere.data.pipeline.core.exception
Pipeline data consistency check failed exception.
PipelineDataConsistencyCheckFailedException(String) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineDataConsistencyCheckFailedException
 
PipelineDataConsistencyCheckFailedException(String, Throwable) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineDataConsistencyCheckFailedException
 
PipelineDataSourceCreator - Interface in org.apache.shardingsphere.data.pipeline.core.datasource.creator
Pipeline data source creator.
PipelineDataSourceCreatorFactory - Class in org.apache.shardingsphere.data.pipeline.core.datasource.creator
Pipeline data source creator factory.
PipelineDataSourceCreatorFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.core.datasource.creator.PipelineDataSourceCreatorFactory
 
PipelineDataSourceFactory - Class in org.apache.shardingsphere.data.pipeline.core.datasource
Pipeline data source factory.
PipelineDataSourceFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.core.datasource.PipelineDataSourceFactory
 
PipelineDataSourceManager - Class in org.apache.shardingsphere.data.pipeline.core.datasource
Pipeline data source manager.
PipelineDataSourceManager() - Constructor for class org.apache.shardingsphere.data.pipeline.core.datasource.PipelineDataSourceManager
 
PipelineDDLGenerator - Class in org.apache.shardingsphere.data.pipeline.core.metadata.generator
Pipeline ddl generator.
PipelineDDLGenerator() - Constructor for class org.apache.shardingsphere.data.pipeline.core.metadata.generator.PipelineDDLGenerator
 
PipelineIndexMetaData - Class in org.apache.shardingsphere.data.pipeline.core.metadata.model
Pipeline meta data of index.
PipelineIndexMetaData() - Constructor for class org.apache.shardingsphere.data.pipeline.core.metadata.model.PipelineIndexMetaData
 
PipelineJdbcUtils - Class in org.apache.shardingsphere.data.pipeline.core.util
Pipeline JDBC utils.
PipelineJdbcUtils() - Constructor for class org.apache.shardingsphere.data.pipeline.core.util.PipelineJdbcUtils
 
PipelineJobCreationException - Exception in org.apache.shardingsphere.data.pipeline.core.exception
Pipeline job creation exception.
PipelineJobCreationException() - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineJobCreationException
 
PipelineJobCreationException(String) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineJobCreationException
 
PipelineJobCreationException(String, Throwable) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineJobCreationException
 
PipelineJobCreationException(String, Throwable, boolean, boolean) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineJobCreationException
 
PipelineJobCreationException(Throwable) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineJobCreationException
 
PipelineJobExecutionException - Exception in org.apache.shardingsphere.data.pipeline.core.exception
Pipeline job execution exception.
PipelineJobExecutionException(String) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineJobExecutionException
 
PipelineJobExecutionException(String, Throwable) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineJobExecutionException
 
PipelineJobExecutionException(Throwable) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineJobExecutionException
 
PipelineJobExecutor - Class in org.apache.shardingsphere.data.pipeline.core.execute
Pipeline job executor.
PipelineJobExecutor() - Constructor for class org.apache.shardingsphere.data.pipeline.core.execute.PipelineJobExecutor
 
PipelineJobNotFoundException - Exception in org.apache.shardingsphere.data.pipeline.core.exception
Pipeline job not found exception.
PipelineJobNotFoundException(String, String) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineJobNotFoundException
 
PipelineJobPrepareFailedException - Exception in org.apache.shardingsphere.data.pipeline.core.exception
Pipeline job prepare failed exception.
PipelineJobPrepareFailedException(String) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineJobPrepareFailedException
 
PipelineJobPrepareFailedException(String, Throwable) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineJobPrepareFailedException
 
PipelineMetaDataNode - Class in org.apache.shardingsphere.data.pipeline.core.metadata.node
Scaling meta data node.
PipelineMetaDataNode() - Constructor for class org.apache.shardingsphere.data.pipeline.core.metadata.node.PipelineMetaDataNode
 
PipelineSimpleLock - Class in org.apache.shardingsphere.data.pipeline.core.lock
Pipeline simple lock.
PipelineSQLBuilderFactory - Class in org.apache.shardingsphere.data.pipeline.core.sqlbuilder
Pipeline SQL builder factory.
PipelineSQLBuilderFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.PipelineSQLBuilderFactory
 
PipelineTableMetaData - Class in org.apache.shardingsphere.data.pipeline.core.metadata.model
Pipeline table meta data.
PipelineTableMetaData(String, Map<String, PipelineColumnMetaData>, Collection<PipelineIndexMetaData>) - Constructor for class org.apache.shardingsphere.data.pipeline.core.metadata.model.PipelineTableMetaData
 
PipelineTableMetaDataLoader - Class in org.apache.shardingsphere.data.pipeline.core.metadata.loader
Pipeline table metadata loader.
PipelineTableMetaDataLoader() - Constructor for class org.apache.shardingsphere.data.pipeline.core.metadata.loader.PipelineTableMetaDataLoader
 
PipelineTask - Interface in org.apache.shardingsphere.data.pipeline.core.task
Pipeline task interface.
PipelineUnexpectedDataRecordOrderException - Exception in org.apache.shardingsphere.data.pipeline.core.exception
Pipeline unexpected data record order exception.
PipelineUnexpectedDataRecordOrderException(DataRecord, DataRecord) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineUnexpectedDataRecordOrderException
 
PipelineVerifyFailedException - Exception in org.apache.shardingsphere.data.pipeline.core.exception
Pipeline verify failed exception.
PipelineVerifyFailedException(String) - Constructor for exception org.apache.shardingsphere.data.pipeline.core.exception.PipelineVerifyFailedException
 
PositionInitializerFactory - Class in org.apache.shardingsphere.data.pipeline.core.ingest.position
Position initializer factory.
PositionInitializerFactory() - Constructor for class org.apache.shardingsphere.data.pipeline.core.ingest.position.PositionInitializerFactory
 
prepare(RuleAlteredJobContext) - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobPreparer
Do prepare work for scaling job.
prepareTargetSchemas(PrepareTargetSchemasParameter) - Method in class org.apache.shardingsphere.data.pipeline.core.prepare.datasource.AbstractDataSourcePreparer
 
prepareTargetSchemas(PrepareTargetSchemasParameter) - Method in interface org.apache.shardingsphere.data.pipeline.core.prepare.datasource.DataSourcePreparer
Prepare target schemas.
PrepareTargetSchemasParameter - Class in org.apache.shardingsphere.data.pipeline.core.prepare.datasource
Prepare target schemas parameter.
PrepareTargetSchemasParameter() - Constructor for class org.apache.shardingsphere.data.pipeline.core.prepare.datasource.PrepareTargetSchemasParameter
 
prepareTargetTables(PrepareTargetTablesParameter) - Method in interface org.apache.shardingsphere.data.pipeline.core.prepare.datasource.DataSourcePreparer
Prepare target tables.
PrepareTargetTablesParameter - Class in org.apache.shardingsphere.data.pipeline.core.prepare.datasource
Prepare target tables parameter.
PrepareTargetTablesParameter(TaskConfiguration, PipelineDataSourceManager, TableNameSchemaNameMapping) - Constructor for class org.apache.shardingsphere.data.pipeline.core.prepare.datasource.PrepareTargetTablesParameter
 
pushRecord(Record) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.MultiplexMemoryPipelineChannel
 
pushRecord(Record) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.SimpleMemoryPipelineChannel
 

Q

quote(String) - Method in class org.apache.shardingsphere.data.pipeline.core.sqlbuilder.AbstractPipelineSQLBuilder
Add left and right identifier quote string.

R

readValue(ResultSet, int) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.dumper.AbstractInventoryDumper
 
RecordUtil - Class in org.apache.shardingsphere.data.pipeline.core.record
Record utility.
RecordUtil() - Constructor for class org.apache.shardingsphere.data.pipeline.core.record.RecordUtil
 
ReflectionUtil - Class in org.apache.shardingsphere.data.pipeline.core.util
Reflection utils.
ReflectionUtil() - Constructor for class org.apache.shardingsphere.data.pipeline.core.util.ReflectionUtil
 
releaseLock(String) - Method in class org.apache.shardingsphere.data.pipeline.core.lock.PipelineSimpleLock
Release lock.
releaseLock(String, String) - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi.DefaultMetadataCheckoutLock
 
releaseLock(String, String) - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi.DefaultSourceWritingStopLock
 
remove(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.AbstractPipelineJobAPIImpl
 
replaceActualTableNameToLogicTableName(String, String, String) - Method in class org.apache.shardingsphere.data.pipeline.core.prepare.datasource.AbstractDataSourcePreparer
 
replaceTableNameWithPrefix(String, String, DatabaseType, String) - Method in class org.apache.shardingsphere.data.pipeline.core.metadata.generator.PipelineDDLGenerator
Replace table name with prefix.
reset(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
restoreClusterWriteDB(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
restoreClusterWriteDB(String, String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
RuleAlteredContext - Class in org.apache.shardingsphere.data.pipeline.scenario.rulealtered
Rule altered context.
RuleAlteredContext(String, OnRuleAlteredActionConfiguration) - Constructor for class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredContext
 
RuleAlteredContextManagerLifecycleListener - Class in org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi
Rule altered context manager lifecycle listener.
RuleAlteredContextManagerLifecycleListener() - Constructor for class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi.RuleAlteredContextManagerLifecycleListener
 
RuleAlteredJob - Class in org.apache.shardingsphere.data.pipeline.scenario.rulealtered
Rule altered job.
RuleAlteredJob() - Constructor for class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJob
 
RuleAlteredJobAPIImpl - Class in org.apache.shardingsphere.data.pipeline.core.api.impl
Rule altered job API impl.
RuleAlteredJobAPIImpl() - Constructor for class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
RuleAlteredJobCenter - Class in org.apache.shardingsphere.data.pipeline.scenario.rulealtered
Rule altered job center.
RuleAlteredJobCenter() - Constructor for class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobCenter
 
RuleAlteredJobContext - Class in org.apache.shardingsphere.data.pipeline.scenario.rulealtered
Rule altered job context.
RuleAlteredJobContext(RuleAlteredJobConfiguration, int, JobProgress, PipelineDataSourceManager, RuleAlteredJobPreparer) - Constructor for class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobContext
 
RuleAlteredJobPreparer - Class in org.apache.shardingsphere.data.pipeline.scenario.rulealtered
Rule altered job preparer.
RuleAlteredJobPreparer() - Constructor for class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobPreparer
 
RuleAlteredJobProgressDetector - Class in org.apache.shardingsphere.data.pipeline.scenario.rulealtered
Rule altered job progress detector.
RuleAlteredJobProgressDetector() - Constructor for class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobProgressDetector
 
RuleAlteredJobScheduler - Class in org.apache.shardingsphere.data.pipeline.scenario.rulealtered
Rule altered job scheduler.
RuleAlteredJobScheduler() - Constructor for class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobScheduler
 
RuleAlteredJobSchedulerCenter - Class in org.apache.shardingsphere.data.pipeline.scenario.rulealtered
Rule altered job scheduler center.
RuleAlteredJobSchedulerCenter() - Constructor for class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobSchedulerCenter
 
RuleAlteredJobWorker - Class in org.apache.shardingsphere.data.pipeline.scenario.rulealtered
Rule altered job worker.
RuleAlteredJobWorker() - Constructor for class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobWorker
 
run() - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobScheduler
 

S

ScalingEntry - Interface in org.apache.shardingsphere.scaling.core.spi
Scaling entry.
ScalingEntryFactory - Class in org.apache.shardingsphere.scaling.core.spi
Scaling entry factory.
ScalingEntryFactory() - Constructor for class org.apache.shardingsphere.scaling.core.spi.ScalingEntryFactory
 
ScalingEnvironmentManager - Class in org.apache.shardingsphere.scaling.core.job.environment
Scaling environment manager.
ScalingEnvironmentManager() - Constructor for class org.apache.shardingsphere.scaling.core.job.environment.ScalingEnvironmentManager
 
scalingReleaseDatabaseLevelLock(ScalingReleaseDatabaseLevelLockEvent) - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobWorker
scaling release database level lock.
set(long) - Method in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.ManualBitSet
Sets the bit at the specified index to true.
setFieldValue(Object, String, Object) - Static method in class org.apache.shardingsphere.data.pipeline.core.util.ReflectionUtil
Set value into target object field.
SimpleMemoryPipelineChannel - Class in org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory
Simple memory pipeline channel.
SimpleMemoryPipelineChannel(int) - Constructor for class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.SimpleMemoryPipelineChannel
 
SimpleMemoryPipelineChannel(int, AckCallback) - Constructor for class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.SimpleMemoryPipelineChannel
 
sleep(int, TimeUnit) - Static method in class org.apache.shardingsphere.data.pipeline.core.util.ThreadUtil
Sleep ignored InterruptedException.
sleep(long) - Static method in class org.apache.shardingsphere.data.pipeline.core.util.ThreadUtil
Sleep ignored InterruptedException.
splitInventoryData(RuleAlteredJobContext) - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.prepare.InventoryTaskSplitter
Split inventory data to multi-tasks.
StandardPipelineDataSourceCreator - Class in org.apache.shardingsphere.data.pipeline.core.datasource.creator.impl
Standard pipeline data source creator.
StandardPipelineDataSourceCreator() - Constructor for class org.apache.shardingsphere.data.pipeline.core.datasource.creator.impl.StandardPipelineDataSourceCreator
 
start() - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobScheduler
Start execute job.
start(RuleAlteredJobConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
start(RuleAlteredJobContext) - Static method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobSchedulerCenter
Start a job.
start(StartScalingEvent) - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobWorker
Start scaling job.
startDisabledJob(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.AbstractPipelineJobAPIImpl
 
stop() - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJob
Stop job.
stop() - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobScheduler
Stop all task.
stop(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.AbstractPipelineJobAPIImpl
 
stop(String) - Static method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobCenter
Stop job.
stopClusterWriteDB(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
stopClusterWriteDB(String, String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
submit(LifecycleExecutor, ExecuteCallback) - Method in class org.apache.shardingsphere.data.pipeline.core.execute.ExecuteEngine
Submit a LifecycleExecutor with callback ExecuteCallback to execute.
submitAll(Collection<? extends LifecycleExecutor>, ExecuteCallback) - Method in class org.apache.shardingsphere.data.pipeline.core.execute.ExecuteEngine
Submit a collection of LifecycleExecutor with callback ExecuteCallback to execute.
swapToObject(YamlJobProgress) - Method in class org.apache.shardingsphere.data.pipeline.core.job.progress.yaml.JobProgressYamlSwapper
Swap to object.
swapToYaml(JobProgress) - Method in class org.apache.shardingsphere.data.pipeline.core.job.progress.yaml.JobProgressYamlSwapper
Swap to YAML.
switchClusterConfiguration(String) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 
switchClusterConfiguration(RuleAlteredJobConfiguration) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImpl
 

T

ThreadUtil - Class in org.apache.shardingsphere.data.pipeline.core.util
Thread util.
ThreadUtil() - Constructor for class org.apache.shardingsphere.data.pipeline.core.util.ThreadUtil
 
toString() - Method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.spi.IdleRuleAlteredJobCompletionDetectAlgorithm
 
tryLock(String, long) - Method in class org.apache.shardingsphere.data.pipeline.core.lock.PipelineSimpleLock
Try to lock.
TYPE - Static variable in class org.apache.shardingsphere.data.pipeline.core.ingest.channel.memory.MemoryPipelineChannelCreator
 

U

UPDATE - Static variable in class org.apache.shardingsphere.data.pipeline.core.ingest.IngestDataChangeType
Update flag.
updateJobStatus(String, JobStatus) - Static method in class org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobSchedulerCenter
Update job status for all job sharding.
updateShardingJobStatus(String, int, JobStatus) - Method in interface org.apache.shardingsphere.data.pipeline.core.api.GovernanceRepositoryAPI
Update sharding job status.
updateShardingJobStatus(String, int, JobStatus) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.GovernanceRepositoryAPIImpl
 

V

verifyJobNotStopped(JobConfigurationPOJO) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.AbstractPipelineJobAPIImpl
 
verifyJobStopped(JobConfigurationPOJO) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.AbstractPipelineJobAPIImpl
 

W

watch(String, DataChangedEventListener) - Method in interface org.apache.shardingsphere.data.pipeline.core.api.GovernanceRepositoryAPI
Watch key or path of governance server.
watch(String, DataChangedEventListener) - Method in class org.apache.shardingsphere.data.pipeline.core.api.impl.GovernanceRepositoryAPIImpl
 

Y

YamlIncremental() - Constructor for class org.apache.shardingsphere.data.pipeline.core.job.progress.yaml.YamlJobProgress.YamlIncremental
 
YamlInventory() - Constructor for class org.apache.shardingsphere.data.pipeline.core.job.progress.yaml.YamlJobProgress.YamlInventory
 
YamlJobProgress - Class in org.apache.shardingsphere.data.pipeline.core.job.progress.yaml
Yaml job progress.
YamlJobProgress() - Constructor for class org.apache.shardingsphere.data.pipeline.core.job.progress.yaml.YamlJobProgress
 
YamlJobProgress.YamlIncremental - Class in org.apache.shardingsphere.data.pipeline.core.job.progress.yaml
 
YamlJobProgress.YamlInventory - Class in org.apache.shardingsphere.data.pipeline.core.job.progress.yaml
 
A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form