solana_runtime

Module accounts_background_service

Source
Expand description

Service to clean up dead slots in accounts_db

This can be expensive since we have to walk the append vecs being cleaned up.

Structs§

AbsRequestHandlers
AbsRequestSender
AccountsBackgroundService
PrunedBanksRequestHandler
SendDroppedBankCallback
SnapshotRequest
SnapshotRequestHandler

Enums§

SnapshotRequestKind
What kind of request is this?

Type Aliases§

DroppedSlotsReceiver
DroppedSlotsSender
SnapshotRequestReceiver
SnapshotRequestSender