Serialized Form
-
Package it.unitn.disi.ds1.qtop
-
Class it.unitn.disi.ds1.qtop.PairsHistory
class PairsHistory extends ArrayList<ArrayList<akka.japi.Pair<Integer,Utils.Decision>>> implements Serializable -
Class it.unitn.disi.ds1.qtop.TimeOutManager
class TimeOutManager extends EnumMap<Utils.TimeOutReason,ArrayList<akka.japi.Pair<akka.actor.Cancellable, Integer>>> implements Serializable -
Serialized Fields
-
customTimeouts
EnumMap<Utils.TimeOutReason,
Integer> customTimeouts Phony map to associate a reason with its specific refresh ratio -
refresh
int refresh
Refresh ration of the timeouts
-
-
-
Record Class it.unitn.disi.ds1.qtop.Utils.CountDown
class CountDown extends Record implements Serializable-
Serialized Fields
-
epoch
Utils.EpochPair epoch
The field for theepoch
record component. -
reason
Utils.TimeOutReason reason
The field for thereason
record component.
-
-
-
Record Class it.unitn.disi.ds1.qtop.Utils.CrashACK
class CrashACK extends Record implements Serializable -
Record Class it.unitn.disi.ds1.qtop.Utils.CrashRequest
class CrashRequest extends Record implements Serializable-
Serialized Fields
-
crashType
Utils.CrashType crashType
The field for thecrashType
record component.
-
-
-
Record Class it.unitn.disi.ds1.qtop.Utils.DecisionResponse
class DecisionResponse extends Record implements Serializable-
Serialized Fields
-
decision
Utils.Decision decision
The field for thedecision
record component. -
epoch
Utils.EpochPair epoch
The field for theepoch
record component.
-
-
-
Record Class it.unitn.disi.ds1.qtop.Utils.Election
class Election extends Record implements Serializable-
Serialized Fields
-
bestCandidateId
int bestCandidateId
The field for thebestCandidateId
record component. -
highestEpoch
int highestEpoch
The field for thehighestEpoch
record component. -
highestIteration
int highestIteration
The field for thehighestIteration
record component.
-
-
-
Record Class it.unitn.disi.ds1.qtop.Utils.ElectionACK
class ElectionACK extends Record implements Serializable -
Record Class it.unitn.disi.ds1.qtop.Utils.EpochPair
class EpochPair extends Record implements Serializable -
Record Class it.unitn.disi.ds1.qtop.Utils.HeartBeat
class HeartBeat extends Record implements Serializable -
Record Class it.unitn.disi.ds1.qtop.Utils.MakeRequest
class MakeRequest extends Record implements Serializable -
Record Class it.unitn.disi.ds1.qtop.Utils.ReadRequest
class ReadRequest extends Record implements Serializable-
Serialized Fields
-
nRequest
int nRequest
The field for thenRequest
record component.
-
-
-
Record Class it.unitn.disi.ds1.qtop.Utils.ReadValue
class ReadValue extends Record implements Serializable -
Record Class it.unitn.disi.ds1.qtop.Utils.StartMessage
class StartMessage extends Record implements Serializable -
Record Class it.unitn.disi.ds1.qtop.Utils.Synchronisation
class Synchronisation extends Record implements Serializable-
Serialized Fields
-
history
PairsHistory history
The field for thehistory
record component.
-
-
-
Record Class it.unitn.disi.ds1.qtop.Utils.TimeOut
class TimeOut extends Record implements Serializable-
Serialized Fields
-
epoch
Utils.EpochPair epoch
The field for theepoch
record component. -
reason
Utils.TimeOutReason reason
The field for thereason
record component.
-
-
-
Record Class it.unitn.disi.ds1.qtop.Utils.VoteRequest
class VoteRequest extends Record implements Serializable-
Serialized Fields
-
epoch
Utils.EpochPair epoch
The field for theepoch
record component. -
newValue
int newValue
The field for thenewValue
record component.
-
-
-
Record Class it.unitn.disi.ds1.qtop.Utils.VoteResponse
class VoteResponse extends Record implements Serializable-
Serialized Fields
-
epoch
Utils.EpochPair epoch
The field for theepoch
record component. -
vote
Utils.Vote vote
The field for thevote
record component.
-
-
-
Record Class it.unitn.disi.ds1.qtop.Utils.WriteRequest
class WriteRequest extends Record implements Serializable -
Record Class it.unitn.disi.ds1.qtop.Utils.WriteValue
class WriteValue extends Record implements Serializable -
Class it.unitn.disi.ds1.qtop.VotersMap
-