Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update coordinator type enum

...

Code Block
languagejava
public enum CoordinatorType { 
    GROUP((byte) 0), 
    TRANSACTION((byte) 1), 
    MIRROR    SHARE((byte) 2),
    MIRROR((byte) 3); // New type
}

Mirror Metadata Records

...