public static final class GtidSet.Interval extends Object implements Comparable<GtidSet.Interval>
GtidSet
Modifier and Type | Method and Description |
---|---|
int |
compareTo(GtidSet.Interval o) |
boolean |
equals(Object obj) |
long |
getEnd()
Get the ending transaction number in this interval.
|
long |
getStart()
Get the starting transaction number in this interval.
|
int |
hashCode() |
boolean |
isContainedWithin(GtidSet.Interval other)
Determine if this interval is completely within the supplied interval.
|
String |
toString() |
public long getStart()
public long getEnd()
public boolean isContainedWithin(GtidSet.Interval other)
public int compareTo(GtidSet.Interval o)
compareTo
in interface Comparable<GtidSet.Interval>
Copyright © 2017. All rights reserved.