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
Represents a stream set, which are global transaction identifiers that belong to the same domain
and to the same server identifiers.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.TreeSet
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSetMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
containsAll, retainAll, toArray, toArrayMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
MariaDbStreamSet
public MariaDbStreamSet()
-
-
Method Details
-
hasSequence
public boolean hasSequence(long sequence) -
isContainedWith
-
isAllBefore
-
subtract
-
asBeginning
-
toString
- Overrides:
toStringin classAbstractCollection<MariaDbGtidSet.MariaDbGtid>
-