mirror of https://github.com/milvus-io/milvus.git
183 lines
5.6 KiB
Go
183 lines
5.6 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: metapb.proto
|
|
|
|
package metapb
|
|
|
|
import (
|
|
fmt "fmt"
|
|
proto "github.com/golang/protobuf/proto"
|
|
math "math"
|
|
)
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the proto package it is being compiled against.
|
|
// A compilation error at this line likely means your copy of the
|
|
// proto package needs to be updated.
|
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
type PeerRole int32
|
|
|
|
const (
|
|
PeerRole_Master PeerRole = 0
|
|
PeerRole_Reader PeerRole = 1
|
|
PeerRole_Write PeerRole = 2
|
|
PeerRole_Proxyer PeerRole = 3
|
|
)
|
|
|
|
var PeerRole_name = map[int32]string{
|
|
0: "Master",
|
|
1: "Reader",
|
|
2: "Write",
|
|
3: "Proxyer",
|
|
}
|
|
|
|
var PeerRole_value = map[string]int32{
|
|
"Master": 0,
|
|
"Reader": 1,
|
|
"Write": 2,
|
|
"Proxyer": 3,
|
|
}
|
|
|
|
func (x PeerRole) String() string {
|
|
return proto.EnumName(PeerRole_name, int32(x))
|
|
}
|
|
|
|
func (PeerRole) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_77b4d575d5a68dda, []int{0}
|
|
}
|
|
|
|
type Cluster struct {
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
// max peer count for a region.
|
|
// pd will do the auto-balance if region peer count mismatches.
|
|
MaxPeerCount uint32 `protobuf:"varint,1024,opt,name=max_peer_count,json=maxPeerCount,proto3" json:"max_peer_count,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Cluster) Reset() { *m = Cluster{} }
|
|
func (m *Cluster) String() string { return proto.CompactTextString(m) }
|
|
func (*Cluster) ProtoMessage() {}
|
|
func (*Cluster) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_77b4d575d5a68dda, []int{0}
|
|
}
|
|
|
|
func (m *Cluster) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Cluster.Unmarshal(m, b)
|
|
}
|
|
func (m *Cluster) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Cluster.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Cluster) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Cluster.Merge(m, src)
|
|
}
|
|
func (m *Cluster) XXX_Size() int {
|
|
return xxx_messageInfo_Cluster.Size(m)
|
|
}
|
|
func (m *Cluster) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Cluster.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Cluster proto.InternalMessageInfo
|
|
|
|
func (m *Cluster) GetId() uint64 {
|
|
if m != nil {
|
|
return m.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Cluster) GetMaxPeerCount() uint32 {
|
|
if m != nil {
|
|
return m.MaxPeerCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Peer struct {
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
PeerId uint64 `protobuf:"varint,2,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
|
|
Role PeerRole `protobuf:"varint,3,opt,name=role,proto3,enum=metapb.PeerRole" json:"role,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Peer) Reset() { *m = Peer{} }
|
|
func (m *Peer) String() string { return proto.CompactTextString(m) }
|
|
func (*Peer) ProtoMessage() {}
|
|
func (*Peer) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_77b4d575d5a68dda, []int{1}
|
|
}
|
|
|
|
func (m *Peer) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Peer.Unmarshal(m, b)
|
|
}
|
|
func (m *Peer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Peer.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Peer) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Peer.Merge(m, src)
|
|
}
|
|
func (m *Peer) XXX_Size() int {
|
|
return xxx_messageInfo_Peer.Size(m)
|
|
}
|
|
func (m *Peer) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Peer.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Peer proto.InternalMessageInfo
|
|
|
|
func (m *Peer) GetId() uint64 {
|
|
if m != nil {
|
|
return m.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Peer) GetPeerId() uint64 {
|
|
if m != nil {
|
|
return m.PeerId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Peer) GetRole() PeerRole {
|
|
if m != nil {
|
|
return m.Role
|
|
}
|
|
return PeerRole_Master
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterEnum("metapb.PeerRole", PeerRole_name, PeerRole_value)
|
|
proto.RegisterType((*Cluster)(nil), "metapb.Cluster")
|
|
proto.RegisterType((*Peer)(nil), "metapb.Peer")
|
|
}
|
|
|
|
func init() { proto.RegisterFile("metapb.proto", fileDescriptor_77b4d575d5a68dda) }
|
|
|
|
var fileDescriptor_77b4d575d5a68dda = []byte{
|
|
// 210 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x8f, 0xb1, 0x4b, 0xc5, 0x30,
|
|
0x10, 0xc6, 0x4d, 0x5e, 0x4d, 0x9f, 0xe7, 0xb3, 0x84, 0x2c, 0x66, 0x2c, 0x0f, 0x85, 0xe2, 0xd0,
|
|
0x41, 0x37, 0x27, 0xa1, 0x93, 0x83, 0x50, 0x02, 0xe2, 0x58, 0x52, 0x73, 0x43, 0xa0, 0x35, 0xe5,
|
|
0x4c, 0xa1, 0x6e, 0xfe, 0xe9, 0x92, 0xa8, 0xd3, 0xdb, 0xee, 0xf7, 0x3b, 0xbe, 0xe3, 0x3b, 0x38,
|
|
0xcc, 0x18, 0xed, 0x32, 0xb6, 0x0b, 0x85, 0x18, 0x94, 0xf8, 0xa5, 0xe3, 0x13, 0x94, 0xdd, 0xb4,
|
|
0x7e, 0x46, 0x24, 0x55, 0x01, 0xf7, 0x4e, 0xb3, 0x9a, 0x35, 0x85, 0xe1, 0xde, 0xa9, 0x5b, 0xa8,
|
|
0x66, 0xbb, 0x0d, 0x0b, 0x22, 0x0d, 0xef, 0x61, 0xfd, 0x88, 0xfa, 0x7b, 0x5f, 0xb3, 0xe6, 0xca,
|
|
0x1c, 0x66, 0xbb, 0xf5, 0x88, 0xd4, 0x25, 0x79, 0x7c, 0x85, 0x22, 0xc1, 0x49, 0xfc, 0x1a, 0xca,
|
|
0x1c, 0xf5, 0x4e, 0xf3, 0x2c, 0x45, 0xc2, 0x67, 0xa7, 0x6e, 0xa0, 0xa0, 0x30, 0xa1, 0xde, 0xd5,
|
|
0xac, 0xa9, 0xee, 0x65, 0xfb, 0xd7, 0x2b, 0x1d, 0x31, 0x61, 0x42, 0x93, 0xb7, 0x77, 0x8f, 0xb0,
|
|
0xff, 0x37, 0x0a, 0x40, 0xbc, 0xd8, 0xd4, 0x51, 0x9e, 0xa5, 0xd9, 0xa0, 0x75, 0x48, 0x92, 0xa9,
|
|
0x0b, 0x38, 0x7f, 0x23, 0x1f, 0x51, 0x72, 0x75, 0x09, 0x65, 0x4f, 0x61, 0xfb, 0x42, 0x92, 0xbb,
|
|
0x51, 0xe4, 0x1f, 0x1f, 0x7e, 0x02, 0x00, 0x00, 0xff, 0xff, 0x03, 0x47, 0x25, 0x66, 0xf3, 0x00,
|
|
0x00, 0x00,
|
|
}
|