Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoreBase ¶
type StoreBase struct {
sync.RWMutex
Ctx context.Context
CtxCancel context.CancelFunc
NodeID entity.NodeID
DataPath string
MetaPath string
Space *entity.Space
Partition *entity.Partition
Engine engine.Engine
}
StoreBase is the base class of partition store.
func NewStoreBase ¶
func (*StoreBase) GetVersion ¶
Click to show internal directories.
Click to hide internal directories.