com.sleepycat.je.rep.elections
Interface Proposer.RetryPredicate

All Known Implementing Classes:
Elections.RetryPredicate
Enclosing class:
Proposer

public static interface Proposer.RetryPredicate

Interface to determine whether the Proposer should be retry with a new Proposal or abandon the effort.


Method Summary
 int retries()
           
 boolean retry()
           
 

Method Detail

retry

boolean retry()
              throws InterruptedException
Throws:
InterruptedException

retries

int retries()


Copyright (c) 2004-2010 Oracle. All rights reserved.