org.apache.zookeeper.server.quorum
Class Leader.Proposal

java.lang.Object
  extended by org.apache.zookeeper.server.quorum.Leader.Proposal
Enclosing class:
Leader

public static class Leader.Proposal
extends java.lang.Object


Field Summary
 java.util.HashSet<java.lang.Long> ackSet
           
 QuorumPacket packet
           
 Request request
           
 
Constructor Summary
Leader.Proposal()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

packet

public QuorumPacket packet

ackSet

public java.util.HashSet<java.lang.Long> ackSet

request

public Request request
Constructor Detail

Leader.Proposal

public Leader.Proposal()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 The Apache Software Foundation