Documentation ¶
Index ¶
- type Engine
- func (e Engine) AddTestConfig(backend *storage.Backend) error
- func (e Engine) Delete(config dvid.StoreConfig) error
- func (e Engine) GetDescription() string
- func (e Engine) GetName() string
- func (e Engine) GetSemVer() semver.Version
- func (e Engine) IsDistributed() bool
- func (e Engine) NewStore(config dvid.StoreConfig) (dvid.Store, bool, error)
- func (e Engine) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func (Engine) AddTestConfig ¶
AddTestConfig sets the filelog as the default append-only log. If another engine is already set for the append-only log, it returns an error since only one append-only log backend should be tested via tags.
func (Engine) Delete ¶
func (e Engine) Delete(config dvid.StoreConfig) error
Delete implements the TestableEngine interface by providing a way to dispose of the testable filelog.
func (Engine) GetDescription ¶
func (Engine) IsDistributed ¶
Click to show internal directories.
Click to hide internal directories.