Interface GtidSetFactory


public interface GtidSetFactory
Contract for a factory that creates global transaction identifier sets.
Author:
Chris Cranford
  • Method Summary

    Modifier and Type
    Method
    Description
    Constructs a GtidSet from a string value.
  • Method Details

    • createGtidSet

      GtidSet createGtidSet(String gtid)
      Constructs a GtidSet from a string value.
      Parameters:
      gtid - the global transaction identifier, should not be null
      Returns:
      the constructed global transaction identifier set