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/LogStats.html | 1411 ++++++++++++++---------------- 1 file changed, 643 insertions(+), 768 deletions(-) (limited to 'docs/java/com/sleepycat/db/LogStats.html') diff --git a/docs/java/com/sleepycat/db/LogStats.html b/docs/java/com/sleepycat/db/LogStats.html index ef2f7100..ec9c2d4d 100644 --- a/docs/java/com/sleepycat/db/LogStats.html +++ b/docs/java/com/sleepycat/db/LogStats.html @@ -1,786 +1,661 @@ - - - - - -LogStats (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class LogStats

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

-Log statistics for a database environment. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class LogStats

+
+
+ +
+
    +
  • +
    +
    +
    public class LogStats
    +extends java.lang.Object
    +
    Log statistics for a database environment.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - intgetCurFile() - -
    -          The current log file number.
    - intgetCurOffset() - -
    -          The byte offset in the current log file.
    - intgetDiskFile() - -
    -          The log file number of the last record known to be on disk.
    - intgetDiskOffset() - -
    -          The byte offset of the last record known to be on disk.
    - intgetFileidInit() - -
    -          The initial allocated file logging identifiers.
    - intgetLgBSize() - -
    -          The in-memory log record cache size.
    - intgetLgSize() - -
    -          The current log file size.
    - intgetMagic() - -
    -          The magic number that identifies a file as a log file.
    - intgetMaxCommitperflush() - -
    -          The maximum number of commits contained in a single log flush.
    - intgetMaxNfileId() - -
    -          The maximum number of file logging identifiers used.
    - intgetMinCommitperflush() - -
    -          The minimum number of commits contained in a single log flush that - contained a commit.
    - intgetMode() - -
    -          The mode of any created log files.
    - intgetNumFileId() - -
    -          The current number of file logging identifiers.
    - longgetRCount() - -
    -          The number of times the log has been read from disk.
    - longgetRecord() - -
    -          The number of records written to this log.
    - longgetRegionNowait() - -
    -          The number of times that a thread of control was able to obtain the - region lock without waiting.
    - longgetRegionWait() - -
    -          The number of times that a thread of control was forced to wait - before obtaining the region lock.
    - longgetRegSize() - -
    -          The size of the region.
    - longgetSCount() - -
    -          The number of times the log has been flushed to disk.
    - intgetVersion() - -
    -          The version of the log file type.
    - intgetWBytes() - -
    -          The number of bytes over and above getWMbytes() written to this log.
    - intgetWcBytes() - -
    -          The number of bytes over and above LogStats.getWcMbytes - written to this log since the last checkpoint.
    - intgetWcMbytes() - -
    -          The number of megabytes written to this log since the last checkpoint.
    - longgetWCount() - -
    -          The number of times the log has been written to disk.
    - longgetWCountFill() - -
    -          The number of times the log has been written to disk because the - in-memory log record cache filled up.
    - intgetWMbytes() - -
    -          The number of megabytes written to this log.
    - StringtoString() - -
    -          For convenience, the LogStats 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
      intgetCurFile() +
      The current log file number.
      +
      intgetCurOffset() +
      The byte offset in the current log file.
      +
      intgetDiskFile() +
      The log file number of the last record known to be on disk.
      +
      intgetDiskOffset() +
      The byte offset of the last record known to be on disk.
      +
      intgetFileidInit() +
      The initial allocated file logging identifiers.
      +
      intgetLgBSize() +
      The in-memory log record cache size.
      +
      intgetLgSize() +
      The current log file size.
      +
      intgetMagic() +
      The magic number that identifies a file as a log file.
      +
      intgetMaxCommitperflush() +
      The maximum number of commits contained in a single log flush.
      +
      intgetMaxNfileId() +
      The maximum number of file logging identifiers used.
      +
      intgetMinCommitperflush() +
      The minimum number of commits contained in a single log flush that + contained a commit.
      +
      intgetMode() +
      The mode of any created log files.
      +
      intgetNumFileId() +
      The current number of file logging identifiers.
      +
      longgetRCount() +
      The number of times the log has been read from disk.
      +
      longgetRecord() +
      The number of records written to this log.
      +
      longgetRegionNowait() +
      The number of times that a thread of control was able to obtain + the log region mutex without waiting.
      +
      longgetRegionWait() +
      The number of times that a thread of control was forced to wait + before obtaining the log region mutex.
      +
      longgetRegSize() +
      The size of the region.
      +
      longgetSCount() +
      The number of times the log has been flushed to disk.
      +
      intgetVersion() +
      The version of the log file type.
      +
      intgetWBytes() +
      The number of bytes over and above getWMbytes() written to this log.
      +
      intgetWcBytes() +
      The number of bytes over and above LogStats.getWcMbytes + written to this log since the last checkpoint.
      +
      intgetWcMbytes() +
      The number of megabytes written to this log since the last checkpoint.
      +
      longgetWCount() +
      The number of times the log has been written to disk.
      +
      longgetWCountFill() +
      The number of times the log has been written to disk because the + in-memory log record cache filled up.
      +
      intgetWMbytes() +
      The number of megabytes written to this log.
      +
      java.lang.StringtoString() +
      For convenience, the LogStats 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
    - -

    -getMagic

    -
    -public int getMagic()
    -
    -
    The magic number that identifies a file as a log file. -

    -

    -
    -
    -
    -
    - -

    -getVersion

    -
    -public int getVersion()
    -
    -
    The version of the log file type. -

    -

    -
    -
    -
    -
    - -

    -getMode

    -
    -public int getMode()
    -
    -
    The mode of any created log files. -

    -

    -
    -
    -
    -
    - -

    -getLgBSize

    -
    -public int getLgBSize()
    -
    -
    The in-memory log record cache size. -

    -

    -
    -
    -
    -
    - -

    -getLgSize

    -
    -public int getLgSize()
    -
    -
    The current log file size. -

    -

    -
    -
    -
    -
    - -

    -getWcBytes

    -
    -public int getWcBytes()
    -
    -
    The number of bytes over and above LogStats.getWcMbytes - written to this log since the last checkpoint. -

    -

    -
    -
    -
    -
    - -

    -getWcMbytes

    -
    -public int getWcMbytes()
    -
    -
    The number of megabytes written to this log since the last checkpoint. -

    -

    -
    -
    -
    -
    - -

    -getFileidInit

    -
    -public int getFileidInit()
    -
    -
    The initial allocated file logging identifiers. -

    -

    -
    -
    -
    -
    - -

    -getNumFileId

    -
    -public int getNumFileId()
    -
    -
    The current number of file logging identifiers. -

    -

    -
    -
    -
    -
    - -

    -getMaxNfileId

    -
    -public int getMaxNfileId()
    -
    -
    The maximum number of file logging identifiers used. -

    -

    -
    -
    -
    -
    - -

    -getRecord

    -
    -public long getRecord()
    -
    -
    The number of records written to this log. -

    -

    -
    -
    -
    -
    - -

    -getWBytes

    -
    -public int getWBytes()
    -
    -
    The number of bytes over and above getWMbytes() written to this log. -

    -

    -
    -
    -
    -
    - -

    -getWMbytes

    -
    -public int getWMbytes()
    -
    -
    The number of megabytes written to this log. -

    -

    -
    -
    -
    -
    - -

    -getWCount

    -
    -public long getWCount()
    -
    -
    The number of times the log has been written to disk. -

    -

    -
    -
    -
    -
    - -

    -getWCountFill

    -
    -public long getWCountFill()
    -
    -
    The number of times the log has been written to disk because the - in-memory log record cache filled up. -

    -

    -
    -
    -
    -
    - -

    -getRCount

    -
    -public long getRCount()
    -
    -
    The number of times the log has been read from disk. -

    -

    -
    -
    -
    -
    - -

    -getSCount

    -
    -public long getSCount()
    -
    -
    The number of times the log has been flushed to disk. -

    -

    -
    -
    -
    -
    - -

    -getRegionWait

    -
    -public long getRegionWait()
    -
    -
    The number of times that a thread of control was forced to wait - before obtaining the region lock. -

    -

    -
    -
    -
    -
    - -

    -getRegionNowait

    -
    -public long getRegionNowait()
    -
    -
    The number of times that a thread of control was able to obtain the - region lock without waiting. -

    -

    -
    -
    -
    -
    - -

    -getCurFile

    -
    -public int getCurFile()
    -
    -
    The current log file number. -

    -

    -
    -
    -
    -
    - -

    -getCurOffset

    -
    -public int getCurOffset()
    -
    -
    The byte offset in the current log file. -

    -

    -
    -
    -
    -
    - -

    -getDiskFile

    -
    -public int getDiskFile()
    -
    -
    The log file number of the last record known to be on disk. -

    -

    -
    -
    -
    -
    - -

    -getDiskOffset

    -
    -public int getDiskOffset()
    -
    -
    The byte offset of the last record known to be on disk. -

    -

    -
    -
    -
    -
    - -

    -getMaxCommitperflush

    -
    -public int getMaxCommitperflush()
    -
    -
    The maximum number of commits contained in a single log flush. -

    -

    -
    -
    -
    -
    - -

    -getMinCommitperflush

    -
    -public int getMinCommitperflush()
    -
    -
    The minimum number of commits contained in a single log flush that - contained a commit. -

    -

    -
    -
    -
    -
    - -

    -getRegSize

    -
    -public long getRegSize()
    -
    -
    The size of the region. -

    -

    -
    -
    -
    -
    - -

    -toString

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

    -

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

      Method Detail

      + + + +
        +
      • +

        getMagic

        +
        public int getMagic()
        +
        The magic number that identifies a file as a log file.
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public int getVersion()
        +
        The version of the log file type.
        +
      • +
      + + + +
        +
      • +

        getMode

        +
        public int getMode()
        +
        The mode of any created log files.
        +
      • +
      + + + +
        +
      • +

        getLgBSize

        +
        public int getLgBSize()
        +
        The in-memory log record cache size.
        +
      • +
      + + + +
        +
      • +

        getLgSize

        +
        public int getLgSize()
        +
        The current log file size.
        +
      • +
      + + + +
        +
      • +

        getWcBytes

        +
        public int getWcBytes()
        +
        The number of bytes over and above LogStats.getWcMbytes + written to this log since the last checkpoint.
        +
      • +
      + + + +
        +
      • +

        getWcMbytes

        +
        public int getWcMbytes()
        +
        The number of megabytes written to this log since the last checkpoint.
        +
      • +
      + + + +
        +
      • +

        getFileidInit

        +
        public int getFileidInit()
        +
        The initial allocated file logging identifiers.
        +
      • +
      + + + +
        +
      • +

        getNumFileId

        +
        public int getNumFileId()
        +
        The current number of file logging identifiers.
        +
      • +
      + + + +
        +
      • +

        getMaxNfileId

        +
        public int getMaxNfileId()
        +
        The maximum number of file logging identifiers used.
        +
      • +
      + + + +
        +
      • +

        getRecord

        +
        public long getRecord()
        +
        The number of records written to this log.
        +
      • +
      + + + +
        +
      • +

        getWBytes

        +
        public int getWBytes()
        +
        The number of bytes over and above getWMbytes() written to this log.
        +
      • +
      + + + +
        +
      • +

        getWMbytes

        +
        public int getWMbytes()
        +
        The number of megabytes written to this log.
        +
      • +
      + + + +
        +
      • +

        getWCount

        +
        public long getWCount()
        +
        The number of times the log has been written to disk.
        +
      • +
      + + + +
        +
      • +

        getWCountFill

        +
        public long getWCountFill()
        +
        The number of times the log has been written to disk because the + in-memory log record cache filled up.
        +
      • +
      + + + +
        +
      • +

        getRCount

        +
        public long getRCount()
        +
        The number of times the log has been read from disk.
        +
      • +
      + + + +
        +
      • +

        getSCount

        +
        public long getSCount()
        +
        The number of times the log has been flushed to disk.
        +
      • +
      + + + +
        +
      • +

        getRegionWait

        +
        public long getRegionWait()
        +
        The number of times that a thread of control was forced to wait + before obtaining the log region mutex.
        +
      • +
      + + + +
        +
      • +

        getRegionNowait

        +
        public long getRegionNowait()
        +
        The number of times that a thread of control was able to obtain + the log region mutex without waiting.
        +
      • +
      + + + +
        +
      • +

        getCurFile

        +
        public int getCurFile()
        +
        The current log file number.
        +
      • +
      + + + +
        +
      • +

        getCurOffset

        +
        public int getCurOffset()
        +
        The byte offset in the current log file.
        +
      • +
      + + + +
        +
      • +

        getDiskFile

        +
        public int getDiskFile()
        +
        The log file number of the last record known to be on disk.
        +
      • +
      + + + +
        +
      • +

        getDiskOffset

        +
        public int getDiskOffset()
        +
        The byte offset of the last record known to be on disk.
        +
      • +
      + + + +
        +
      • +

        getMaxCommitperflush

        +
        public int getMaxCommitperflush()
        +
        The maximum number of commits contained in a single log flush.
        +
      • +
      + + + +
        +
      • +

        getMinCommitperflush

        +
        public int getMinCommitperflush()
        +
        The minimum number of commits contained in a single log flush that + contained a commit.
        +
      • +
      + + + +
        +
      • +

        getRegSize

        +
        public long getRegSize()
        +
        The size of the region.
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        For convenience, the LogStats 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