Back to Shardingsphere

Shadow.En

docs/document/content/dev-manual/shadow.en.md

5.5.32.2 KB
Original Source

+++ pre = "<b>5.8. </b>" title = "Shadow DB" weight = 8 chapter = true +++

ShadowAlgorithm

Fully-qualified class name

org.apache.shardingsphere.shadow.spi.ShadowAlgorithm

Definition

Shadow algorithm's definition

Implementation classes

Configuration TypeDescriptionFully-qualified class name
VALUE_MATCHMatch shadow algorithms based on field valuesorg.apache.shardingsphere.shadow.algorithm.shadow.column.ColumnValueMatchedShadowAlgorithm
REGEX_MATCHRegular matching shadow algorithm based on field valueorg.apache.shardingsphere.shadow.algorithm.shadow.column.ColumnRegexMatchedShadowAlgorithm
SQL_HINTShadow algorithm on sql hintorg.apache.shardingsphere.shadow.algorithm.shadow.hint.SQLHintShadowAlgorithm