From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/java/com/sleepycat/db/CacheFileStats.html | 762 ++++++++++++------------- 1 file changed, 361 insertions(+), 401 deletions(-) (limited to 'docs/java/com/sleepycat/db/CacheFileStats.html') diff --git a/docs/java/com/sleepycat/db/CacheFileStats.html b/docs/java/com/sleepycat/db/CacheFileStats.html index d4b4fbf5..8c009e23 100644 --- a/docs/java/com/sleepycat/db/CacheFileStats.html +++ b/docs/java/com/sleepycat/db/CacheFileStats.html @@ -1,419 +1,379 @@ - - - - - -CacheFileStats (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class CacheFileStats

-
-java.lang.Object
-  extended by com.sleepycat.db.CacheFileStats
-
-
-
-
public class CacheFileStats
extends Object
- - -

-Statistics for a file in the cache. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class CacheFileStats

+
+
+ +
+
    +
  • +
    +
    +
    public class CacheFileStats
    +extends java.lang.Object
    +
    Statistics for a file in the cache.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - longgetBackupSpins() - -
    -          TODO
    - longgetCacheHit() - -
    -          Requested pages found in the cache.
    - longgetCacheMiss() - -
    -          Requested pages not found in the cache.
    - StringgetFileName() - -
    -          The name of the file.
    - intgetMap() - -
    -          Requested pages mapped into the process' address space.
    - longgetPageCreate() - -
    -          Pages created in the cache.
    - longgetPageIn() - -
    -          Pages read into the cache.
    - longgetPageOut() - -
    -          Pages written from the cache to the backing file.
    - intgetPageSize() - -
    -          Page size in bytes.
    - StringtoString() - -
    -          For convenience, the CacheFileStats class has a toString method - that lists all the data fields.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      longgetBackupSpins() +
      Spins while trying to back up the file.
      +
      longgetCacheHit() +
      Requested pages found in the cache.
      +
      longgetCacheMiss() +
      Requested pages not found in the cache.
      +
      java.lang.StringgetFileName() +
      The name of the file.
      +
      intgetMap() +
      Requested pages mapped into the process' address space.
      +
      longgetPageCreate() +
      Pages created in the cache.
      +
      longgetPageIn() +
      Pages read into the cache.
      +
      longgetPageOut() +
      Pages written from the cache to the backing file.
      +
      intgetPageSize() +
      Page size in bytes.
      +
      java.lang.StringtoString() +
      For convenience, the CacheFileStats class has a toString method + that lists all the data fields.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -getPageSize

    -
    -public int getPageSize()
    -
    -
    Page size in bytes. -

    -

    -
    -
    -
    -
    - -

    -getMap

    -
    -public int getMap()
    -
    -
    Requested pages mapped into the process' address space. -

    -

    -
    -
    -
    -
    - -

    -getCacheHit

    -
    -public long getCacheHit()
    -
    -
    Requested pages found in the cache. -

    -

    -
    -
    -
    -
    - -

    -getCacheMiss

    -
    -public long getCacheMiss()
    -
    -
    Requested pages not found in the cache. -

    -

    -
    -
    -
    -
    - -

    -getPageCreate

    -
    -public long getPageCreate()
    -
    -
    Pages created in the cache. -

    -

    -
    -
    -
    -
    - -

    -getPageIn

    -
    -public long getPageIn()
    -
    -
    Pages read into the cache. -

    -

    -
    -
    -
    -
    - -

    -getPageOut

    -
    -public long getPageOut()
    -
    -
    Pages written from the cache to the backing file. -

    -

    -
    -
    -
    -
    - -

    -getBackupSpins

    -
    -public long getBackupSpins()
    -
    -
    TODO -

    -

    -
    -
    -
    -
    - -

    -getFileName

    -
    -public String getFileName()
    -
    -
    The name of the file. -

    -

    -
    -
    -
    -
    - -

    -toString

    -
    -public String toString()
    -
    -
    For convenience, the CacheFileStats class has a toString method - that lists all the data fields. -

    -

    -
    Overrides:
    toString in class Object
    -
    -
    -
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPageSize

        +
        public int getPageSize()
        +
        Page size in bytes.
        +
      • +
      + + + +
        +
      • +

        getMap

        +
        public int getMap()
        +
        Requested pages mapped into the process' address space.
        +
      • +
      + + + +
        +
      • +

        getCacheHit

        +
        public long getCacheHit()
        +
        Requested pages found in the cache.
        +
      • +
      + + + +
        +
      • +

        getCacheMiss

        +
        public long getCacheMiss()
        +
        Requested pages not found in the cache.
        +
      • +
      + + + +
        +
      • +

        getPageCreate

        +
        public long getPageCreate()
        +
        Pages created in the cache.
        +
      • +
      + + + +
        +
      • +

        getPageIn

        +
        public long getPageIn()
        +
        Pages read into the cache.
        +
      • +
      + + + +
        +
      • +

        getPageOut

        +
        public long getPageOut()
        +
        Pages written from the cache to the backing file.
        +
      • +
      + + + +
        +
      • +

        getBackupSpins

        +
        public long getBackupSpins()
        +
        Spins while trying to back up the file.
        +
      • +
      + + + +
        +
      • +

        getFileName

        +
        public java.lang.String getFileName()
        +
        The name of the file.
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        For convenience, the CacheFileStats class has a toString method + that lists all the data fields.
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1