Documentation ¶
Index ¶
- type Engine
- func (e Engine) AddTestConfig(backend *storage.Backend) (storage.Alias, 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 a public ng precomputed volume (requires internet access).
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 ngprecomputed.
func (Engine) GetDescription ¶
func (Engine) IsDistributed ¶
Click to show internal directories.
Click to hide internal directories.