Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
type Buffer struct {
// contains filtered or unexported fields
}
func (*Buffer) SetModified ¶
func (b *Buffer) SetModified(txNum int32, lsn log.SequenceNumber)
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) AvailableNum ¶
type ManagerOption ¶
type ManagerOption func(*Manager)
func WithMaxWaitTime ¶
func WithMaxWaitTime(d time.Duration) ManagerOption
Click to show internal directories.
Click to hide internal directories.