universal.consensus.register
Class ReadResult

java.lang.Object
  |
  +--universal.consensus.register.ReadResult

public class ReadResult
extends java.lang.Object

The object return by the read method of the registry.


Field Summary
 boolean bool
          True if the leader hasn't received any NackReadMessage
 universal.Outcome out
          If a request has already been processed for this position in the total order, out contains the out that has been written for the higher round number.
 
Constructor Summary
ReadResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bool

public boolean bool
True if the leader hasn't received any NackReadMessage


out

public universal.Outcome out
If a request has already been processed for this position in the total order, out contains the out that has been written for the higher round number. Otherwise it is null. It is also null, if the leader has received at least one NackReadMessage.

Constructor Detail

ReadResult

public ReadResult()