Documentation ¶
Index ¶
- Variables
- type WAL_Entry
- func (*WAL_Entry) Descriptor() ([]byte, []int)deprecated
- func (x *WAL_Entry) GetCRC() uint32
- func (x *WAL_Entry) GetData() []byte
- func (x *WAL_Entry) GetIsCheckpoint() bool
- func (x *WAL_Entry) GetLogSequenceNumber() uint64
- func (*WAL_Entry) ProtoMessage()
- func (x *WAL_Entry) ProtoReflect() protoreflect.Message
- func (x *WAL_Entry) Reset()
- func (x *WAL_Entry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type WAL_Entry ¶
type WAL_Entry struct { LogSequenceNumber uint64 `protobuf:"varint,1,opt,name=logSequenceNumber,proto3" json:"logSequenceNumber,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` CRC uint32 `protobuf:"varint,3,opt,name=CRC,proto3" json:"CRC,omitempty"` // Optional field for checkpointing. IsCheckpoint *bool `protobuf:"varint,4,opt,name=isCheckpoint,proto3,oneof" json:"isCheckpoint,omitempty"` // contains filtered or unexported fields }
func (*WAL_Entry) Descriptor
deprecated
func (*WAL_Entry) GetIsCheckpoint ¶
func (*WAL_Entry) GetLogSequenceNumber ¶
func (*WAL_Entry) ProtoMessage ¶
func (*WAL_Entry) ProtoMessage()
func (*WAL_Entry) ProtoReflect ¶
func (x *WAL_Entry) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.