Determine whether the graph is oversized (contains a connected component of more than the configured maximum cluster count). Some of the functions below are not available for oversized graphs. The mutators above are always available. Removing a transaction by destroying its Ref while staging exists will not clear main's oversizedness until staging is aborted or committed.
Synopsis
Declared in <txgraph.h>
virtual
bool
IsOversized(Level level) noexcept = 0;
Return Value
True if the selected graph is oversized.
Parameters
Name |
Description |
level |
Which graph (main or staging) to query. |
Created with MrDocs