Click or drag to resize

IPersistenceProviderStatistics Interface

Returns some basic statistics from the persistence provider (the persistent graph). Note that the number of entities stored in the database are returned, compared to the number of objects in the current host graph, and that the numbers may be different after (re-)opening (i.e. reading) from to the numbers current at the last time shortly before closing the database, caused by a garbage collection run. (There is no dedicated interface existing for a persistent graph (at least as of now).)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0
Syntax
C#
public interface IPersistenceProviderStatistics

The IPersistenceProviderStatistics type exposes the following members.

Properties
  NameDescription
Public propertyNumEdgesInDatabase
Returns the number of edges in all graphs known to the database.
Public propertyNumGraphsInDatabase
Returns the number of graphs known to the database.
Public propertyNumNodesInDatabase
Returns the number of nodes in all graphs known to the database.
Public propertyNumObjectsInDatabase
Returns the number of (internal class) objects known to the database.
Top
See Also