Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 636b2a8b77acacd6717dd7e72eda4c1d > files > 354

db6.1-java-devel-6.1.29.0-1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_75) on Fri May 13 13:32:15 PDT 2016 -->
<title>CacheStats (Oracle - Berkeley DB Java API)</title>
<meta name="date" content="2016-05-13">
<link rel="stylesheet" type="text/css" href="../../../style.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="CacheStats (Oracle - Berkeley DB Java API)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CacheStats.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>Berkeley DB</b><br><font size="-1"> version 6.1.29</font></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/sleepycat/db/CacheFileStats.html" title="class in com.sleepycat.db"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/sleepycat/db/CheckpointConfig.html" title="class in com.sleepycat.db"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/sleepycat/db/CacheStats.html" target="_top">Frames</a></li>
<li><a href="CacheStats.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.sleepycat.db</div>
<h2 title="Class CacheStats" class="title">Class CacheStats</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.sleepycat.db.CacheStats</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">CacheStats</span>
extends java.lang.Object</pre>
<div class="block">Cache statistics for a database environment.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getAlloc()">getAlloc</a></strong>()</code>
<div class="block">Number of page allocations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getAllocBuckets()">getAllocBuckets</a></strong>()</code>
<div class="block">Number of hash buckets checked during allocation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getAllocMaxBuckets()">getAllocMaxBuckets</a></strong>()</code>
<div class="block">Maximum number of hash buckets checked during an allocation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getAllocMaxPages()">getAllocMaxPages</a></strong>()</code>
<div class="block">Maximum number of pages checked during an allocation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getAllocPages()">getAllocPages</a></strong>()</code>
<div class="block">Number of pages checked during allocation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getBytes()">getBytes</a></strong>()</code>
<div class="block">Bytes of cache (total cache size is st_gbytes + st_bytes).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getCacheHit()">getCacheHit</a></strong>()</code>
<div class="block">Requested pages found in the cache.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getCacheMiss()">getCacheMiss</a></strong>()</code>
<div class="block">Requested pages not found in the cache.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getGbytes()">getGbytes</a></strong>()</code>
<div class="block">Gigabytes of cache (total cache size is st_gbytes + st_bytes).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getHashBuckets()">getHashBuckets</a></strong>()</code>
<div class="block">Number of hash buckets in the buffer hash table.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getHashExamined()">getHashExamined</a></strong>()</code>
<div class="block">Total number of hash elements traversed during hash table lookups.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getHashLongest()">getHashLongest</a></strong>()</code>
<div class="block">The longest chain ever encountered in buffer hash table lookups.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getHashMaxNowait()">getHashMaxNowait</a></strong>()</code>
<div class="block">The number of times a thread of control was able to obtain the
    hash bucket lock without waiting on the bucket which had the
    maximum number of times that a thread of control needed to wait.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getHashMaxWait()">getHashMaxWait</a></strong>()</code>
<div class="block">The maximum number of times any hash bucket lock was waited for by
    a thread of control.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getHashMutexes()">getHashMutexes</a></strong>()</code>
<div class="block">The number of hash bucket mutexes in the buffer hash table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getHashNowait()">getHashNowait</a></strong>()</code>
<div class="block">The number of times that a thread of control was able to obtain a
    hash bucket lock without waiting.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getHashSearches()">getHashSearches</a></strong>()</code>
<div class="block">Total number of buffer hash table lookups.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getHashWait()">getHashWait</a></strong>()</code>
<div class="block">The number of times that a thread of control was forced to wait
    before obtaining a hash bucket lock.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getIoWait()">getIoWait</a></strong>()</code>
<div class="block">Number of operations blocked waiting for I/O to complete.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getMap()">getMap</a></strong>()</code>
<div class="block">Requested pages mapped into the process' address space (there is no
    available information about whether or not this request caused disk I/O,
    although examining the application page fault rate may be helpful).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getMaxNumCache()">getMaxNumCache</a></strong>()</code>
<div class="block">Maximum number of caches, as configured with
    <a href="../../../com/sleepycat/db/EnvironmentConfig.html#setCacheMax(long)"><code>EnvironmentConfig.setCacheMax(long)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getMaxOpenfd()">getMaxOpenfd</a></strong>()</code>
<div class="block">Maximum number of open file descriptors.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getMaxWrite()">getMaxWrite</a></strong>()</code>
<div class="block">The maximum number of sequential write operations scheduled by the library
    when flushing dirty pages from the cache.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getMaxWriteSleep()">getMaxWriteSleep</a></strong>()</code>
<div class="block">The number of microseconds the thread of control should pause before
    scheduling further write operations.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getMmapSize()">getMmapSize</a></strong>()</code>
