C D G H I O P S U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- ColumnShadowAlgorithm<T extends Comparable<?>> - Interface in org.apache.shardingsphere.shadow.api.shadow.column
-
Column shadow algorithm.
- contains(String) - Static method in enum org.apache.shardingsphere.shadow.api.shadow.ShadowOperationType
-
Contains operation type.
D
- DELETE - org.apache.shardingsphere.shadow.api.shadow.ShadowOperationType
-
The shadow operation is delete.
G
- getShadowColumn() - Method in interface org.apache.shardingsphere.shadow.api.shadow.column.ColumnShadowAlgorithm
-
Get shadow column.
- getShadowOperationType() - Method in interface org.apache.shardingsphere.shadow.api.shadow.column.ColumnShadowAlgorithm
-
Get shadow operation type.
H
- HINT_MATCH - org.apache.shardingsphere.shadow.api.shadow.ShadowOperationType
-
The shadow operation is SQL hint match.
- HintShadowAlgorithm<T extends Comparable<?>> - Interface in org.apache.shardingsphere.shadow.api.shadow.hint
-
Precise hint of shadow in SQL comment.
I
- INSERT - org.apache.shardingsphere.shadow.api.shadow.ShadowOperationType
-
The shadow operation is insert.
- isShadow(Collection<String>, PreciseHintShadowValue<T>) - Method in interface org.apache.shardingsphere.shadow.api.shadow.hint.HintShadowAlgorithm
-
Is need shadow.
- isShadow(PreciseColumnShadowValue<T>) - Method in interface org.apache.shardingsphere.shadow.api.shadow.column.ColumnShadowAlgorithm
-
Is need shadow.
O
- org.apache.shardingsphere.shadow.api.config - package org.apache.shardingsphere.shadow.api.config
- org.apache.shardingsphere.shadow.api.config.datasource - package org.apache.shardingsphere.shadow.api.config.datasource
- org.apache.shardingsphere.shadow.api.config.table - package org.apache.shardingsphere.shadow.api.config.table
- org.apache.shardingsphere.shadow.api.shadow - package org.apache.shardingsphere.shadow.api.shadow
- org.apache.shardingsphere.shadow.api.shadow.column - package org.apache.shardingsphere.shadow.api.shadow.column
- org.apache.shardingsphere.shadow.api.shadow.hint - package org.apache.shardingsphere.shadow.api.shadow.hint
- org.apache.shardingsphere.shadow.spi - package org.apache.shardingsphere.shadow.spi
P
- PreciseColumnShadowValue<T extends Comparable<?>> - Class in org.apache.shardingsphere.shadow.api.shadow.column
-
Precise value of shadow column.
- PreciseColumnShadowValue() - Constructor for class org.apache.shardingsphere.shadow.api.shadow.column.PreciseColumnShadowValue
- PreciseHintShadowValue<T extends Comparable<?>> - Class in org.apache.shardingsphere.shadow.api.shadow.hint
-
Precise hint of shadow in SQL comment.
- PreciseHintShadowValue() - Constructor for class org.apache.shardingsphere.shadow.api.shadow.hint.PreciseHintShadowValue
S
- SELECT - org.apache.shardingsphere.shadow.api.shadow.ShadowOperationType
-
The shadow operation is select.
- ShadowAlgorithm - Interface in org.apache.shardingsphere.shadow.spi
-
Shadow algorithm.
- ShadowDataSourceConfiguration - Class in org.apache.shardingsphere.shadow.api.config.datasource
-
Shadow data source mapper configuration.
- ShadowDataSourceConfiguration() - Constructor for class org.apache.shardingsphere.shadow.api.config.datasource.ShadowDataSourceConfiguration
- ShadowOperationType - Enum in org.apache.shardingsphere.shadow.api.shadow
-
Operation types supported by shadow.
- ShadowRuleConfiguration - Class in org.apache.shardingsphere.shadow.api.config
-
Shadow rule configuration.
- ShadowRuleConfiguration() - Constructor for class org.apache.shardingsphere.shadow.api.config.ShadowRuleConfiguration
- ShadowTableConfiguration - Class in org.apache.shardingsphere.shadow.api.config.table
-
Shadow table configuration.
- ShadowTableConfiguration() - Constructor for class org.apache.shardingsphere.shadow.api.config.table.ShadowTableConfiguration
- ShadowValue - Interface in org.apache.shardingsphere.shadow.api.shadow
-
Shadow value.
U
- UPDATE - org.apache.shardingsphere.shadow.api.shadow.ShadowOperationType
-
The shadow operation is update.
V
- valueOf(String) - Static method in enum org.apache.shardingsphere.shadow.api.shadow.ShadowOperationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.shardingsphere.shadow.api.shadow.ShadowOperationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages