package etcdraft

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BlockMetadata

metadata.proto:15

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.

message ClusterMetadata

metadata.proto:27

ClusterMetadata encapsulates metadata that is exchanged among cluster nodes

message ConfigMetadata

configuration.proto:14

ConfigMetadata is serialized and set as the value of ConsensusType.Metadata in a channel configuration when the ConsensusType.Type is set "etcdraft".

message Consenter

configuration.proto:20

Consenter represents a consenting node (i.e. replica).

Used in: ConfigMetadata

message Options

configuration.proto:29

Options to be specified for all the etcd/raft nodes. These can be modified on a per-channel basis.

Used in: ConfigMetadata