Structs

  • Disable (and safely enable) the background flusher from evicting entries from the in-mem accounts index. When disabled, no entries may be evicted. When enabled, only eligible entries may be evicted (i.e. those not in a held range).
  • FlushGuard 🔒
    An RAII implementation of a scoped lock for the flushing_active atomic flag in InMemAccountsIndex. When this structure is dropped (falls out of scope), the flag will be cleared (set to false).
  • result from scanning in-mem index during flush

Enums

Constants

  • N 🔒

Type Definitions