DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Berkeley DB
version 4.4.20

Uses of Class
com.sleepycat.db.StatsConfig

Packages that use StatsConfig
com.sleepycat.db Berkeley DB Java API
[reference guide] [Java programming notes]
 

Uses of StatsConfig in com.sleepycat.db
 

Fields in com.sleepycat.db declared as StatsConfig
static StatsConfig StatsConfig.DEFAULT
           
 

Methods in com.sleepycat.db with parameters of type StatsConfig
 SequenceStats Sequence.getStats(StatsConfig config)
          Return statistical information about the sequence.
 LockStats Environment.getLockStats(StatsConfig config)
          Return the database environment's locking statistics.
 TransactionStats Environment.getTransactionStats(StatsConfig config)
          Return the database environment's transactional statistics.
 CacheStats Environment.getCacheStats(StatsConfig config)
           
 CacheFileStats[] Environment.getCacheFileStats(StatsConfig config)
          Return the database environment's per-file memory pool (that is, the buffer cache) statistics.
 LogStats Environment.getLogStats(StatsConfig config)
          Return the database environment's logging statistics.
 MutexStats Environment.getMutexStats(StatsConfig config)
          Return the database environment's mutex statistics.
 ReplicationStats Environment.getReplicationStats(StatsConfig config)
          Return the database environment's replication statistics.
 DatabaseStats Database.getStats(Transaction txn, StatsConfig statsConfig)
          Return database statistics.
 


Berkeley DB
version 4.4.20

Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.