CollapsingHistory Class Reference
collapsed forwarding history of a master transaction More...
#include <CollapsingHistory.h>
Collaboration diagram for CollapsingHistory:

Public Member Functions | |
| bool | collapsed () const |
| whether at least one request was collapsed More... | |
Public Attributes | |
| int | revalidationCollapses = 0 |
| the total number of collapsed internal revalidation requests More... | |
| int | otherCollapses = 0 |
| the total number of all other (a.k.a. "classic") collapsed requests More... | |
Detailed Description
Definition at line 13 of file CollapsingHistory.h.
Member Function Documentation
◆ collapsed()
|
inline |
Definition at line 17 of file CollapsingHistory.h.
References otherCollapses, and revalidationCollapses.
Referenced by LogTags::c_str().
Member Data Documentation
◆ otherCollapses
| int CollapsingHistory::otherCollapses = 0 |
Definition at line 24 of file CollapsingHistory.h.
Referenced by collapsed().
◆ revalidationCollapses
| int CollapsingHistory::revalidationCollapses = 0 |
Definition at line 22 of file CollapsingHistory.h.
Referenced by collapsed().
The documentation for this class was generated from the following file:
