com.sleepycat.je.rep.elections
Class Proposer.WinningProposal

java.lang.Object
  extended by com.sleepycat.je.rep.elections.Proposer.WinningProposal
Enclosing class:
Proposer

public static class Proposer.WinningProposal
extends Object

Summarizes the results of the election


Field Summary
(package private)  Protocol.Value chosenValue
           
(package private)  Proposer.Proposal proposal
           
(package private)  StatGroup proposerStats
           
 
Constructor Summary
Proposer.WinningProposal(Proposer.Proposal proposal, Protocol.Value value, StatGroup proposerStats)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proposal

final Proposer.Proposal proposal

chosenValue

final Protocol.Value chosenValue

proposerStats

final StatGroup proposerStats
Constructor Detail

Proposer.WinningProposal

Proposer.WinningProposal(Proposer.Proposal proposal,
                         Protocol.Value value,
                         StatGroup proposerStats)


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