Documentation ¶
Index ¶
- type Agent
- func (a *Agent) AddNode(ctx context.Context, curi string, dumpConns int) (err error)
- func (a *Agent) Backup(cmd pbm.BackupCmd, opid pbm.OPID, ep pbm.Epoch)
- func (a *Agent) CancelBackup()
- func (a *Agent) Delete(d pbm.DeleteBackupCmd, opid pbm.OPID, ep pbm.Epoch)
- func (a *Agent) DeletePITR(d pbm.DeletePITRCmd, opid pbm.OPID, ep pbm.Epoch)
- func (a *Agent) HbIsRun() bool
- func (a *Agent) HbPause()
- func (a *Agent) HbResume()
- func (a *Agent) HbStatus()
- func (a *Agent) InitLogger(cn *pbm.PBM)
- func (a *Agent) OplogReplay(r pbm.ReplayCmd, opID pbm.OPID, ep pbm.Epoch)
- func (a *Agent) PITR()
- func (a *Agent) PITRestore(r pbm.PITRestoreCmd, opid pbm.OPID, ep pbm.Epoch)
- func (a *Agent) Restore(r pbm.RestoreCmd, opid pbm.OPID, ep pbm.Epoch)
- func (a *Agent) Resync(opid pbm.OPID, ep pbm.Epoch)
- func (a *Agent) Start() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
func (*Agent) CancelBackup ¶ added in v1.2.0
func (a *Agent) CancelBackup()
CancelBackup cancels current backup
func (*Agent) Delete ¶ added in v1.3.2
Delete deletes backup(s) from the store and cleans up its metadata
func (*Agent) DeletePITR ¶ added in v1.6.0
DeletePITR deletes PITR chunks from the store and cleans up its metadata
func (*Agent) InitLogger ¶ added in v1.3.0
func (*Agent) OplogReplay ¶ added in v1.7.0
OplogReplay replays oplog between r.Start and r.End timestamps (wall time in UTC tz)
func (*Agent) PITRestore ¶ added in v1.3.0
PITRestore starts the point-in-time recovery
Click to show internal directories.
Click to hide internal directories.