ordererspbftpb

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Commit.ProtoReflect.Descriptor instead.

func (*Commit) GetDigest

func (x *Commit) GetDigest() []byte

func (*Commit) GetSn

func (x *Commit) GetSn() uint64

func (*Commit) GetView

func (x *Commit) GetView() uint64

func (*Commit) ProtoMessage

func (*Commit) ProtoMessage()

func (*Commit) ProtoReflect

func (x *Commit) ProtoReflect() protoreflect.Message

func (*Commit) Reset

func (x *Commit) Reset()

func (*Commit) String

func (x *Commit) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Done.ProtoReflect.Descriptor instead.

func (*Done) GetDigests

func (x *Done) GetDigests() [][]byte

func (*Done) ProtoMessage

func (*Done) ProtoMessage()

func (*Done) ProtoReflect

func (x *Done) ProtoReflect() protoreflect.Message

func (*Done) Reset

func (x *Done) Reset()

func (*Done) String

func (x *Done) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use NewView.ProtoReflect.Descriptor instead.

func (*NewView) GetPreprepareSeqNrs

func (x *NewView) GetPreprepareSeqNrs() []uint64

func (*NewView) GetPreprepares

func (x *NewView) GetPreprepares() []*Preprepare

func (*NewView) GetSignedViewChanges

func (x *NewView) GetSignedViewChanges() []*SignedViewChange

func (*NewView) GetView

func (x *NewView) GetView() uint64

func (*NewView) GetViewChangeSenders

func (x *NewView) GetViewChangeSenders() []string

func (*NewView) ProtoMessage

func (*NewView) ProtoMessage()

func (*NewView) ProtoReflect

func (x *NewView) ProtoReflect() protoreflect.Message

func (*NewView) Reset

func (x *NewView) Reset()

func (*NewView) String

func (x *NewView) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use PSetEntry.ProtoReflect.Descriptor instead.

func (*PSetEntry) GetDigest

func (x *PSetEntry) GetDigest() []byte

func (*PSetEntry) GetSn

func (x *PSetEntry) GetSn() uint64

func (*PSetEntry) GetView

func (x *PSetEntry) GetView() uint64

func (*PSetEntry) ProtoMessage

func (*PSetEntry) ProtoMessage()

func (*PSetEntry) ProtoReflect

func (x *PSetEntry) ProtoReflect() protoreflect.Message

func (*PSetEntry) Reset

func (x *PSetEntry) Reset()

func (*PSetEntry) String

func (x *PSetEntry) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Prepare.ProtoReflect.Descriptor instead.

func (*Prepare) GetDigest

func (x *Prepare) GetDigest() []byte

func (*Prepare) GetSn

func (x *Prepare) GetSn() uint64

func (*Prepare) GetView

func (x *Prepare) GetView() uint64

func (*Prepare) ProtoMessage

func (*Prepare) ProtoMessage()

func (*Prepare) ProtoReflect

func (x *Prepare) ProtoReflect() protoreflect.Message

func (*Prepare) Reset

func (x *Prepare) Reset()

func (*Prepare) String

func (x *Prepare) String() string

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"`
	Data    []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	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) GetData added in v0.2.2

func (x *Preprepare) GetData() []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) Descriptor() ([]byte, []int)

Deprecated: Use QSetEntry.ProtoReflect.Descriptor instead.

func (*QSetEntry) GetDigest

func (x *QSetEntry) GetDigest() []byte

func (*QSetEntry) GetSn

func (x *QSetEntry) GetSn() uint64

func (*QSetEntry) GetView

func (x *QSetEntry) GetView() uint64

func (*QSetEntry) ProtoMessage

func (*QSetEntry) ProtoMessage()

func (*QSetEntry) ProtoReflect

func (x *QSetEntry) ProtoReflect() protoreflect.Message

func (*QSetEntry) Reset

func (x *QSetEntry) Reset()

func (*QSetEntry) String

func (x *QSetEntry) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Status.ProtoReflect.Descriptor instead.

func (*Status) ProtoMessage

func (*Status) ProtoMessage()

func (*Status) ProtoReflect

func (x *Status) ProtoReflect() protoreflect.Message

func (*Status) Reset

func (x *Status) Reset()

func (*Status) String

func (x *Status) String() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL