public class SMultiStats
extends java.lang.Object
null
is returned
for that statistics.Modifier and Type | Method and Description |
---|---|
SCacheFileStats[] |
getCacheFileStats()
Return statistics for individual files in the cache.
|
SCacheStats |
getCacheStats()
Returns the memory pool (that is, the buffer cache) subsystem
statistics.
|
protected java.lang.Object |
getField(F field)
Return the value set on a specified field.
|
SLockStats |
getLockStats()
Return the database environment's locking statistics.
|
SLogStats |
getLogStats()
Return the database environment's logging statistics.
|
SMutexStats |
getMutexStats()
Return the database environment's mutex statistics.
|
protected T |
getThriftObj() |
STransactionStats |
getTransactionStats()
Return the database environment's transactional statistics.
|
public SCacheFileStats[] getCacheFileStats()
public SCacheStats getCacheStats()
public SLockStats getLockStats()
public SLogStats getLogStats()
public SMutexStats getMutexStats()
public STransactionStats getTransactionStats()
protected T getThriftObj()
protected java.lang.Object getField(F field) throws java.lang.IllegalStateException
field
- the fieldjava.lang.IllegalStateException
- if the field is not setCopyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.