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/ReplicationStatus.html | 748 ++++++++++------------ 1 file changed, 355 insertions(+), 393 deletions(-) (limited to 'docs/java/com/sleepycat/db/ReplicationStatus.html') diff --git a/docs/java/com/sleepycat/db/ReplicationStatus.html b/docs/java/com/sleepycat/db/ReplicationStatus.html index 87629cc6..b7cc5c10 100644 --- a/docs/java/com/sleepycat/db/ReplicationStatus.html +++ b/docs/java/com/sleepycat/db/ReplicationStatus.html @@ -1,431 +1,393 @@ - - - - - -ReplicationStatus (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class ReplicationStatus

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

-The return status from processing a replication message. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class ReplicationStatus

+
+
+ +
+
    +
  • +
    +
    +
    public final class ReplicationStatus
    +extends java.lang.Object
    +
    The return status from processing a replication message.
    +
  • +
+
+
+
    +
  • - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Method Summary
    - DatabaseEntrygetCData() - -
    -          Whenever the system receives contact information from a new +
      +
    • + + +

      Method Summary

      + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      DatabaseEntrygetCData() +
      Whenever the system receives contact information from a new environment, a copy of the opaque data specified in the cdata - parameter to the Environment.startReplication is available - from the getCDAta method.
      - intgetEnvID() - -
      -          Return the environment ID associated with the operation.
      - LogSequenceNumbergetLSN() - -
      -          Whenever processing a messages results in the processing of messages + parameter to the Environment.startReplication is available + from the getCDAta method. +
      intgetEnvID() +
      Return the environment ID associated with the operation.
      +
      LogSequenceNumbergetLSN() +
      Whenever processing a messages results in the processing of messages that are permanent, or a message carrying a DB_REP_PERMANENT flag was processed successfully, but was not written to disk, the LSN of - the record is available from the getLSN method.
      - booleanisIgnore() - -
      -          This message cannot be processed.
      - booleanisNewSite() - -
      -          The system received contact information from a new environment.
      - booleanisNotPermanent() - -
      -          A message carrying a DB_REP_PERMANENT flag was processed successfully, - but was not written to disk.
      - booleanisPermanent() - -
      -          Processing this message resulted in the processing of records that - are permanent.
      - booleanisSuccess() - -
      -          The operation succeeded.
      - StringtoString() - -
      -          
      - - - - - - - -
      Methods inherited from class java.lang.Object
      clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      -  -

      - + the record is available from the getLSN method. +

    booleanisIgnore() +
    This message cannot be processed.
    +
    booleanisNewSite() +
    The system received contact information from a new environment.
    +
    booleanisNotPermanent() +
    A message carrying a DB_REP_PERMANENT flag was processed successfully, + but was not written to disk.
    +
    booleanisPermanent() +
    Processing this message resulted in the processing of records that + are permanent.
    +
    booleanisSuccess() +
    The operation succeeded.
    +
    java.lang.StringtoString()
    +
      +
    • + + +

      Methods inherited from class java.lang.Object

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

    -isSuccess

    -
    -public boolean isSuccess()
    -
    -
    The operation succeeded. -

    -

    -
    -
    -
    -
    - -

    -isIgnore

    -
    -public boolean isIgnore()
    -
    -
    This message cannot be processed. +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isSuccess

        +
        public boolean isSuccess()
        +
        The operation succeeded.
        +
      • +
      + + + +
        +
      • +

        isIgnore

        +
        public boolean isIgnore()
        +
        This message cannot be processed. This is an indication that this message is irrelevant to the current replication state (for example, an old message from a previous - generation arrives and is processed late). -

        -

        -
        -
        -
    -
    - -

    -isPermanent

    -
    -public boolean isPermanent()
    -
    -
    Processing this message resulted in the processing of records that + generation arrives and is processed late).
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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