A B C D E F G H I J K L N O P R S T U V Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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.
B
- buildCheckEmptySQL(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
-
Build check empty 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, List<String>, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
-
Build divisible inventory dump SQL.
- buildDivisibleInventoryDumpSQLNoEnd(String, String, List<String>, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
-
Build divisible inventory dump SQL without end value.
- buildDropSQL(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
-
Build drop SQL.
- buildEstimatedCountSQL(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
-
Build estimated count SQL.
- buildIndivisibleInventoryDumpSQL(String, String, List<String>, String) - 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.
- buildNoUniqueKeyInventoryDumpSQL(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
-
Build no unique key inventory dump SQL.
- buildQueryAllOrderingSQL(String, String, List<String>, String, boolean) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
-
Build query all ordering SQL.
- buildUniqueKeyMinMaxValuesSQL(String, String, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
-
Build unique key minimum maximum values SQL.
- buildUpdateSQL(String, DataRecord, Collection<Column>) - Method in interface org.apache.shardingsphere.data.pipeline.spi.sqlbuilder.PipelineSQLBuilder
-
Build update SQL.
C
- 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.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
- ColumnName - Class in org.apache.shardingsphere.data.pipeline.api.metadata
-
Column name.
- ColumnName(String) - Constructor for class org.apache.shardingsphere.data.pipeline.api.metadata.ColumnName
- ColumnValueReader - Interface in org.apache.shardingsphere.data.pipeline.spi.ingest.dumper
-
Column value reader.
- compareTo(PipelineColumnMetaData) - Method in class org.apache.shardingsphere.data.pipeline.api.metadata.model.PipelineColumnMetaData
- containsTable(String) - Method in class org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
-
Whether contains table.
- createIncrementalDumper(DumperConfiguration, IngestPosition, PipelineChannel, PipelineTableMetaDataLoader) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ingest.dumper.IncrementalDumperCreator
-
Create incremental dumper.
- createPipelineDataSource(Object) - Method in interface org.apache.shardingsphere.data.pipeline.spi.datasource.creator.PipelineDataSourceCreator
-
Create pipeline data source.
- CreateTableSQLGenerator - Interface in org.apache.shardingsphere.data.pipeline.spi.ddlgenerator
-
Create table SQL generator.
D
- DataRecord - Class in org.apache.shardingsphere.data.pipeline.api.ingest.record
-
Data record.
- DataRecord(String, String, 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.
- DELETE - org.apache.shardingsphere.data.pipeline.api.job.JobOperationType
- 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
- 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, long, TimeUnit) - Method in interface org.apache.shardingsphere.data.pipeline.api.ingest.channel.PipelineChannel
-
Fetch
Recordlist from channel. - findDatabaseTypedService(Class<T>, String) - Static method in class org.apache.shardingsphere.data.pipeline.util.spi.PipelineTypedSPILoader
-
Find database typed service.
- 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.
- 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.
- getColumnNameList(LogicTableName) - Method in class org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
-
Get column name list of table.
- getColumnNameSet(String) - Method in class org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
-
Get column name set of table.
- getDatabaseType() - Method in interface org.apache.shardingsphere.data.pipeline.api.datasource.config.PipelineDataSourceConfiguration
-
Get database type.
- getDatabaseTypedService(Class<T>, String) - Static method in class org.apache.shardingsphere.data.pipeline.util.spi.PipelineTypedSPILoader
-
Get database typed service.
- 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(). - 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.
- 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.
- getSchemaName(String) - Method in class org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
-
Get schema name.
- getSchemaName(ActualTableName) - Method in class org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
-
Get schema name.
- getSchemaName(LogicTableName) - Method in class org.apache.shardingsphere.data.pipeline.api.config.ingest.DumperConfiguration
-
Get schema name.
- getSchemaName(LogicTableName) - Method in class org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
-
Get schema name.
- getTableMetaData(String, String) - Method in interface org.apache.shardingsphere.data.pipeline.api.metadata.loader.PipelineTableMetaDataLoader
-
Get table meta data, load if meta data absent.
- 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.
- 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
- hasUniqueKey() - Method in class org.apache.shardingsphere.data.pipeline.api.config.ingest.InventoryDumperConfiguration
-
Has unique key or not.
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
- IncrementalDumper - Interface in org.apache.shardingsphere.data.pipeline.api.ingest.dumper
-
Incremental dumper.
- IncrementalDumperCreator - Interface in org.apache.shardingsphere.data.pipeline.spi.ingest.dumper
-
Incremental dumper creator.
- IngestPosition - Interface in org.apache.shardingsphere.data.pipeline.api.ingest.position
-
Ingest position.
- init(String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ingest.position.PositionInitializer
-
Init position by string data.
- init(DataSource, String) - Method in interface org.apache.shardingsphere.data.pipeline.spi.ingest.position.PositionInitializer
-
Init position by data source.
- INSERT - org.apache.shardingsphere.data.pipeline.api.job.JobOperationType
- 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
- isRunning() - Method in class org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
J
- JdbcQueryPropertiesExtension - Interface in org.apache.shardingsphere.data.pipeline.spi.datasource
-
JDBC query properties extension.
- 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.
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
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.
O
- onAck(List<Record>) - Method in interface org.apache.shardingsphere.data.pipeline.api.ingest.channel.AckCallback
-
Call after record acknowledged.
- org.apache.shardingsphere.data.pipeline.api.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.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.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.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.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.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.ratelimit - package org.apache.shardingsphere.data.pipeline.spi.ratelimit
- org.apache.shardingsphere.data.pipeline.spi.sqlbuilder - package org.apache.shardingsphere.data.pipeline.spi.sqlbuilder
- org.apache.shardingsphere.data.pipeline.util.spi - package org.apache.shardingsphere.data.pipeline.util.spi
P
- peekRecords() - Method in interface org.apache.shardingsphere.data.pipeline.api.ingest.channel.PipelineChannel
-
Peek
Recordlist from channel. - PipelineChannel - Interface in org.apache.shardingsphere.data.pipeline.api.ingest.channel
-
Pipeline channel.
- 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
- 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.
- 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
- 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.
- PipelineTypedSPILoader - Class in org.apache.shardingsphere.data.pipeline.util.spi
-
Pipeline typed SPI loader.
- PipelineTypedSPILoader() - Constructor for class org.apache.shardingsphere.data.pipeline.util.spi.PipelineTypedSPILoader
- 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
- pollRecords() - Method in interface org.apache.shardingsphere.data.pipeline.api.ingest.channel.PipelineChannel
-
Poll
Recordlist from channel. - PositionInitializer - Interface in org.apache.shardingsphere.data.pipeline.spi.ingest.position
-
Position initializer.
- pushRecords(List<Record>) - Method in interface org.apache.shardingsphere.data.pipeline.api.ingest.channel.PipelineChannel
-
Push
DataRecordinto 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.
- Record() - Constructor for class org.apache.shardingsphere.data.pipeline.api.ingest.record.Record
- 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
- SELECT - org.apache.shardingsphere.data.pipeline.api.job.JobOperationType
- 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(String, String, String) - Constructor for class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.StandardPipelineDataSourceConfiguration
- StandardPipelineDataSourceConfiguration(Map<String, Object>) - Constructor for class org.apache.shardingsphere.data.pipeline.api.datasource.config.impl.StandardPipelineDataSourceConfiguration
- start() - Method in class org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
- start() - Method in interface org.apache.shardingsphere.data.pipeline.api.executor.LifecycleExecutor
-
Start run execute.
- 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.
- 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
- 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(Map<String, String>) - Constructor for class org.apache.shardingsphere.data.pipeline.api.config.TableNameSchemaNameMapping
-
Convert table name and schema name mapping from schemas.
- 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
- UPDATE - org.apache.shardingsphere.data.pipeline.api.job.JobOperationType
V
- valueOf(String) - Static method in enum org.apache.shardingsphere.data.pipeline.api.job.JobOperationType
-
Returns the enum constant of this type with the specified name.
- 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.
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
All Classes All Packages