Class MariaDbGtidSet.MariaDbStreamSet

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.TreeSet<MariaDbGtidSet.MariaDbGtid>
io.debezium.connector.mariadb.gtid.MariaDbGtidSet.MariaDbStreamSet
All Implemented Interfaces:
Serializable, Cloneable, Iterable<MariaDbGtidSet.MariaDbGtid>, Collection<MariaDbGtidSet.MariaDbGtid>, NavigableSet<MariaDbGtidSet.MariaDbGtid>, Set<MariaDbGtidSet.MariaDbGtid>, SortedSet<MariaDbGtidSet.MariaDbGtid>
Enclosing class:
MariaDbGtidSet

public static class MariaDbGtidSet.MariaDbStreamSet extends TreeSet<MariaDbGtidSet.MariaDbGtid>
Represents a stream set, which are global transaction identifiers that belong to the same domain and to the same server identifiers.
See Also: