Class CosIdKeyGenerateAlgorithm
java.lang.Object
org.apache.shardingsphere.sharding.cosid.algorithm.keygen.CosIdKeyGenerateAlgorithm
- All Implemented Interfaces:
org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI,KeyGenerateAlgorithm
CosId key generate algorithm.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm
isSupportAutoIncrementMethods inherited from interface org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
getTypeAliases, isDefault
-
Constructor Details
-
CosIdKeyGenerateAlgorithm
public CosIdKeyGenerateAlgorithm()
-
-
Method Details
-
init
- Specified by:
initin interfaceorg.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
-
generateKey
- Specified by:
generateKeyin interfaceKeyGenerateAlgorithm
-
getType
- Specified by:
getTypein interfaceorg.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
-