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/StatsConfig.html | 699 ++++++++++++++-------------- 1 file changed, 346 insertions(+), 353 deletions(-) (limited to 'docs/java/com/sleepycat/db/StatsConfig.html') diff --git a/docs/java/com/sleepycat/db/StatsConfig.html b/docs/java/com/sleepycat/db/StatsConfig.html index d57dd56e..63dd867e 100644 --- a/docs/java/com/sleepycat/db/StatsConfig.html +++ b/docs/java/com/sleepycat/db/StatsConfig.html @@ -1,293 +1,284 @@ - - - - - -StatsConfig (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class StatsConfig

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

-Specifies the attributes of a statistics retrieval operation. -

- -

-


- -

+

+
com.sleepycat.db
+

Class StatsConfig

+
+
+ +
+
    +
  • +
    +
    +
    public class StatsConfig
    +extends java.lang.Object
    +
    Specifies the attributes of a statistics retrieval operation.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - -
    -Field Summary
    -static StatsConfigDEFAULT - -
    -           
    -  +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static StatsConfigDEFAULT 
      +
    • +
    - - - - - - - - - -
    -Constructor Summary
    StatsConfig() - -
    -          An instance created using the default constructor is initialized - with the system's default settings.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      StatsConfig() +
      An instance created using the default constructor is initialized + with the system's default settings.
      +
      +
    • +
    - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleangetClear() - -
    -          Return if the statistics operation is configured to reset - statistics after they are returned.
    - booleangetFast() - -
    -          Return if the statistics operation is configured to return only the - values which do not require expensive actions.
    - voidsetClear(boolean clear) - -
    -          Configure the statistics operation to reset statistics after they - are returned.
    - voidsetFast(boolean fast) - -
    -          Configure the statistics operation to return only the values which - do not incur some performance penalty.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleangetClear() +
      Return if the statistics operation is configured to reset + statistics after they are returned.
      +
      booleangetFast() +
      Return if the statistics operation is configured to return only the + values which do not require expensive actions.
      +
      voidsetClear(boolean clear) +
      Configure the statistics operation to reset statistics after they + are returned.
      +
      voidsetFast(boolean fast) +
      Configure the statistics operation to return only the values which + do not incur some performance penalty.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

    -DEFAULT

    -
    -public static final StatsConfig DEFAULT
    -
    -
    -
    -
    - + - - - - - - -
    -Constructor Detail
    - -

    -StatsConfig

    -
    -public StatsConfig()
    -
    -
    An instance created using the default constructor is initialized - with the system's default settings. -

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        StatsConfig

        +
        public StatsConfig()
        +
        An instance created using the default constructor is initialized + with the system's default settings.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -setClear

    -
    -public void setClear(boolean clear)
    -
    -
    Configure the statistics operation to reset statistics after they +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setClear

        +
        public void setClear(boolean clear)
        +
        Configure the statistics operation to reset statistics after they are returned. The default value is false. -

        -

        -

        -
        Parameters:
        clear - If set to true, configure the statistics operation to reset - statistics after they are returned.
        -
        -
    -
    - -

    -getClear

    -
    -public boolean getClear()
    -
    -
    Return if the statistics operation is configured to reset +

+
Parameters:
clear - If set to true, configure the statistics operation to reset + statistics after they are returned.
+ + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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