Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Field and Description |
---|---|
static StatsConfig |
StatsConfig.DEFAULT |
Modifier and Type | Method and Description |
---|---|
CacheFileStats[] |
Environment.getCacheFileStats(StatsConfig config)
Return statistics for individual files in the cache.
|
CacheStats |
Environment.getCacheStats(StatsConfig config)
Returns the memory pool (that is, the buffer cache) subsystem statistics.
|
LockStats |
Environment.getLockStats(StatsConfig config)
Return the database environment's locking 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.
|
ReplicationManagerStats |
Environment.getReplicationManagerStats(StatsConfig config)
Return the database environment's replication manager statistics.
|
ReplicationStats |
Environment.getReplicationStats(StatsConfig config)
Return the database environment's replication statistics.
|
SequenceStats |
Sequence.getStats(StatsConfig config)
Return statistical information about the sequence.
|
DatabaseStats |
Database.getStats(Transaction txn,
StatsConfig config)
Return database statistics.
|
TransactionStats |
Environment.getTransactionStats(StatsConfig config)
Return the database environment's transactional statistics.
|
Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.