Documentation
¶
Index ¶
- func New() types.BackendFactory
- type Factory
- type Wrapper
- func (f *Wrapper) Close() error
- func (f *Wrapper) GetCloneStatus() (string, error)
- func (f *Wrapper) GetMonitorChannel() types.MonitorChannel
- func (f *Wrapper) GetReplicaChain() ([]string, error)
- func (f *Wrapper) GetRevisionCounter() (int64, error)
- func (f *Wrapper) GetVolUsage() (types.VolUsage, error)
- func (f *Wrapper) PingResponse() error
- func (f *Wrapper) RemainSnapshots() (int, error)
- func (f *Wrapper) Resize(name string, size string) error
- func (f *Wrapper) SectorSize() (int64, error)
- func (f *Wrapper) SetCheckpoint(snapshotName string) error
- func (f *Wrapper) SetRebuilding(rebuilding bool) error
- func (f *Wrapper) SetReplicaMode(mode types.Mode) error
- func (f *Wrapper) SetRevisionCounter(counter int64) error
- func (f *Wrapper) Size() (int64, error)
- func (f *Wrapper) Snapshot(name string, userCreated bool, created string) error
- func (f *Wrapper) StopMonitoring()
- func (f *Wrapper) Sync() (int, error)
- func (f *Wrapper) Unmap(offset int64, length int64) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() types.BackendFactory
Types ¶
type Wrapper ¶
func (*Wrapper) GetCloneStatus ¶
func (*Wrapper) GetMonitorChannel ¶
func (f *Wrapper) GetMonitorChannel() types.MonitorChannel
func (*Wrapper) GetReplicaChain ¶ added in v1.12.1
GetReplicaChain ...
func (*Wrapper) GetRevisionCounter ¶
func (*Wrapper) PingResponse ¶
func (*Wrapper) RemainSnapshots ¶
func (*Wrapper) SectorSize ¶
func (*Wrapper) SetCheckpoint ¶ added in v1.12.1
SetCheckpoint ...
func (*Wrapper) SetRebuilding ¶
func (*Wrapper) SetReplicaMode ¶
SetReplicaMode ...
func (*Wrapper) SetRevisionCounter ¶
func (*Wrapper) StopMonitoring ¶
func (f *Wrapper) StopMonitoring()
Click to show internal directories.
Click to hide internal directories.