Documentation ¶
Index ¶
- Variables
- type CatchUpRequest
- func (*CatchUpRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CatchUpRequest) GetDigest() []byte
- func (x *CatchUpRequest) GetSn() uint64
- func (*CatchUpRequest) ProtoMessage()
- func (x *CatchUpRequest) ProtoReflect() protoreflect.Message
- func (x *CatchUpRequest) Reset()
- func (x *CatchUpRequest) String() string
- type Commit
- type Done
- type NewView
- func (*NewView) Descriptor() ([]byte, []int)deprecated
- func (x *NewView) GetPreprepareSeqNrs() []uint64
- func (x *NewView) GetPreprepares() []*Preprepare
- func (x *NewView) GetSignedViewChanges() []*SignedViewChange
- func (x *NewView) GetView() uint64
- func (x *NewView) GetViewChangeSenders() []string
- func (*NewView) ProtoMessage()
- func (x *NewView) ProtoReflect() protoreflect.Message
- func (x *NewView) Reset()
- func (x *NewView) String() string
- type PSetEntry
- func (*PSetEntry) Descriptor() ([]byte, []int)deprecated
- func (x *PSetEntry) GetDigest() []byte
- func (x *PSetEntry) GetSn() uint64
- func (x *PSetEntry) GetView() uint64
- func (*PSetEntry) ProtoMessage()
- func (x *PSetEntry) ProtoReflect() protoreflect.Message
- func (x *PSetEntry) Reset()
- func (x *PSetEntry) String() string
- type Prepare
- func (*Prepare) Descriptor() ([]byte, []int)deprecated
- func (x *Prepare) GetDigest() []byte
- func (x *Prepare) GetSn() uint64
- func (x *Prepare) GetView() uint64
- func (*Prepare) ProtoMessage()
- func (x *Prepare) ProtoReflect() protoreflect.Message
- func (x *Prepare) Reset()
- func (x *Prepare) String() string
- type Preprepare
- func (*Preprepare) Descriptor() ([]byte, []int)deprecated
- func (x *Preprepare) GetAborted() bool
- func (x *Preprepare) GetCertData() []byte
- func (x *Preprepare) GetSn() uint64
- func (x *Preprepare) GetView() uint64
- func (*Preprepare) ProtoMessage()
- func (x *Preprepare) ProtoReflect() protoreflect.Message
- func (x *Preprepare) Reset()
- func (x *Preprepare) String() string
- type PreprepareRequest
- func (*PreprepareRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PreprepareRequest) GetDigest() []byte
- func (x *PreprepareRequest) GetSn() uint64
- func (*PreprepareRequest) ProtoMessage()
- func (x *PreprepareRequest) ProtoReflect() protoreflect.Message
- func (x *PreprepareRequest) Reset()
- func (x *PreprepareRequest) String() string
- type QSetEntry
- func (*QSetEntry) Descriptor() ([]byte, []int)deprecated
- func (x *QSetEntry) GetDigest() []byte
- func (x *QSetEntry) GetSn() uint64
- func (x *QSetEntry) GetView() uint64
- func (*QSetEntry) ProtoMessage()
- func (x *QSetEntry) ProtoReflect() protoreflect.Message
- func (x *QSetEntry) Reset()
- func (x *QSetEntry) String() string
- type ReqWaitReference
- func (*ReqWaitReference) Descriptor() ([]byte, []int)deprecated
- func (x *ReqWaitReference) GetSn() uint64
- func (x *ReqWaitReference) GetView() uint64
- func (*ReqWaitReference) ProtoMessage()
- func (x *ReqWaitReference) ProtoReflect() protoreflect.Message
- func (x *ReqWaitReference) Reset()
- func (x *ReqWaitReference) String() string
- type SignedViewChange
- func (*SignedViewChange) Descriptor() ([]byte, []int)deprecated
- func (x *SignedViewChange) GetSignature() []byte
- func (x *SignedViewChange) GetViewChange() *ViewChange
- func (*SignedViewChange) ProtoMessage()
- func (x *SignedViewChange) ProtoReflect() protoreflect.Message
- func (x *SignedViewChange) Reset()
- func (x *SignedViewChange) String() string
- type Status
- type VCSNTimeout
- func (*VCSNTimeout) Descriptor() ([]byte, []int)deprecated
- func (x *VCSNTimeout) GetNumCommitted() uint64
- func (x *VCSNTimeout) GetView() uint64
- func (*VCSNTimeout) ProtoMessage()
- func (x *VCSNTimeout) ProtoReflect() protoreflect.Message
- func (x *VCSNTimeout) Reset()
- func (x *VCSNTimeout) String() string
- type ViewChange
- func (*ViewChange) Descriptor() ([]byte, []int)deprecated
- func (x *ViewChange) GetPSet() []*PSetEntry
- func (x *ViewChange) GetQSet() []*QSetEntry
- func (x *ViewChange) GetView() uint64
- func (*ViewChange) ProtoMessage()
- func (x *ViewChange) ProtoReflect() protoreflect.Message
- func (x *ViewChange) Reset()
- func (x *ViewChange) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_ordererspbftpb_ordererspbftpb_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CatchUpRequest ¶
type CatchUpRequest struct { Digest []byte `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"` Sn uint64 `protobuf:"varint,2,opt,name=sn,proto3" json:"sn,omitempty"` // contains filtered or unexported fields }
func (*CatchUpRequest) Descriptor
deprecated
func (*CatchUpRequest) Descriptor() ([]byte, []int)
Deprecated: Use CatchUpRequest.ProtoReflect.Descriptor instead.
func (*CatchUpRequest) GetDigest ¶
func (x *CatchUpRequest) GetDigest() []byte
func (*CatchUpRequest) GetSn ¶
func (x *CatchUpRequest) GetSn() uint64
func (*CatchUpRequest) ProtoMessage ¶
func (*CatchUpRequest) ProtoMessage()
func (*CatchUpRequest) ProtoReflect ¶
func (x *CatchUpRequest) ProtoReflect() protoreflect.Message
func (*CatchUpRequest) Reset ¶
func (x *CatchUpRequest) Reset()
func (*CatchUpRequest) String ¶
func (x *CatchUpRequest) String() string
type Commit ¶
type Commit struct { Sn uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"` View uint64 `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"` Digest []byte `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"` // contains filtered or unexported fields }
func (*Commit) Descriptor
deprecated
func (*Commit) ProtoMessage ¶
func (*Commit) ProtoMessage()
func (*Commit) ProtoReflect ¶
func (x *Commit) ProtoReflect() protoreflect.Message
type Done ¶
type Done struct { Digests [][]byte `protobuf:"bytes,1,rep,name=digests,proto3" json:"digests,omitempty"` // contains filtered or unexported fields }
func (*Done) Descriptor
deprecated
func (*Done) GetDigests ¶
func (*Done) ProtoMessage ¶
func (*Done) ProtoMessage()
func (*Done) ProtoReflect ¶
func (x *Done) ProtoReflect() protoreflect.Message
type NewView ¶
type NewView struct { View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` ViewChangeSenders []string `protobuf:"bytes,3,rep,name=view_change_senders,json=viewChangeSenders,proto3" json:"view_change_senders,omitempty"` SignedViewChanges []*SignedViewChange `protobuf:"bytes,2,rep,name=signed_view_changes,json=signedViewChanges,proto3" json:"signed_view_changes,omitempty"` PreprepareSeqNrs []uint64 `protobuf:"varint,4,rep,packed,name=preprepare_seq_nrs,json=preprepareSeqNrs,proto3" json:"preprepare_seq_nrs,omitempty"` Preprepares []*Preprepare `protobuf:"bytes,5,rep,name=preprepares,proto3" json:"preprepares,omitempty"` // contains filtered or unexported fields }
func (*NewView) Descriptor
deprecated
func (*NewView) GetPreprepareSeqNrs ¶
func (*NewView) GetPreprepares ¶
func (x *NewView) GetPreprepares() []*Preprepare
func (*NewView) GetSignedViewChanges ¶
func (x *NewView) GetSignedViewChanges() []*SignedViewChange
func (*NewView) GetViewChangeSenders ¶
func (*NewView) ProtoMessage ¶
func (*NewView) ProtoMessage()
func (*NewView) ProtoReflect ¶
func (x *NewView) ProtoReflect() protoreflect.Message
type PSetEntry ¶
type PSetEntry struct { Sn uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"` View uint64 `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"` Digest []byte `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"` // contains filtered or unexported fields }
func (*PSetEntry) Descriptor
deprecated
func (*PSetEntry) ProtoMessage ¶
func (*PSetEntry) ProtoMessage()
func (*PSetEntry) ProtoReflect ¶
func (x *PSetEntry) ProtoReflect() protoreflect.Message
type Prepare ¶
type Prepare struct { Sn uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"` View uint64 `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"` Digest []byte `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"` // contains filtered or unexported fields }
func (*Prepare) Descriptor
deprecated
func (*Prepare) ProtoMessage ¶
func (*Prepare) ProtoMessage()
func (*Prepare) ProtoReflect ¶
func (x *Prepare) ProtoReflect() protoreflect.Message
type Preprepare ¶
type Preprepare struct { Sn uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"` View uint64 `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"` CertData []byte `protobuf:"bytes,3,opt,name=cert_data,json=certData,proto3" json:"cert_data,omitempty"` // TODO: Use `availabilitypb.Cert cert = 3;` type here instead of serialized cert data. // This is only a hack to work around non-deterministic protobuf serialization. // This way the proposer determines the serialization. Aborted bool `protobuf:"varint,4,opt,name=aborted,proto3" json:"aborted,omitempty"` // contains filtered or unexported fields }
func (*Preprepare) Descriptor
deprecated
func (*Preprepare) Descriptor() ([]byte, []int)
Deprecated: Use Preprepare.ProtoReflect.Descriptor instead.
func (*Preprepare) GetAborted ¶
func (x *Preprepare) GetAborted() bool
func (*Preprepare) GetCertData ¶
func (x *Preprepare) GetCertData() []byte
func (*Preprepare) GetSn ¶
func (x *Preprepare) GetSn() uint64
func (*Preprepare) GetView ¶
func (x *Preprepare) GetView() uint64
func (*Preprepare) ProtoMessage ¶
func (*Preprepare) ProtoMessage()
func (*Preprepare) ProtoReflect ¶
func (x *Preprepare) ProtoReflect() protoreflect.Message
func (*Preprepare) Reset ¶
func (x *Preprepare) Reset()
func (*Preprepare) String ¶
func (x *Preprepare) String() string
type PreprepareRequest ¶
type PreprepareRequest struct { Digest []byte `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"` Sn uint64 `protobuf:"varint,2,opt,name=sn,proto3" json:"sn,omitempty"` // contains filtered or unexported fields }
func (*PreprepareRequest) Descriptor
deprecated
func (*PreprepareRequest) Descriptor() ([]byte, []int)
Deprecated: Use PreprepareRequest.ProtoReflect.Descriptor instead.
func (*PreprepareRequest) GetDigest ¶
func (x *PreprepareRequest) GetDigest() []byte
func (*PreprepareRequest) GetSn ¶
func (x *PreprepareRequest) GetSn() uint64
func (*PreprepareRequest) ProtoMessage ¶
func (*PreprepareRequest) ProtoMessage()
func (*PreprepareRequest) ProtoReflect ¶
func (x *PreprepareRequest) ProtoReflect() protoreflect.Message
func (*PreprepareRequest) Reset ¶
func (x *PreprepareRequest) Reset()
func (*PreprepareRequest) String ¶
func (x *PreprepareRequest) String() string
type QSetEntry ¶
type QSetEntry struct { Sn uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"` View uint64 `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"` Digest []byte `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"` // contains filtered or unexported fields }
func (*QSetEntry) Descriptor
deprecated
func (*QSetEntry) ProtoMessage ¶
func (*QSetEntry) ProtoMessage()
func (*QSetEntry) ProtoReflect ¶
func (x *QSetEntry) ProtoReflect() protoreflect.Message
type ReqWaitReference ¶
type ReqWaitReference struct { Sn uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"` View uint64 `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"` // contains filtered or unexported fields }
func (*ReqWaitReference) Descriptor
deprecated
func (*ReqWaitReference) Descriptor() ([]byte, []int)
Deprecated: Use ReqWaitReference.ProtoReflect.Descriptor instead.
func (*ReqWaitReference) GetSn ¶
func (x *ReqWaitReference) GetSn() uint64
func (*ReqWaitReference) GetView ¶
func (x *ReqWaitReference) GetView() uint64
func (*ReqWaitReference) ProtoMessage ¶
func (*ReqWaitReference) ProtoMessage()
func (*ReqWaitReference) ProtoReflect ¶
func (x *ReqWaitReference) ProtoReflect() protoreflect.Message
func (*ReqWaitReference) Reset ¶
func (x *ReqWaitReference) Reset()
func (*ReqWaitReference) String ¶
func (x *ReqWaitReference) String() string
type SignedViewChange ¶
type SignedViewChange struct { ViewChange *ViewChange `protobuf:"bytes,1,opt,name=view_change,json=viewChange,proto3" json:"view_change,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*SignedViewChange) Descriptor
deprecated
func (*SignedViewChange) Descriptor() ([]byte, []int)
Deprecated: Use SignedViewChange.ProtoReflect.Descriptor instead.
func (*SignedViewChange) GetSignature ¶
func (x *SignedViewChange) GetSignature() []byte
func (*SignedViewChange) GetViewChange ¶
func (x *SignedViewChange) GetViewChange() *ViewChange
func (*SignedViewChange) ProtoMessage ¶
func (*SignedViewChange) ProtoMessage()
func (*SignedViewChange) ProtoReflect ¶
func (x *SignedViewChange) ProtoReflect() protoreflect.Message
func (*SignedViewChange) Reset ¶
func (x *SignedViewChange) Reset()
func (*SignedViewChange) String ¶
func (x *SignedViewChange) String() string
type Status ¶
type Status struct {
// contains filtered or unexported fields
}
func (*Status) Descriptor
deprecated
func (*Status) ProtoMessage ¶
func (*Status) ProtoMessage()
func (*Status) ProtoReflect ¶
func (x *Status) ProtoReflect() protoreflect.Message
type VCSNTimeout ¶
type VCSNTimeout struct { View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` NumCommitted uint64 `protobuf:"varint,2,opt,name=numCommitted,proto3" json:"numCommitted,omitempty"` // contains filtered or unexported fields }
func (*VCSNTimeout) Descriptor
deprecated
func (*VCSNTimeout) Descriptor() ([]byte, []int)
Deprecated: Use VCSNTimeout.ProtoReflect.Descriptor instead.
func (*VCSNTimeout) GetNumCommitted ¶
func (x *VCSNTimeout) GetNumCommitted() uint64
func (*VCSNTimeout) GetView ¶
func (x *VCSNTimeout) GetView() uint64
func (*VCSNTimeout) ProtoMessage ¶
func (*VCSNTimeout) ProtoMessage()
func (*VCSNTimeout) ProtoReflect ¶
func (x *VCSNTimeout) ProtoReflect() protoreflect.Message
func (*VCSNTimeout) Reset ¶
func (x *VCSNTimeout) Reset()
func (*VCSNTimeout) String ¶
func (x *VCSNTimeout) String() string
type ViewChange ¶
type ViewChange struct { View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` PSet []*PSetEntry `protobuf:"bytes,2,rep,name=p_set,json=pSet,proto3" json:"p_set,omitempty"` QSet []*QSetEntry `protobuf:"bytes,3,rep,name=q_set,json=qSet,proto3" json:"q_set,omitempty"` // contains filtered or unexported fields }
func (*ViewChange) Descriptor
deprecated
func (*ViewChange) Descriptor() ([]byte, []int)
Deprecated: Use ViewChange.ProtoReflect.Descriptor instead.
func (*ViewChange) GetPSet ¶
func (x *ViewChange) GetPSet() []*PSetEntry
func (*ViewChange) GetQSet ¶
func (x *ViewChange) GetQSet() []*QSetEntry
func (*ViewChange) GetView ¶
func (x *ViewChange) GetView() uint64
func (*ViewChange) ProtoMessage ¶
func (*ViewChange) ProtoMessage()
func (*ViewChange) ProtoReflect ¶
func (x *ViewChange) ProtoReflect() protoreflect.Message
func (*ViewChange) Reset ¶
func (x *ViewChange) Reset()
func (*ViewChange) String ¶
func (x *ViewChange) String() string
Click to show internal directories.
Click to hide internal directories.