<div class="block">Maximum file size for mmap.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getMultiversionFreed()">getMultiversionFreed</a></strong>()</code>
<div class="block">Number of frozen buffers freed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getMultiversionFrozen()">getMultiversionFrozen</a></strong>()</code>
<div class="block">Number of buffers frozen.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getMultiversionReused()">getMultiversionReused</a></strong>()</code>
<div class="block">Number of outdated intermediate versions reused.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getMultiversionThawed()">getMultiversionThawed</a></strong>()</code>
<div class="block">Number of buffers thawed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getNumCache()">getNumCache</a></strong>()</code>
<div class="block">Number of caches.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getPageClean()">getPageClean</a></strong>()</code>
<div class="block">Clean pages currently in the cache.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getPageCreate()">getPageCreate</a></strong>()</code>
<div class="block">Pages created in the cache.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getPageDirty()">getPageDirty</a></strong>()</code>
<div class="block">Dirty pages currently in the cache.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getPageIn()">getPageIn</a></strong>()</code>
<div class="block">Pages read into the cache.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getPageOut()">getPageOut</a></strong>()</code>
<div class="block">Pages written from the cache to the backing file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getPages()">getPages</a></strong>()</code>
<div class="block">Pages in the cache.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getPageSize()">getPageSize</a></strong>()</code>
<div class="block">Page size in bytes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getPageTrickle()">getPageTrickle</a></strong>()</code>
<div class="block">Dirty pages written using <a href="../../../com/sleepycat/db/Environment.html#trickleCacheWrite(int)"><code>Environment.trickleCacheWrite</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getRegionNowait()">getRegionNowait</a></strong>()</code>
<div class="block">The number of times that a thread of control was able to obtain a
    cache region mutex without waiting.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getRegionWait()">getRegionWait</a></strong>()</code>
<div class="block">The number of times that a thread of control was forced to wait
    before obtaining a cache region mutex.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getRegmax()">getRegmax</a></strong>()</code>
<div class="block">The maximum size, in bytes, of the mutex region.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getRegSize()">getRegSize</a></strong>()</code>
<div class="block">Individual cache size.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getRoEvict()">getRoEvict</a></strong>()</code>
<div class="block">Clean pages forced from the cache.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getRwEvict()">getRwEvict</a></strong>()</code>
<div class="block">Dirty pages forced from the cache.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#getSyncInterrupted()">getSyncInterrupted</a></strong>()</code>
<div class="block">Number of mpool sync operations interrupted.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/CacheStats.html#toString()">toString</a></strong>()</code>
<div class="block">For convenience, the CacheStats class has a toString method that
    lists all the data fields.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="getGbytes()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGbytes</h4>
<pre>public&nbsp;int&nbsp;getGbytes()</pre>
<div class="block">Gigabytes of cache (total cache size is st_gbytes + st_bytes).</div>
</li>
</ul>
<a name="getBytes()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBytes</h4>
<pre>public&nbsp;int&nbsp;getBytes()</pre>
<div class="block">Bytes of cache (total cache size is st_gbytes + st_bytes).</div>
</li>
</ul>
<a name="getNumCache()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNumCache</h4>
<pre>public&nbsp;int&nbsp;getNumCache()</pre>
<div class="block">Number of caches.</div>
</li>
</ul>
<a name="getMaxNumCache()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxNumCache</h4>
<pre>public&nbsp;int&nbsp;getMaxNumCache()</pre>
<div class="block">Maximum number of caches, as configured with
    <a href="../../../com/sleepycat/db/EnvironmentConfig.html#setCacheMax(long)"><code>EnvironmentConfig.setCacheMax(long)</code></a>.</div>
</li>
</ul>
<a name="getMmapSize()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMmapSize</h4>
<pre>public&nbsp;long&nbsp;getMmapSize()</pre>
<div class="block">Maximum file size for mmap.</div>
</li>
</ul>
<a name="getMaxOpenfd()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxOpenfd</h4>
<pre>public&nbsp;int&nbsp;getMaxOpenfd()</pre>
<div class="block">Maximum number of open file descriptors.</div>
</li>
</ul>
<a name="getMaxWrite()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxWrite</h4>
<pre>public&nbsp;int&nbsp;getMaxWrite()</pre>
<div class="block">The maximum number of sequential write operations scheduled by the library
    when flushing dirty pages from the cache.</div>
</li>
</ul>
<a name="getMaxWriteSleep()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxWriteSleep</h4>
<pre>public&nbsp;int&nbsp;getMaxWriteSleep()</pre>
<div class="block">The number of microseconds the thread of control should pause before
    scheduling further write operations.</div>
