Get desktop application:
View/edit binary Protocol Buffers messages
BlockMetadata stores data used by the Raft OSNs when coordinating with each other, to be serialized into block meta dta field and used after failres and restarts.
Maintains a mapping between the cluster's OSNs and their Raft IDs.
Carries the Raft ID value that will be assigned to the next OSN that will join this cluster.
Index of etcd/raft entry for current block.
ClusterMetadata encapsulates metadata that is exchanged among cluster nodes
Indicates active nodes in cluster that are reacheable by Raft leader
ConfigMetadata is serialized and set as the value of ConsensusType.Metadata in a channel configuration when the ConsensusType.Type is set "etcdraft".
Consenter represents a consenting node (i.e. replica).
Used in:
Options to be specified for all the etcd/raft nodes. These can be modified on a per-channel basis.
Used in:
time duration format, e.g. 500ms
Take snapshot when cumulative data exceeds certain size in bytes.