Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
// QueryRaftLog for all the entries in a given cluster within the right half-open range
// defined by dragonboat.LogRange. MaxSize denotes the maximum cumulative size of the entries,
// but this serves only as a hint and the actual size of returned entries may be larger than maxSize.
QueryRaftLog(context.Context, uint64, raft.LogRange, uint64) ([]raftpb.Entry, error)
}
Click to show internal directories.
Click to hide internal directories.