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/MutexStats.html | 883 ++++++++++++++--------------- 1 file changed, 414 insertions(+), 469 deletions(-) (limited to 'docs/java/com/sleepycat/db/MutexStats.html') diff --git a/docs/java/com/sleepycat/db/MutexStats.html b/docs/java/com/sleepycat/db/MutexStats.html index 5cfb4a76..6d8d309b 100644 --- a/docs/java/com/sleepycat/db/MutexStats.html +++ b/docs/java/com/sleepycat/db/MutexStats.html @@ -1,487 +1,432 @@ - - - - - -MutexStats (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class MutexStats

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

-Statistics about mutexes in a Berkeley DB database environment, returned -by Environment.getMutexStats(com.sleepycat.db.StatsConfig) -

- -

-


- -

- +

+
com.sleepycat.db
+

Class MutexStats

+
+
+ +
+ +
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - intgetMutexAlign() - -
    -          The mutex alignment, in bytes.
    - intgetMutexCount() - -
    -          The total number of mutexes configured.
    - intgetMutexFree() - -
    -          The number of mutexes currently available.
    - intgetMutexInit() - -
    -          The initial number of mutexes configured.
    - intgetMutexInuse() - -
    -          The number of mutexes currently in use.
    - intgetMutexInuseMax() - -
    -          The maximum number of mutexes ever in use.
    - intgetMutexMax() - -
    -          The maximum number of mutexes.
    - intgetMutexTasSpins() - -
    -          The number of times test-and-set mutexes will spin without blocking.
    - longgetRegionNowait() - -
    -          The number of times that a thread of control was able to obtain - the mutex region mutex without waiting.
    - longgetRegionWait() - -
    -          The number of times that a thread of control was forced to wait before - obtaining the mutex region mutex.
    - longgetRegmax() - -
    -          The max size of the mutex region size.
    - longgetRegSize() - -
    -          The size of the mutex region, in bytes.
    - StringtoString() - -
    -          For convenience, the MutexStats 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
      intgetMutexAlign() +
      The mutex alignment, in bytes.
      +
      intgetMutexCount() +
      The total number of mutexes configured.
      +
      intgetMutexFree() +
      The number of mutexes currently available.
      +
      intgetMutexInit() +
      The initial number of mutexes configured.
      +
      intgetMutexInuse() +
      The number of mutexes currently in use.
      +
      intgetMutexInuseMax() +
      The maximum number of mutexes ever in use.
      +
      intgetMutexMax() +
      The maximum number of mutexes.
      +
      intgetMutexTasSpins() +
      The number of times test-and-set mutexes will spin without blocking.
      +
      longgetRegionNowait() +
      The number of times that a thread of control was able to obtain + the mutex region mutex without waiting.
      +
      longgetRegionWait() +
      The number of times that a thread of control was forced to wait before + obtaining the mutex region mutex.
      +
      longgetRegmax() +
      The max size of the mutex region size.
      +
      longgetRegSize() +
      The size of the mutex region, in bytes.
      +
      java.lang.StringtoString() +
      For convenience, the MutexStats 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
    - -

    -getMutexAlign

    -
    -public int getMutexAlign()
    -
    -
    The mutex alignment, in bytes. -

    -

    -
    -
    -
    -
    - -

    -getMutexTasSpins

    -
    -public int getMutexTasSpins()
    -
    -
    The number of times test-and-set mutexes will spin without blocking. -

    -

    -
    -
    -
    -
    - -

    -getMutexInit

    -
    -public int getMutexInit()
    -
    -
    The initial number of mutexes configured. -

    -

    -
    -
    -
    -
    - -

    -getMutexCount

    -
    -public int getMutexCount()
    -
    -
    The total number of mutexes configured. -

    -

    -
    -
    -
    -
    - -

    -getMutexMax

    -
    -public int getMutexMax()
    -
    -
    The maximum number of mutexes. -

    -

    -
    -
    -
    -
    - -

    -getMutexFree

    -
    -public int getMutexFree()
    -
    -
    The number of mutexes currently available. -

    -

    -
    -
    -
    -
    - -

    -getMutexInuse

    -
    -public int getMutexInuse()
    -
    -
    The number of mutexes currently in use. -

    -

    -
    -
    -
    -
    - -

    -getMutexInuseMax

    -
    -public int getMutexInuseMax()
    -
    -
    The maximum number of mutexes ever in use. -

    -

    -
    -
    -
    -
    - -

    -getRegionWait

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

    -

    -
    -
    -
    -
    - -

    -getRegionNowait

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

    -

    -
    -
    -
    -
    - -

    -getRegSize

    -
    -public long getRegSize()
    -
    -
    The size of the mutex region, in bytes. -

    -

    -
    -
    -
    -
    - -

    -getRegmax

    -
    -public long getRegmax()
    -
    -
    The max size of the mutex region size. -

    -

    -
    -
    -
    -
    - -

    -toString

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

    -

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

      Method Detail

      + + + +
        +
      • +

        getMutexAlign

        +
        public int getMutexAlign()
        +
        The mutex alignment, in bytes.
        +
      • +
      + + + +
        +
      • +

        getMutexTasSpins

        +
        public int getMutexTasSpins()
        +
        The number of times test-and-set mutexes will spin without blocking.
        +
      • +
      + + + +
        +
      • +

        getMutexInit

        +
        public int getMutexInit()
        +
        The initial number of mutexes configured.
        +
      • +
      + + + +
        +
      • +

        getMutexCount

        +
        public int getMutexCount()
        +
        The total number of mutexes configured.
        +
      • +
      + + + +
        +
      • +

        getMutexMax

        +
        public int getMutexMax()
        +
        The maximum number of mutexes.
        +
      • +
      + + + +
        +
      • +

        getMutexFree

        +
        public int getMutexFree()
        +
        The number of mutexes currently available.
        +
      • +
      + + + +
        +
      • +

        getMutexInuse

        +
        public int getMutexInuse()
        +
        The number of mutexes currently in use.
        +
      • +
      + + + +
        +
      • +

        getMutexInuseMax

        +
        public int getMutexInuseMax()
        +
        The maximum number of mutexes ever in use.
        +
      • +
      + + + +
        +
      • +

        getRegionWait

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

        getRegionNowait

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

        getRegSize

        +
        public long getRegSize()
        +
        The size of the mutex region, in bytes.
        +
      • +
      + + + +
        +
      • +

        getRegmax

        +
        public long getRegmax()
        +
        The max size of the mutex region size.
        +
      • +
      + + + +
        +
      • +

        toString

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