Documentation ¶
Overview ¶
Package snapshot is a generated protocol buffer package.
It is generated from these files:
github.com/m3db/m3/src/dbnode/generated/proto/snapshot/snapshot_metadata.proto
It has these top-level messages:
Metadata
Index ¶
- Variables
- type Metadata
- func (*Metadata) Descriptor() ([]byte, []int)
- func (m *Metadata) GetCommitlogID() []byte
- func (m *Metadata) GetSnapshotIndex() int64
- func (m *Metadata) GetSnapshotUUID() []byte
- func (m *Metadata) Marshal() (dAtA []byte, err error)
- func (m *Metadata) MarshalTo(dAtA []byte) (int, error)
- func (*Metadata) ProtoMessage()
- func (m *Metadata) Reset()
- func (m *Metadata) Size() (n int)
- func (m *Metadata) String() string
- func (m *Metadata) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthSnapshotMetadata = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSnapshotMetadata = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata struct { SnapshotIndex int64 `protobuf:"varint,1,opt,name=snapshotIndex,proto3" json:"snapshotIndex,omitempty"` SnapshotUUID []byte `protobuf:"bytes,2,opt,name=snapshotUUID,proto3" json:"snapshotUUID,omitempty"` CommitlogID []byte `protobuf:"bytes,3,opt,name=commitlogID,proto3" json:"commitlogID,omitempty"` }
func (*Metadata) Descriptor ¶
func (*Metadata) GetCommitlogID ¶
func (*Metadata) GetSnapshotIndex ¶
func (*Metadata) GetSnapshotUUID ¶
func (*Metadata) ProtoMessage ¶
func (*Metadata) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.