Documentation ¶
Overview ¶
Package expireddeletion contains the functions needed to run expired segment deletion
The expireddeletion.expiredDeleter implements the metainfo loop Observer interface allowing us to subscribe to the loop to get information for every segment in the metainfo database.
The expireddeletion chore will subscribe the deleter to the metainfo loop and delete any expired segments from metainfo.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Error defines the expireddeletion chore errors class. Error = errs.Class("expireddeletion chore error") )
Functions ¶
This section is empty.
Types ¶
type Chore ¶
Chore implements the expired segment cleanup chore.
architecture: Chore
Click to show internal directories.
Click to hide internal directories.