package
3.3.8+incompatible
Repository: https://github.com/jiajunhuang/etcd.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewPeriodic creates a new instance of Periodic compactor that purges the log older than h Duration.
NewRevision creates a new instance of Revisonal compactor that purges the log older than retention revisions from the current revision.

# Constants

No description provided by the author
No description provided by the author

# Structs

Periodic compacts the log by purging revisions older than the configured retention time.
Revision compacts the log by purging revisions older than the configured reivison number.

# Interfaces

No description provided by the author
Compactor purges old log from the storage periodically.
No description provided by the author