Esempio n. 1
0
 /// <summary>
 /// Prints the default statistics.
 /// </summary>
 /// <param name="statFlags"><see cref="DbStatFlags"/> specifying the options, such as fast (only
 /// statistics reported that don't require scanning the database), or complete.</param>
 /// <remarks>Statistics are printed as a message output to
 /// <see cref="BerkeleyDbWrapper.Environment.MessageCall"/> of <see cref="Environment"/>.</remarks>
 public abstract void PrintStats(DbStatFlags statFlags);
Esempio n. 2
0
 /// <summary>
 /// Gets the number of keys in this instance.
 /// </summary>
 /// <param name="statFlag">The <see cref="DbStatFlags"/> that specifies the type of
 /// statistics scan.</param>
 /// <returns>The <see cref="Int32"/> number of kiets.</returns>
 public abstract int GetKeyCount(DbStatFlags statFlag);