//
pkg.gl
Category
go.etcd.io/etcd/server/v3
etcdserver
api
v3compactor
package
3.6.0-alpha.0
Repository:
https://github.com/etcd-io/etcd.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
8
Dependents
5
Files
283 SLOC
#
Functions
New
New returns a new Compactor based on given "mode".
#
Constants
ModePeriodic
ModeRevision
#
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
Compactor
Compactor purges old log from the storage periodically.
RevGetter