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/CheckpointConfig.html | 779 +++++++++++------------ 1 file changed, 382 insertions(+), 397 deletions(-) (limited to 'docs/java/com/sleepycat/db/CheckpointConfig.html') diff --git a/docs/java/com/sleepycat/db/CheckpointConfig.html b/docs/java/com/sleepycat/db/CheckpointConfig.html index d4d5169a..f637e682 100644 --- a/docs/java/com/sleepycat/db/CheckpointConfig.html +++ b/docs/java/com/sleepycat/db/CheckpointConfig.html @@ -1,427 +1,412 @@ - - - - - -CheckpointConfig (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class CheckpointConfig

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

-Specifies the attributes of an application invoked checkpoint operation. -

- -

-


- -

+

+
com.sleepycat.db
+

Class CheckpointConfig

+
+
+ +
+
    +
  • +
    +
    +
    public class CheckpointConfig
    +extends java.lang.Object
    +
    Specifies the attributes of an application invoked checkpoint operation.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - -
    -Field Summary
    -static CheckpointConfigDEFAULT - -
    -          Default configuration used if null is passed to - Environment.checkpoint.
    -  + - - - - - - - - - -
    -Constructor Summary
    CheckpointConfig() - -
    -          An instance created using the default constructor is initialized - with the system's default settings.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      CheckpointConfig() +
      An instance created using the default constructor is initialized + with the system's default settings.
      +
      +
    • +
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleangetForce() - -
    -          Return the configuration of the checkpoint force option.
    - intgetKBytes() - -
    -          Return the checkpoint log data threshold, in kilobytes.
    - intgetMinutes() - -
    -          Return the checkpoint time threshold, in minutes.
    - voidsetForce(boolean force) - -
    -          Configure the checkpoint force option.
    - voidsetKBytes(int kbytes) - -
    -          Configure the checkpoint log data threshold, in kilobytes.
    - voidsetMinutes(int minutes) - -
    -          Configure the checkpoint time threshold, in minutes.
    - - - - - - - -
    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
      booleangetForce() +
      Return the configuration of the checkpoint force option.
      +
      intgetKBytes() +
      Return the checkpoint log data threshold, in kilobytes.
      +
      intgetMinutes() +
      Return the checkpoint time threshold, in minutes.
      +
      voidsetForce(boolean force) +
      Configure the checkpoint force option.
      +
      voidsetKBytes(int kbytes) +
      Configure the checkpoint log data threshold, in kilobytes.
      +
      voidsetMinutes(int minutes) +
      Configure the checkpoint time threshold, in minutes.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

    -DEFAULT

    -
    -public static final CheckpointConfig DEFAULT
    -
    -
    Default configuration used if null is passed to - Environment.checkpoint. -

    -

    -
    -
    - + - - - - - - -
    -Constructor Detail
    - -

    -CheckpointConfig

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

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CheckpointConfig

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

    -setKBytes

    -
    -public void setKBytes(int kbytes)
    -
    -
    Configure the checkpoint log data threshold, in kilobytes. +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setKBytes

        +
        public void setKBytes(int kbytes)
        +
        Configure the checkpoint log data threshold, in kilobytes.

        The default is 0 for this class and the database environment. -

        -

        -

        -
        Parameters:
        kbytes - If the kbytes parameter is non-zero, a checkpoint will be performed if more - than kbytes of log data have been written since the last checkpoint.
        -
        -
    -
    - -

    -getKBytes

    -
    -public int getKBytes()
    -
    -
    Return the checkpoint log data threshold, in kilobytes. +

+
Parameters:
kbytes - If the kbytes parameter is non-zero, a checkpoint will be performed if more + than kbytes of log data have been written since the last checkpoint.
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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