com.sleepycat.je
Interface ReplicaConsistencyPolicy


public interface ReplicaConsistencyPolicy


Method Summary
 void ensureConsistency(ReplicatorInstance repInstance)
          Ensures that the replica is within the constraints specified by this policy.
 

Method Detail

ensureConsistency

void ensureConsistency(ReplicatorInstance repInstance)
                       throws java.lang.InterruptedException,
                              DatabaseException
Ensures that the replica is within the constraints specified by this policy. If it isn't the method waits until the constraint is satisfied by the replica.

Throws:
java.lang.InterruptedException
DatabaseException