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

public final class RuleAlteredJobId extends AbstractJobId
Job id.
  • Field Details

  • Constructor Details

    • RuleAlteredJobId

      public RuleAlteredJobId()
  • Method Details

    • marshal

      public String marshal()
      Marshal job id.
      Returns:
      job id text. Format: {type} + hex({formatVersion}|{sortedSubTypes}|{currentMetadataVersion}T{newMetadataVersion}|{databaseName})
    • unmarshal

      public static RuleAlteredJobId unmarshal(String hexText)
      Unmarshal from hex text.
      Parameters:
      hexText - hex text
      Returns:
      job id object