Class RuleAlteredJobId
java.lang.Object
org.apache.shardingsphere.data.pipeline.api.job.AbstractJobId
org.apache.shardingsphere.data.pipeline.api.job.RuleAlteredJobId
- All Implemented Interfaces:
JobId
Job id.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshal()Marshal job id.static RuleAlteredJobIdUnmarshal from hex text.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.data.pipeline.api.job.JobId
getDatabaseName, getFormatVersion, getSubTypes, getType
-
Field Details
-
CURRENT_VERSION
- See Also:
-
-
Constructor Details
-
RuleAlteredJobId
public RuleAlteredJobId()
-
-
Method Details
-
marshal
Marshal job id.- Returns:
- job id text. Format: {type} + hex({formatVersion}|{sortedSubTypes}|{currentMetadataVersion}T{newMetadataVersion}|{databaseName})
-
unmarshal
Unmarshal from hex text.- Parameters:
hexText- hex text- Returns:
- job id object
-