</li>
</ul>
<a name="getPages()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPages</h4>
<pre>public&nbsp;int&nbsp;getPages()</pre>
<div class="block">Pages in the cache.</div>
</li>
</ul>
<a name="getMap()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMap</h4>
<pre>public&nbsp;int&nbsp;getMap()</pre>
<div class="block">Requested pages mapped into the process' address space (there is no
    available information about whether or not this request caused disk I/O,
    although examining the application page fault rate may be helpful).</div>
</li>
</ul>
<a name="getCacheHit()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCacheHit</h4>
<pre>public&nbsp;long&nbsp;getCacheHit()</pre>
<div class="block">Requested pages found in the cache.</div>
</li>
</ul>
<a name="getCacheMiss()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCacheMiss</h4>
<pre>public&nbsp;long&nbsp;getCacheMiss()</pre>
<div class="block">Requested pages not found in the cache.</div>
</li>
</ul>
<a name="getPageCreate()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPageCreate</h4>
<pre>public&nbsp;long&nbsp;getPageCreate()</pre>
<div class="block">Pages created in the cache.</div>
</li>
</ul>
<a name="getPageIn()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPageIn</h4>
<pre>public&nbsp;long&nbsp;getPageIn()</pre>
<div class="block">Pages read into the cache.</div>
</li>
</ul>
<a name="getPageOut()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPageOut</h4>
<pre>public&nbsp;long&nbsp;getPageOut()</pre>
<div class="block">Pages written from the cache to the backing file.</div>
</li>
</ul>
<a name="getRoEvict()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRoEvict</h4>
<pre>public&nbsp;long&nbsp;getRoEvict()</pre>
<div class="block">Clean pages forced from the cache.</div>
</li>
</ul>
<a name="getRwEvict()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRwEvict</h4>
<pre>public&nbsp;long&nbsp;getRwEvict()</pre>
<div class="block">Dirty pages forced from the cache.</div>
</li>
</ul>
<a name="getPageTrickle()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPageTrickle</h4>
<pre>public&nbsp;long&nbsp;getPageTrickle()</pre>
<div class="block">Dirty pages written using <a href="../../../com/sleepycat/db/Environment.html#trickleCacheWrite(int)"><code>Environment.trickleCacheWrite</code></a>.</div>
</li>
</ul>
<a name="getPageClean()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPageClean</h4>
<pre>public&nbsp;int&nbsp;getPageClean()</pre>
<div class="block">Clean pages currently in the cache.</div>
</li>
</ul>
<a name="getPageDirty()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPageDirty</h4>
<pre>public&nbsp;int&nbsp;getPageDirty()</pre>
<div class="block">Dirty pages currently in the cache.</div>
</li>
</ul>
<a name="getHashBuckets()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHashBuckets</h4>
<pre>public&nbsp;int&nbsp;getHashBuckets()</pre>
<div class="block">Number of hash buckets in the buffer hash table.</div>
</li>
</ul>
<a name="getHashMutexes()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHashMutexes</h4>
<pre>public&nbsp;int&nbsp;getHashMutexes()</pre>
<div class="block">The number of hash bucket mutexes in the buffer hash table.</div>
</li>
</ul>
<a name="getPageSize()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPageSize</h4>
<pre>public&nbsp;int&nbsp;getPageSize()</pre>
<div class="block">Page size in bytes.</div>
</li>
</ul>
<a name="getHashSearches()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHashSearches</h4>
<pre>public&nbsp;int&nbsp;getHashSearches()</pre>
<div class="block">Total number of buffer hash table lookups.</div>
</li>
</ul>
<a name="getHashLongest()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHashLongest</h4>
<pre>public&nbsp;int&nbsp;getHashLongest()</pre>
<div class="block">The longest chain ever encountered in buffer hash table lookups.</div>
</li>
</ul>
<a name="getHashExamined()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHashExamined</h4>
<pre>public&nbsp;long&nbsp;getHashExamined()</pre>
<div class="block">Total number of hash elements traversed during hash table lookups.</div>
</li>
</ul>
<a name="getHashNowait()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHashNowait</h4>
<pre>public&nbsp;long&nbsp;getHashNowait()</pre>
<div class="block">The number of times that a thread of control was able to obtain a
    hash bucket lock without waiting.</div>
</li>
</ul>
<a name="getHashWait()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHashWait</h4>
<pre>public&nbsp;long&nbsp;getHashWait()</pre>
<div class="block">The number of times that a thread of control was forced to wait
    before obtaining a hash bucket lock.</div>
