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. --- .../com/sleepycat/db/DatabaseStreamConfig.html | 370 +++++++++++++++++++++ 1 file changed, 370 insertions(+) create mode 100644 docs/java/com/sleepycat/db/DatabaseStreamConfig.html (limited to 'docs/java/com/sleepycat/db/DatabaseStreamConfig.html') diff --git a/docs/java/com/sleepycat/db/DatabaseStreamConfig.html b/docs/java/com/sleepycat/db/DatabaseStreamConfig.html new file mode 100644 index 00000000..6055c6e2 --- /dev/null +++ b/docs/java/com/sleepycat/db/DatabaseStreamConfig.html @@ -0,0 +1,370 @@ + + + + + +DatabaseStreamConfig (Oracle - Berkeley DB Java API) + + + + + + + +
+ + + + + +
Berkeley DB
version 6.1.23
+
+ + + +
+
com.sleepycat.db
+

Class DatabaseStreamConfig

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Cloneable
    +
    +
    +
    +
    public class DatabaseStreamConfig
    +extends java.lang.Object
    +implements java.lang.Cloneable
    +
    Specify the attributes of database stream. An instance created with the +default constructor is initialized with the system's default settings.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static DatabaseStreamConfigDEFAULT +
      Default configuration used if null is passed to methods that create a + database stream.
      +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleangetReadOnly() +
      Return true if the database stream is read only.
      +
      booleangetSyncPerWrite() +
      Return if the database stream is configured to sync the blob + on each write.
      +
      voidsetReadOnly(boolean readOnly) +
      Configure the database stream as read only.
      +
      voidsetSyncPerWrite(boolean syncPerWrite) +
      Configure the database stream to sync the blob on each write.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        DEFAULT

        +
        public static final DatabaseStreamConfig DEFAULT
        +
        Default configuration used if null is passed to methods that create a + database stream.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DatabaseStreamConfig

        +
        public DatabaseStreamConfig()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setReadOnly

        +
        public void setReadOnly(boolean readOnly)
        +
        Configure the database stream as read only. +

        +
        Parameters:
        readOnly - If true, configure the database stream to read only.
        +
      • +
      + + + +
        +
      • +

        getReadOnly

        +
        public boolean getReadOnly()
        +
        Return true if the database stream is read only. +

        +
        Returns:
        true if the database stream is configured to read only.
        +
      • +
      + + + +
        +
      • +

        setSyncPerWrite

        +
        public void setSyncPerWrite(boolean syncPerWrite)
        +
        Configure the database stream to sync the blob on each write. +

        +
        Parameters:
        syncPerWrite - If true, configure the database stream to sync the blob on + each write.
        +
      • +
      + + + +
        +
      • +

        getSyncPerWrite

        +
        public boolean getSyncPerWrite()
        +
        Return if the database stream is configured to sync the blob + on each write. +

        +
        Returns:
        true if the database stream is configured to sync the blob + on each write, and false otherwise.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
Berkeley DB
version 6.1.23
+
+ + +

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

+ + -- cgit v1.2.1