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

All Superinterfaces:
Comparable<Proposer.Proposal>
Enclosing class:
Proposer

public static interface Proposer.Proposal
extends Comparable<Proposer.Proposal>

The Interface defining a Proposal.


Method Summary
 String wireFormat()
          The string representation of the proposal.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

wireFormat

String wireFormat()
The string representation of the proposal. It must not contain the Protocol.SEPARATOR character.

Returns:
the String representation of theProposal


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