Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrReadOnly = errors.New("ReadOnly")
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block interface {
Load(buf *bytebufferpool.ByteBuffer)
Store(buf *bytebufferpool.ByteBuffer)
Dirty() bool
}
type NodeMaster ¶
type NodeMaster struct {
Factory func() Block
// contains filtered or unexported fields
}
func (*NodeMaster) Open ¶
func (m *NodeMaster) Open(dman dataman.DataManager, rdonly bool) *NodeCache
Click to show internal directories.
Click to hide internal directories.