Documentation
¶
Index ¶
- type GTIDSet
- func (s *GTIDSet) ContainsSeq(uuid string, seq int64) bool
- func (s *GTIDSet) ContainsUUID(uuid string) bool
- func (s *GTIDSet) End(filters ...SegmentFilter) (string, int64)
- func (s *GTIDSet) Equal(other *GTIDSet) bool
- func (s *GTIDSet) IsEmpty() bool
- func (s *GTIDSet) Start(filters ...SegmentFilter) (string, int64)
- func (s *GTIDSet) String() string
- type SegmentFilter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GTIDSet ¶
type GTIDSet struct {
// contains filtered or unexported fields
}
func (*GTIDSet) ContainsUUID ¶
type SegmentFilter ¶
type SegmentFilter func(seg segment) bool
func MatchesUUID ¶
func MatchesUUID(uuid string) SegmentFilter
Click to show internal directories.
Click to hide internal directories.