Interface GtidSetFactory
public interface GtidSetFactory
Contract for a factory that creates global transaction identifier sets.
- Author:
- Chris Cranford
-
Method Summary
Modifier and TypeMethodDescriptioncreateGtidSet(String gtid) Constructs aGtidSetfrom a string value.
-
Method Details
-
createGtidSet
Constructs aGtidSetfrom a string value.- Parameters:
gtid- the global transaction identifier, should not be null- Returns:
- the constructed global transaction identifier set
-