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/LogVerifyConfig.html | 1328 ++++++++++------------- 1 file changed, 595 insertions(+), 733 deletions(-) (limited to 'docs/java/com/sleepycat/db/LogVerifyConfig.html') diff --git a/docs/java/com/sleepycat/db/LogVerifyConfig.html b/docs/java/com/sleepycat/db/LogVerifyConfig.html index ef6c5083..af981611 100644 --- a/docs/java/com/sleepycat/db/LogVerifyConfig.html +++ b/docs/java/com/sleepycat/db/LogVerifyConfig.html @@ -1,756 +1,618 @@ - - - - - -LogVerifyConfig (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class LogVerifyConfig

-
-java.lang.Object
-  extended by com.sleepycat.db.LogVerifyConfig
-
-
-
All Implemented Interfaces:
Cloneable
-
-
-
-
public class LogVerifyConfig
extends Object
implements Cloneable
- - -

-Specify the attributes of a database. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class LogVerifyConfig

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Cloneable
    +
    +
    +
    +
    public class LogVerifyConfig
    +extends java.lang.Object
    +implements java.lang.Cloneable
    +
    Specify the attributes of a database.
    +
  • +
+
+
+
    +
  • - - - - - - - - - -
    -Constructor Summary
    LogVerifyConfig() - -
    -           
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      LogVerifyConfig() 
      +
    • +
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - intgetCacheSize() - -
    -          Return the internal database environment cache size.
    - booleangetContinueAfterFail() - -
    -          Return if continue after a failed check.
    - StringgetDbFile() - -
    -          Return the database file name whose logs we will verify.
    - StringgetDbName() - -
    -          Return the database name whose logs we will verify.
    - LogSequenceNumbergetEndLsn() - -
    -          Return the ending lsn to verify.
    - DategetEndTime() - -
    -          Return the ending time to verify.
    - StringgetEnvHome() - -
    -          Return the home directory to use by the log verification internally.
    - LogSequenceNumbergetStartLsn() - -
    -          Return the starting lsn to verify.
    - DategetStartTime() - -
    -          Return the starting time to verify.
    - booleangetVerbose() - -
    -          Return if print verbose information.
    - voidsetCacheSize(int cachesize) - -
    -          Set the internal database environment cache size.
    - voidsetContinueAfterFail(boolean caf) - -
    -          Set if continue after a failed check.
    - voidsetDbFile(String file) - -
    -          Set the database file name whose logs we will verify.
    - voidsetDbName(String name) - -
    -          Set the database name whose logs we will verify.
    - voidsetEndLsn(LogSequenceNumber endlsn) - -
    -          Set the ending lsn to verify.
    - voidsetEndTime(Date etime) - -
    -          Set the ending lsn to verify.
    - voidsetEnvHome(String home) - -
    -          Set the home directory to use by the log verification internally.
    - voidsetStartLsn(LogSequenceNumber stLsn) - -
    -          Set the starting lsn to verify.
    - voidsetStartTime(Date stime) - -
    -          Set the starting time to verify.
    - voidsetVerbose(boolean verbs) - -
    -          Set if print verbose information.
    - - - - - - - -
    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
      intgetCacheSize() +
      Return the internal database environment cache size.
      +
      booleangetContinueAfterFail() +
      Return if continue after a failed check.
      +
      java.lang.StringgetDbFile() +
      Return the database file name whose logs we will verify.
      +
      java.lang.StringgetDbName() +
      Return the database name whose logs we will verify.
      +
      LogSequenceNumbergetEndLsn() +
      Return the ending lsn to verify.
      +
      java.util.DategetEndTime() +
      Return the ending time to verify.
      +
      java.lang.StringgetEnvHome() +
      Return the home directory to use by the log verification internally.
      +
      LogSequenceNumbergetStartLsn() +
      Return the starting lsn to verify.
      +
      java.util.DategetStartTime() +
      Return the starting time to verify.
      +
      booleangetVerbose() +
      Return if print verbose information.
      +
      voidsetCacheSize(int cachesize) +
      Set the internal database environment cache size.
      +
      voidsetContinueAfterFail(boolean caf) +
      Set if continue after a failed check.
      +
      voidsetDbFile(java.lang.String file) +
      Set the database file name whose logs we will verify.
      +
      voidsetDbName(java.lang.String name) +
      Set the database name whose logs we will verify.
      +
      voidsetEndLsn(LogSequenceNumber endlsn) +
      Set the ending lsn to verify.
      +
      voidsetEndTime(java.util.Date etime) +
      Set the ending lsn to verify.
      +
      voidsetEnvHome(java.lang.String home) +
      Set the home directory to use by the log verification internally.
      +
      voidsetStartLsn(LogSequenceNumber stLsn) +
      Set the starting lsn to verify.
      +
      voidsetStartTime(java.util.Date stime) +
      Set the starting time to verify.
      +
      voidsetVerbose(boolean verbs) +
      Set if print verbose information.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

    -LogVerifyConfig

    -
    -public LogVerifyConfig()
    -
    -
    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LogVerifyConfig

        +
        public LogVerifyConfig()
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -getEnvHome

    -
    -public String getEnvHome()
    -
    -
    Return the home directory to use by the log verification internally. -

    -

    -

    -
    -
    -
    - -
    Returns:
    Return the environment home directory path.
    -
    -
    -
    - -

    -setEnvHome

    -
    -public void setEnvHome(String home)
    -
    -
    Set the home directory to use by the log verification internally. -

    -

    -

    -
    -
    -
    -
    Parameters:
    home - The home directory of the internal database environment we use to store +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getEnvHome

        +
        public java.lang.String getEnvHome()
        +
        Return the home directory to use by the log verification internally. +

        +
        Returns:
        Return the environment home directory path.
        +
      • +
      + + + +
        +
      • +

        setEnvHome

        +
        public void setEnvHome(java.lang.String home)
        +
        Set the home directory to use by the log verification internally. +

        +
        Parameters:
        home - The home directory of the internal database environment we use to store intermediate data during the verification process, can be null, meaning we will create the environment and all databases in memory, which can be overwhelming if the log takes up more space than available memory. -

        -

        Throws: -
        IllegalArgumentException - if home is an empty string.
        -
    -
    -
    - -

    -getCacheSize

    -
    -public int getCacheSize()
    -
    -
    Return the internal database environment cache size. -

    -

    -

    -
    -
    -
    - -
    Returns:
    Return the internal database environment cache size.
    -
    -
    -
    - -

    -setCacheSize

    -
    -public void setCacheSize(int cachesize)
    -
    -
    Set the internal database environment cache size. -

    -

    -

    -
    -
    -
    -
    Parameters:
    cachesize - The internal database environment cache size.
    -
    -
    -
    - -

    -getDbFile

    -
    -public String getDbFile()
    -
    -
    Return the database file name whose logs we will verify. -

    -

    -

    -
    -
    -
    - -
    Returns:
    Return the database file name whose logs we will verify.
    -
    -
    -
    - -

    -setDbFile

    -
    -public void setDbFile(String file)
    -
    -
    Set the database file name whose logs we will verify. -

    -

    -

    -
    -
    -
    -
    Parameters:
    file - The database file name whose logs we will verify.
    -
    -
    -
    - -

    -getDbName

    -
    -public String getDbName()
    -
    -
    Return the database name whose logs we will verify. -

    -

    -

    -
    -
    -
    - -
    Returns:
    Return the database name whose logs we will verify.
    -
    -
    -
    - -

    -setDbName

    -
    -public void setDbName(String name)
    -
    -
    Set the database name whose logs we will verify. -

    -

    -

    -
    -
    -
    -
    Parameters:
    name - The database name whose logs we will verify.
    -
    -
    -
    - -

    -getStartLsn

    -
    -public LogSequenceNumber getStartLsn()
    -
    -
    Return the starting lsn to verify. -

    -

    -

    -
    -
    -
    - -
    Returns:
    The starting lsn to verify.
    -
    -
    -
    - -

    -setStartLsn

    -
    -public void setStartLsn(LogSequenceNumber stLsn)
    -
    -
    Set the starting lsn to verify. -

    -

    -

    -
    -
    -
    -
    Parameters:
    stLsn - The starting lsn to verify.
    -
    -
    -
    - -

    -getEndLsn

    -
    -public LogSequenceNumber getEndLsn()
    -
    -
    Return the ending lsn to verify. -

    -

    -

    -
    -
    -
    - -
    Returns:
    The ending lsn to verify.
    -
    -
    -
    - -

    -setEndLsn

    -
    -public void setEndLsn(LogSequenceNumber endlsn)
    -
    -
    Set the ending lsn to verify. -

    -

    -

    -
    -
    -
    -
    Parameters:
    endlsn - The ending lsn to verify.
    -
    -
    -
    - -

    -getStartTime

    -
    -public Date getStartTime()
    -
    -
    Return the starting time to verify. -

    -

    -

    -
    -
    -
    - -
    Returns:
    The starting time to verify.
    -
    -
    -
    - -

    -setStartTime

    -
    -public void setStartTime(Date stime)
    -
    -
    Set the starting time to verify. -

    -

    -

    -
    -
    -
    -
    Parameters:
    stime - The starting time to verify.
    -
    -
    -
    - -

    -getEndTime

    -
    -public Date getEndTime()
    -
    -
    Return the ending time to verify. -

    -

    -

    -
    -
    -
    - -
    Returns:
    The ending time to verify.
    -
    -
    -
    - -

    -setEndTime

    -
    -public void setEndTime(Date etime)
    -
    -
    Set the ending lsn to verify. -

    -

    -

    -
    -
    -
    -
    Parameters:
    etime - The ending time to verify.
    -
    -
    -
    - -

    -getContinueAfterFail

    -
    -public boolean getContinueAfterFail()
    -
    -
    Return if continue after a failed check. -

    -

    -

    -
    -
    -
    - -
    Returns:
    If continue after a failed check.
    -
    -
    -
    - -

    -setContinueAfterFail

    -
    -public void setContinueAfterFail(boolean caf)
    -
    -
    Set if continue after a failed check. -

    -

    -

    -
    -
    -
    -
    Parameters:
    caf - If continue after a failed check.
    -
    -
    -
    - -

    -getVerbose

    -
    -public boolean getVerbose()
    -
    -
    Return if print verbose information. -

    -

    -

    -
    -
    -
    - -
    Returns:
    If print verbose information.
    -
    -
    -
    - -

    -setVerbose

    -
    -public void setVerbose(boolean verbs)
    -
    -
    Set if print verbose information. -

    -

    -

    -
    -
    -
    -
    Parameters:
    verbs - If print verbose information.
    -
    -
    +

    +
    Throws:
    +
    java.lang.IllegalArgumentException - if home is an empty string.
    +
  • +
+ + + +
    +
  • +

    getCacheSize

    +
    public int getCacheSize()
    +
    Return the internal database environment cache size. +

    +
    Returns:
    Return the internal database environment cache size.
    +
  • +
+ + + +
    +
  • +

    setCacheSize

    +
    public void setCacheSize(int cachesize)
    +
    Set the internal database environment cache size. +

    +
    Parameters:
    cachesize - The internal database environment cache size.
    +
  • +
+ + + +
    +
  • +

    getDbFile

    +
    public java.lang.String getDbFile()
    +
    Return the database file name whose logs we will verify. +

    +
    Returns:
    Return the database file name whose logs we will verify.
    +
  • +
+ + + +
    +
  • +

    setDbFile

    +
    public void setDbFile(java.lang.String file)
    +
    Set the database file name whose logs we will verify. +

    +
    Parameters:
    file - The database file name whose logs we will verify.
    +
  • +
+ + + +
    +
  • +

    getDbName

    +
    public java.lang.String getDbName()
    +
    Return the database name whose logs we will verify. +

    +
    Returns:
    Return the database name whose logs we will verify.
    +
  • +
+ + + +
    +
  • +

    setDbName

    +
    public void setDbName(java.lang.String name)
    +
    Set the database name whose logs we will verify. +

    +
    Parameters:
    name - The database name whose logs we will verify.
    +
  • +
+ + + +
    +
  • +

    getStartLsn

    +
    public LogSequenceNumber getStartLsn()
    +
    Return the starting lsn to verify. +

    +
    Returns:
    The starting lsn to verify.
    +
  • +
+ + + +
    +
  • +

    setStartLsn

    +
    public void setStartLsn(LogSequenceNumber stLsn)
    +
    Set the starting lsn to verify. +

    +
    Parameters:
    stLsn - The starting lsn to verify.
    +
  • +
+ + + +
    +
  • +

    getEndLsn

    +
    public LogSequenceNumber getEndLsn()
    +
    Return the ending lsn to verify. +

    +
    Returns:
    The ending lsn to verify.
    +
  • +
+ + + +
    +
  • +

    setEndLsn

    +
    public void setEndLsn(LogSequenceNumber endlsn)
    +
    Set the ending lsn to verify. +

    +
    Parameters:
    endlsn - The ending lsn to verify.
    +
  • +
+ + + +
    +
  • +

    getStartTime

    +
    public java.util.Date getStartTime()
    +
    Return the starting time to verify. +

    +
    Returns:
    The starting time to verify.
    +
  • +
+ + + +
    +
  • +

    setStartTime

    +
    public void setStartTime(java.util.Date stime)
    +
    Set the starting time to verify. +

    +
    Parameters:
    stime - The starting time to verify.
    +
  • +
+ + + +
    +
  • +

    getEndTime

    +
    public java.util.Date getEndTime()
    +
    Return the ending time to verify. +

    +
    Returns:
    The ending time to verify.
    +
  • +
+ + + +
    +
  • +

    setEndTime

    +
    public void setEndTime(java.util.Date etime)
    +
    Set the ending lsn to verify. +

    +
    Parameters:
    etime - The ending time to verify.
    +
  • +
+ + + +
    +
  • +

    getContinueAfterFail

    +
    public boolean getContinueAfterFail()
    +
    Return if continue after a failed check. +

    +
    Returns:
    If continue after a failed check.
    +
  • +
+ + + +
    +
  • +

    setContinueAfterFail

    +
    public void setContinueAfterFail(boolean caf)
    +
    Set if continue after a failed check. +

    +
    Parameters:
    caf - If continue after a failed check.
    +
  • +
+ + + +
    +
  • +

    getVerbose

    +
    public boolean getVerbose()
    +
    Return if print verbose information. +

    +
    Returns:
    If print verbose information.
    +
  • +
+ + + +
    +
  • +

    setVerbose

    +
    public void setVerbose(boolean verbs)
    +
    Set if print verbose information. +

    +
    Parameters:
    verbs - If print verbose information.
    +
  • +
+ + + + +
+
-
- - - - - - - - - - - - - - - - - - -
-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