Documentation ¶
Index ¶
- Variables
- type Commit
- type PersistCommit
- type PersistPrepare
- type PersistPreprepare
- func (*PersistPreprepare) Descriptor() ([]byte, []int)deprecated
- func (x *PersistPreprepare) GetPreprepare() *Preprepare
- func (*PersistPreprepare) ProtoMessage()
- func (x *PersistPreprepare) ProtoReflect() protoreflect.Message
- func (x *PersistPreprepare) Reset()
- func (x *PersistPreprepare) 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) GetBatch() *requestpb.Batch
- 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 PreprepareHashOrigin
- func (*PreprepareHashOrigin) Descriptor() ([]byte, []int)deprecated
- func (x *PreprepareHashOrigin) GetPreprepare() *Preprepare
- func (*PreprepareHashOrigin) ProtoMessage()
- func (x *PreprepareHashOrigin) ProtoReflect() protoreflect.Message
- func (x *PreprepareHashOrigin) Reset()
- func (x *PreprepareHashOrigin) 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 Status
- type ViewChange
- func (*ViewChange) Descriptor() ([]byte, []int)deprecated
- func (x *ViewChange) GetPset() map[uint64]*Prepare
- func (x *ViewChange) GetQset() map[uint64]*Prepare
- 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_isspbftpb_isspbftpb_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
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 PersistCommit ¶
type PersistCommit struct { Commit *Commit `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"` // contains filtered or unexported fields }
func (*PersistCommit) Descriptor
deprecated
func (*PersistCommit) Descriptor() ([]byte, []int)
Deprecated: Use PersistCommit.ProtoReflect.Descriptor instead.
func (*PersistCommit) GetCommit ¶
func (x *PersistCommit) GetCommit() *Commit
func (*PersistCommit) ProtoMessage ¶
func (*PersistCommit) ProtoMessage()
func (*PersistCommit) ProtoReflect ¶
func (x *PersistCommit) ProtoReflect() protoreflect.Message
func (*PersistCommit) Reset ¶
func (x *PersistCommit) Reset()
func (*PersistCommit) String ¶
func (x *PersistCommit) String() string
type PersistPrepare ¶
type PersistPrepare struct { Prepare *Prepare `protobuf:"bytes,1,opt,name=prepare,proto3" json:"prepare,omitempty"` // contains filtered or unexported fields }
func (*PersistPrepare) Descriptor
deprecated
func (*PersistPrepare) Descriptor() ([]byte, []int)
Deprecated: Use PersistPrepare.ProtoReflect.Descriptor instead.
func (*PersistPrepare) GetPrepare ¶
func (x *PersistPrepare) GetPrepare() *Prepare
func (*PersistPrepare) ProtoMessage ¶
func (*PersistPrepare) ProtoMessage()
func (*PersistPrepare) ProtoReflect ¶
func (x *PersistPrepare) ProtoReflect() protoreflect.Message
func (*PersistPrepare) Reset ¶
func (x *PersistPrepare) Reset()
func (*PersistPrepare) String ¶
func (x *PersistPrepare) String() string
type PersistPreprepare ¶
type PersistPreprepare struct { Preprepare *Preprepare `protobuf:"bytes,1,opt,name=preprepare,proto3" json:"preprepare,omitempty"` // contains filtered or unexported fields }
func (*PersistPreprepare) Descriptor
deprecated
func (*PersistPreprepare) Descriptor() ([]byte, []int)
Deprecated: Use PersistPreprepare.ProtoReflect.Descriptor instead.
func (*PersistPreprepare) GetPreprepare ¶
func (x *PersistPreprepare) GetPreprepare() *Preprepare
func (*PersistPreprepare) ProtoMessage ¶
func (*PersistPreprepare) ProtoMessage()
func (*PersistPreprepare) ProtoReflect ¶
func (x *PersistPreprepare) ProtoReflect() protoreflect.Message
func (*PersistPreprepare) Reset ¶
func (x *PersistPreprepare) Reset()
func (*PersistPreprepare) String ¶
func (x *PersistPreprepare) 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) 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"` Batch *requestpb.Batch `protobuf:"bytes,3,opt,name=batch,proto3" json:"batch,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) GetBatch ¶
func (x *Preprepare) GetBatch() *requestpb.Batch
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 PreprepareHashOrigin ¶
type PreprepareHashOrigin struct { Preprepare *Preprepare `protobuf:"bytes,1,opt,name=preprepare,proto3" json:"preprepare,omitempty"` // contains filtered or unexported fields }
func (*PreprepareHashOrigin) Descriptor
deprecated
func (*PreprepareHashOrigin) Descriptor() ([]byte, []int)
Deprecated: Use PreprepareHashOrigin.ProtoReflect.Descriptor instead.
func (*PreprepareHashOrigin) GetPreprepare ¶
func (x *PreprepareHashOrigin) GetPreprepare() *Preprepare
func (*PreprepareHashOrigin) ProtoMessage ¶
func (*PreprepareHashOrigin) ProtoMessage()
func (*PreprepareHashOrigin) ProtoReflect ¶
func (x *PreprepareHashOrigin) ProtoReflect() protoreflect.Message
func (*PreprepareHashOrigin) Reset ¶
func (x *PreprepareHashOrigin) Reset()
func (*PreprepareHashOrigin) String ¶
func (x *PreprepareHashOrigin) 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 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 ViewChange ¶
type ViewChange struct { View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` Pset map[uint64]*Prepare `` /* 150-byte string literal not displayed */ Qset map[uint64]*Prepare `` /* 150-byte string literal not displayed */ // 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() map[uint64]*Prepare
func (*ViewChange) GetQset ¶
func (x *ViewChange) GetQset() map[uint64]*Prepare
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.