Uses of Class
org.apache.shardingsphere.shadow.api.shadow.ShadowOperationType
-
Packages that use ShadowOperationType Package Description org.apache.shardingsphere.shadow.api.shadow org.apache.shardingsphere.shadow.api.shadow.column -
-
Uses of ShadowOperationType in org.apache.shardingsphere.shadow.api.shadow
Methods in org.apache.shardingsphere.shadow.api.shadow that return ShadowOperationType Modifier and Type Method Description static ShadowOperationTypeShadowOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShadowOperationType[]ShadowOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.shardingsphere.shadow.api.shadow that return types with arguments of type ShadowOperationType Modifier and Type Method Description static Optional<ShadowOperationType>ShadowOperationType. contains(String operationType)Contains operation type. -
Uses of ShadowOperationType in org.apache.shardingsphere.shadow.api.shadow.column
Methods in org.apache.shardingsphere.shadow.api.shadow.column that return ShadowOperationType Modifier and Type Method Description ShadowOperationTypeColumnShadowAlgorithm. getShadowOperationType()Get shadow operation type.
-