Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Field | Description |
---|---|---|
static StatsConfig |
StatsConfig.DEFAULT |
Modifier and Type | Method | 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.
|
DatabaseStats |
Database.getStats(Transaction txn,
StatsConfig config) |
Return database statistics.
|
SequenceStats |
Sequence.getStats(StatsConfig config) |
Return statistical information about the sequence.
|
TransactionStats |
Environment.getTransactionStats(StatsConfig config) |
Return the database environment's transactional statistics.
|
int |
Environment.printLockStats(StatsConfig config) |
Print the locking subsystem statistical information to a specified output
channel (see the setMsgfile() method for more information), or passed to an
application callback function (see the setMsgcall() method for more
information).
|
int |
Environment.printLogStats(StatsConfig config) |
Print the logging subsystem statistical information to a specified output
channel (see the setMsgfile() method for more information), or passed to an
application callback function (see the setMsgcall() method for more
information).
|
int |
Environment.printMempStats(StatsConfig config) |
Print the cache subsystem statistical information to a specified output
channel (see the setMsgfile() method for more information), or passed to an
application callback function (see the setMsgcall() method for more
information).
|
int |
Environment.printMutexStats(StatsConfig config) |
Print the mutex subsystem statistical information to a specified output
channel (see the setMsgfile() method for more information), or passed to an
application callback function (see the setMsgcall() method for more
information).
|
int |
Environment.printReplicationManagerStats(StatsConfig config) |
Print the Replication Manager subsystem statistical information to a
specified output channel (see the setMsgfile() method for more
information), or passed to an application callback function (see the
setMsgcall() method for more information).
|
int |
Environment.printReplicationStats(StatsConfig config) |
Print the replication subsystem statistical information to a specified output
channel (see the setMsgfile() method for more information), or passed to an
application callback function (see the setMsgcall() method for more
information).
|
int |
Database.printStats(StatsConfig config) |
Print database statistics to a specified output channel (see the
setMsgfile() method for more information), or passed to an application
callback function (see the setMsgcall() method for more information).
|
int |
Environment.printStats(StatsConfig config) |
Print environment statistical information to a specified output
channel (see the setMsgfile() method for more information), or passed to an
application callback function (see the setMsgcall() method for more
information).
|
int |
Sequence.printStats(StatsConfig config) |
Print statistical information about the sequence to a specified output
channel (see the setMsgfile() method for more information), or passed to an
application callback function (see the setMsgcall() method for more
information).
|
int |
Environment.printTransactionStats(StatsConfig config) |
Print the transaction subsystem statistical information to a specified
output channel (see the setMsgfile() method for more information), or
passed to an application callback function (see the setMsgcall() method
for more information).
|
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.