//
pkg.gl
Category
github.com/skilld-labs/etcd/v3
etcdserver
api
v3compactor
package
3.5.4
Repository:
https://github.com/skilld-labs/etcd.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
2
Files
281 SLOC
#
Functions
New
New returns a new Compactor based on given "mode".
#
Constants
ModePeriodic
No description provided by the author
ModeRevision
No description provided by the author
#
Structs
Periodic
Periodic compacts the log by purging revisions older than the configured retention time.
Revision
Revision compacts the log by purging revisions older than the configured reivison number.
#
Interfaces
Compactable
No description provided by the author
Compactor
Compactor purges old log from the storage periodically.
RevGetter
No description provided by the author