|
Classes |
| struct | FdInfo |
| class | PartialCache |
Typedefs |
typedef ::Table< ShortIdKey,
FdInfo * >::Default | FdTable |
typedef ::Table< ShortIdKey,
FdInfo * >::Iterator | FdIter |
Enumerations |
| enum | OFlag { ro,
rw,
any
} |
Functions |
| int | open (ShortId sid, OFlag ofl, OFlag *oflOut=NULL) throw () |
| int | tryopen (ShortId sid, OFlag ofl, OFlag *oflOut=NULL) throw () |
| void | close (ShortId sid, int fd, OFlag ofl) throw () |
| void | flush (ShortId sid, OFlag ofl) throw () |
| void | getStats (Basics::uint32 &n_in_cache, Basics::uint64 &hits, Basics::uint64 &open_misses, Basics::uint64 &try_misses, Basics::uint64 &evictions, Basics::uint64 &expirations) |