Name | Signature | Class |
Collector | --Not Named-- Collector (const char * rumpfpfad, int genlog = 0) | Collector |
~Collector | --Not Named-- <<virtual>> ~Collector () | Collector |
open | int <<virtual>> open () | Collector |
close | int <<virtual>> close () | Collector |
fetch | int <<virtual>> fetch (Gdat&& key, Gdat&& val) | Collector |
store | int <<virtual>> store (Gdat&& key, Gdat&& value, Dmapflag flag) | Collector |
asciidump | void <<virtual>> asciidump (std::ostream& str) | Collector |
Checkpoint | void <<virtual>> Checkpoint () | Collector |
Checkpoint | void Checkpoint (time_t timestamp) | Collector |
SetOffset | void <<virtual>> SetOffset (RACE_LogfileOffset offset, time_t timestamp) | Collector |
InformDiscard | void <<virtual>> InformDiscard (time_t timestamp) | Collector |
KeyValueInsertCallback | void <<virtual>> KeyValueInsertCallback (const Gdat& key, RACE_LogfileOffset off) | Collector |
KeyValueDiscardCallback | void <<virtual>> KeyValueDiscardCallback (const Gdat& key) | Collector |
GetPendingTotal | int <<virtual>> GetPendingTotal () | Collector |
GenNewEntry | RACE_SnapshotQueue::Entry * <<virtual>> GenNewEntry (time_t timestamp, int pending) | Collector |
IncrPending | void IncrPending () | Collector |
DecrPending | void DecrPending () | Collector |
IncrSnapshotPending | void IncrSnapshotPending () | Collector |
DecrSnapshotPending | void DecrSnapshotPending () | Collector |
IncrWorking | void IncrWorking () | Collector |
DecrWorking | void DecrWorking () | Collector |
GetWorking | int GetWorking () | Collector |
CheckRightToExist | bool <<virtual>> CheckRightToExist () | Collector |
store | int store (Gdat&& key, Timestamp_t timestamp, Gdat&& value, Dmapflag flag) | Collector |
insert | int insert (KVDumpable** kvd) | Collector |
RewriteAllAndClear | void RewriteAllAndClear () | Collector |
release | void <<virtual>> release () | Collector |
store_i | int store_i (Gdat&& key, Timestamp_t timestamp, Gdat&& value, Dmapflag flag) | Collector |
open | int <<abstract>> open () | Dmap |
close | int <<abstract>> close () | Dmap |
fetch | int <<abstract>> fetch (Gdat&& key, Gdat&& val) | Dmap |
store | int <<abstract>> store (Gdat&& key, Gdat&& value, Dmapflag flag) | Dmap |
asciidump | void <<abstract>> asciidump (std::ostream& str) | Dmap |
Checkpoint | void <<abstract>> Checkpoint () | Dmap |
release | void <<abstract>> release () | Dmap |
SetOffset | void <<virtual>> SetOffset (RACE_LogfileOffset offset, time_t timestamp) | LoggerSnapshotConnection |
InformDiscard | void <<virtual>> InformDiscard (time_t timestamp) | LoggerSnapshotConnection |
KeyValueInsertCallback | void <<virtual>> KeyValueInsertCallback (const Gdat& key, RACE_LogfileOffset off) | LoggerSnapshotConnection |
KeyValueDiscardCallback | void <<virtual>> KeyValueDiscardCallback (const Gdat& key) | LoggerSnapshotConnection |
~LoggerSnapshotConnection | --Not Named-- <<virtual>> ~LoggerSnapshotConnection () | LoggerSnapshotConnection |
GetPendingTotal | int <<virtual>> GetPendingTotal () | RACE_SnapshotCreator |
GetPendingForYou | int <<virtual>> GetPendingForYou () | RACE_SnapshotCreator |
GenNewEntry | RACE_SnapshotQueue::Entry * <<abstract>> GenNewEntry (time_t timestamp, int pending) | RACE_SnapshotCreator |
~RACE_SnapshotCreator | --Not Named-- <<virtual>> ~RACE_SnapshotCreator () | RACE_SnapshotCreator |
RewriteAllAndClear | void <<abstract>> RewriteAllAndClear () | CorrespondingCollector |