Documentation ¶
Index ¶
- type Entry
- func (e *Entry) DoneWithErr(err error)
- func (e *Entry) GetSize() int
- func (e *Entry) IsEnd() bool
- func (e *Entry) ReadAt(r *os.File, offset int) (int, error)
- func (e *Entry) ReadFrom(r io.Reader) (n int64, err error)
- func (e *Entry) SetInfo()
- func (e *Entry) UnmarshalBinary(buf []byte) (n int64, err error)
- func (e *Entry) WaitDone() error
- func (e *Entry) WriteTo(w io.Writer) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Entry entry.Entry Info *entry.Info //for wal in post append Lsn uint64 Ctx any //for addr in batchstore // contains filtered or unexported fields }
func MockEntryWithPayload ¶ added in v0.8.0
func NewEmptyEntry ¶
func NewEmptyEntry() *Entry
func NewEndEntry ¶ added in v0.8.0
func NewEndEntry() *Entry
func (*Entry) DoneWithErr ¶
func (*Entry) UnmarshalBinary ¶ added in v0.8.0
Click to show internal directories.
Click to hide internal directories.