|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConsensusMessageType | |
|---|---|
| it.unitn.ds.peersim.messages | |
| it.unitn.ds.peersim.utils | |
| Uses of ConsensusMessageType in it.unitn.ds.peersim.messages |
|---|
| Methods in it.unitn.ds.peersim.messages that return ConsensusMessageType | |
|---|---|
ConsensusMessageType |
ConsensusMessage.getMessageType()
Gets the message type. |
| Constructors in it.unitn.ds.peersim.messages with parameters of type ConsensusMessageType | |
|---|---|
ConsensusMessage(ConsensusMessageType messageType,
int protocolID,
long messageID,
peersim.core.Node sender,
peersim.core.Node receiver,
java.lang.Object payload)
Instantiates a new consensus message. |
|
| Uses of ConsensusMessageType in it.unitn.ds.peersim.utils |
|---|
| Methods in it.unitn.ds.peersim.utils that return ConsensusMessageType | |
|---|---|
static ConsensusMessageType |
ConsensusMessageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConsensusMessageType[] |
ConsensusMessageType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||