Expand description

Defines the Communicator trait and related types.

Structs

Node successfully committed the log entry.

Enums

A vote cast on a proposal.

A vote cast in a leader election.

Traits

Defines how Nodes call others’ RequestHandlers.

Type Definitions

Shorthand to extract Abstain type out of C.

Invokes Acceptance type constructor so as to be compatible with C.

Invokes Conflict type constructor so as to be compatible with C.

Shorthand to extract CoordNum type out of C.

Shorthand to extract Error type out of C.

Shorthand to extract log entry Id type out of C.

Shorthand to extract LogEntry type out of C.

Shorthand to extract Nay type out of C.

Shorthand to extract node (impl NodeInfo) Id type out of C.

Shorthand to extract Node type (impl NodeInfo) out of C.

Invokes Promise type constructor so as to be compatible with C.

Shorthand to extract RoundNum type out of C.

Invokes Vote type constructor so as to be compatible with C.

Shorthand to extract Yea type out of C.