</li>
</ul>
<a name="getHashMaxNowait()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHashMaxNowait</h4>
<pre>public&nbsp;long&nbsp;getHashMaxNowait()</pre>
<div class="block">The number of times a thread of control was able to obtain the
    hash bucket lock without waiting on the bucket which had the
    maximum number of times that a thread of control needed to wait.</div>
</li>
</ul>
<a name="getHashMaxWait()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHashMaxWait</h4>
<pre>public&nbsp;long&nbsp;getHashMaxWait()</pre>
<div class="block">The maximum number of times any hash bucket lock was waited for by
    a thread of control.</div>
</li>
</ul>
<a name="getRegionNowait()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRegionNowait</h4>
<pre>public&nbsp;long&nbsp;getRegionNowait()</pre>
<div class="block">The number of times that a thread of control was able to obtain a
    cache region mutex without waiting.</div>
</li>
</ul>
<a name="getRegionWait()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRegionWait</h4>
<pre>public&nbsp;long&nbsp;getRegionWait()</pre>
<div class="block">The number of times that a thread of control was forced to wait
    before obtaining a cache region mutex.</div>
</li>
</ul>
<a name="getMultiversionFrozen()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMultiversionFrozen</h4>
<pre>public&nbsp;long&nbsp;getMultiversionFrozen()</pre>
<div class="block">Number of buffers frozen.</div>
</li>
</ul>
<a name="getMultiversionThawed()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMultiversionThawed</h4>
<pre>public&nbsp;long&nbsp;getMultiversionThawed()</pre>
<div class="block">Number of buffers thawed.</div>
</li>
</ul>
<a name="getMultiversionFreed()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMultiversionFreed</h4>
<pre>public&nbsp;long&nbsp;getMultiversionFreed()</pre>
<div class="block">Number of frozen buffers freed.</div>
</li>
</ul>
<a name="getMultiversionReused()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMultiversionReused</h4>
<pre>public&nbsp;long&nbsp;getMultiversionReused()</pre>
<div class="block">Number of outdated intermediate versions reused.</div>
</li>
</ul>
<a name="getAlloc()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAlloc</h4>
<pre>public&nbsp;long&nbsp;getAlloc()</pre>
<div class="block">Number of page allocations.</div>
</li>
</ul>
<a name="getAllocBuckets()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAllocBuckets</h4>
<pre>public&nbsp;long&nbsp;getAllocBuckets()</pre>
<div class="block">Number of hash buckets checked during allocation.</div>
</li>
</ul>
<a name="getAllocMaxBuckets()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAllocMaxBuckets</h4>
<pre>public&nbsp;long&nbsp;getAllocMaxBuckets()</pre>
<div class="block">Maximum number of hash buckets checked during an allocation.</div>
</li>
</ul>
<a name="getAllocPages()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAllocPages</h4>
<pre>public&nbsp;long&nbsp;getAllocPages()</pre>
<div class="block">Number of pages checked during allocation.</div>
</li>
</ul>
<a name="getAllocMaxPages()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAllocMaxPages</h4>
<pre>public&nbsp;long&nbsp;getAllocMaxPages()</pre>
<div class="block">Maximum number of pages checked during an allocation.</div>
</li>
</ul>
<a name="getIoWait()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIoWait</h4>
<pre>public&nbsp;long&nbsp;getIoWait()</pre>
<div class="block">Number of operations blocked waiting for I/O to complete.</div>
</li>
</ul>
<a name="getSyncInterrupted()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSyncInterrupted</h4>
<pre>public&nbsp;long&nbsp;getSyncInterrupted()</pre>
<div class="block">Number of mpool sync operations interrupted.</div>
</li>
</ul>
<a name="getRegSize()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRegSize</h4>
<pre>public&nbsp;long&nbsp;getRegSize()</pre>
<div class="block">Individual cache size.</div>
</li>
</ul>
<a name="getRegmax()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRegmax</h4>
<pre>public&nbsp;long&nbsp;getRegmax()</pre>
<div class="block">The maximum size, in bytes, of the mutex region.</div>
</li>
</ul>
<a name="toString()">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
<div class="block">For convenience, the CacheStats class has a toString method that
    lists all the data fields.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CacheStats.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>Berkeley DB</b><br><font size="-1"> version 6.1.29</font></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/sleepycat/db/CacheFileStats.html" title="class in com.sleepycat.db"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/sleepycat/db/CheckpointConfig.html" title="class in com.sleepycat.db"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/sleepycat/db/CacheStats.html" target="_top">Frames</a></li>
<li><a href="CacheStats.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size=1>Copyright (c) 1996, 2016 Oracle and/or its affiliates.  All rights reserved.</font></small></p>
</body>
</html>