|
|
@@ -34,6 +34,10 @@ 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.
|
|
|
+const _ = proto.GoGoProtoPackageIsVersion1
|
|
|
+
|
|
|
type EntryType int32
|
|
|
|
|
|
const (
|
|
|
@@ -66,6 +70,7 @@ func (x *EntryType) UnmarshalJSON(data []byte) error {
|
|
|
*x = EntryType(value)
|
|
|
return nil
|
|
|
}
|
|
|
+func (EntryType) EnumDescriptor() ([]byte, []int) { return fileDescriptorRaft, []int{0} }
|
|
|
|
|
|
type MessageType int32
|
|
|
|
|
|
@@ -138,6 +143,7 @@ func (x *MessageType) UnmarshalJSON(data []byte) error {
|
|
|
*x = MessageType(value)
|
|
|
return nil
|
|
|
}
|
|
|
+func (MessageType) EnumDescriptor() ([]byte, []int) { return fileDescriptorRaft, []int{1} }
|
|
|
|
|
|
type ConfChangeType int32
|
|
|
|
|
|
@@ -174,29 +180,32 @@ func (x *ConfChangeType) UnmarshalJSON(data []byte) error {
|
|
|
*x = ConfChangeType(value)
|
|
|
return nil
|
|
|
}
|
|
|
+func (ConfChangeType) EnumDescriptor() ([]byte, []int) { return fileDescriptorRaft, []int{2} }
|
|
|
|
|
|
type Entry struct {
|
|
|
- Type EntryType `protobuf:"varint,1,opt,name=Type,enum=raftpb.EntryType" json:"Type"`
|
|
|
- Term uint64 `protobuf:"varint,2,opt,name=Term" json:"Term"`
|
|
|
- Index uint64 `protobuf:"varint,3,opt,name=Index" json:"Index"`
|
|
|
- Data []byte `protobuf:"bytes,4,opt,name=Data" json:"Data,omitempty"`
|
|
|
+ Type EntryType `protobuf:"varint,1,opt,name=Type,json=type,enum=raftpb.EntryType" json:"Type"`
|
|
|
+ Term uint64 `protobuf:"varint,2,opt,name=Term,json=term" json:"Term"`
|
|
|
+ Index uint64 `protobuf:"varint,3,opt,name=Index,json=index" json:"Index"`
|
|
|
+ Data []byte `protobuf:"bytes,4,opt,name=Data,json=data" json:"Data,omitempty"`
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
}
|
|
|
|
|
|
-func (m *Entry) Reset() { *m = Entry{} }
|
|
|
-func (m *Entry) String() string { return proto.CompactTextString(m) }
|
|
|
-func (*Entry) ProtoMessage() {}
|
|
|
+func (m *Entry) Reset() { *m = Entry{} }
|
|
|
+func (m *Entry) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*Entry) ProtoMessage() {}
|
|
|
+func (*Entry) Descriptor() ([]byte, []int) { return fileDescriptorRaft, []int{0} }
|
|
|
|
|
|
type SnapshotMetadata struct {
|
|
|
- ConfState ConfState `protobuf:"bytes,1,opt,name=conf_state" json:"conf_state"`
|
|
|
+ ConfState ConfState `protobuf:"bytes,1,opt,name=conf_state,json=confState" json:"conf_state"`
|
|
|
Index uint64 `protobuf:"varint,2,opt,name=index" json:"index"`
|
|
|
Term uint64 `protobuf:"varint,3,opt,name=term" json:"term"`
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
}
|
|
|
|
|
|
-func (m *SnapshotMetadata) Reset() { *m = SnapshotMetadata{} }
|
|
|
-func (m *SnapshotMetadata) String() string { return proto.CompactTextString(m) }
|
|
|
-func (*SnapshotMetadata) ProtoMessage() {}
|
|
|
+func (m *SnapshotMetadata) Reset() { *m = SnapshotMetadata{} }
|
|
|
+func (m *SnapshotMetadata) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*SnapshotMetadata) ProtoMessage() {}
|
|
|
+func (*SnapshotMetadata) Descriptor() ([]byte, []int) { return fileDescriptorRaft, []int{1} }
|
|
|
|
|
|
type Snapshot struct {
|
|
|
Data []byte `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"`
|
|
|
@@ -204,9 +213,10 @@ type Snapshot struct {
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
}
|
|
|
|
|
|
-func (m *Snapshot) Reset() { *m = Snapshot{} }
|
|
|
-func (m *Snapshot) String() string { return proto.CompactTextString(m) }
|
|
|
-func (*Snapshot) ProtoMessage() {}
|
|
|
+func (m *Snapshot) Reset() { *m = Snapshot{} }
|
|
|
+func (m *Snapshot) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*Snapshot) ProtoMessage() {}
|
|
|
+func (*Snapshot) Descriptor() ([]byte, []int) { return fileDescriptorRaft, []int{2} }
|
|
|
|
|
|
type Message struct {
|
|
|
Type MessageType `protobuf:"varint,1,opt,name=type,enum=raftpb.MessageType" json:"type"`
|
|
|
@@ -223,9 +233,10 @@ type Message struct {
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
}
|
|
|
|
|
|
-func (m *Message) Reset() { *m = Message{} }
|
|
|
-func (m *Message) String() string { return proto.CompactTextString(m) }
|
|
|
-func (*Message) ProtoMessage() {}
|
|
|
+func (m *Message) Reset() { *m = Message{} }
|
|
|
+func (m *Message) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*Message) ProtoMessage() {}
|
|
|
+func (*Message) Descriptor() ([]byte, []int) { return fileDescriptorRaft, []int{3} }
|
|
|
|
|
|
type HardState struct {
|
|
|
Term uint64 `protobuf:"varint,1,opt,name=term" json:"term"`
|
|
|
@@ -234,30 +245,33 @@ type HardState struct {
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
}
|
|
|
|
|
|
-func (m *HardState) Reset() { *m = HardState{} }
|
|
|
-func (m *HardState) String() string { return proto.CompactTextString(m) }
|
|
|
-func (*HardState) ProtoMessage() {}
|
|
|
+func (m *HardState) Reset() { *m = HardState{} }
|
|
|
+func (m *HardState) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*HardState) ProtoMessage() {}
|
|
|
+func (*HardState) Descriptor() ([]byte, []int) { return fileDescriptorRaft, []int{4} }
|
|
|
|
|
|
type ConfState struct {
|
|
|
Nodes []uint64 `protobuf:"varint,1,rep,name=nodes" json:"nodes,omitempty"`
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
}
|
|
|
|
|
|
-func (m *ConfState) Reset() { *m = ConfState{} }
|
|
|
-func (m *ConfState) String() string { return proto.CompactTextString(m) }
|
|
|
-func (*ConfState) ProtoMessage() {}
|
|
|
+func (m *ConfState) Reset() { *m = ConfState{} }
|
|
|
+func (m *ConfState) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*ConfState) ProtoMessage() {}
|
|
|
+func (*ConfState) Descriptor() ([]byte, []int) { return fileDescriptorRaft, []int{5} }
|
|
|
|
|
|
type ConfChange struct {
|
|
|
- ID uint64 `protobuf:"varint,1,opt,name=ID" json:"ID"`
|
|
|
- Type ConfChangeType `protobuf:"varint,2,opt,name=Type,enum=raftpb.ConfChangeType" json:"Type"`
|
|
|
- NodeID uint64 `protobuf:"varint,3,opt,name=NodeID" json:"NodeID"`
|
|
|
- Context []byte `protobuf:"bytes,4,opt,name=Context" json:"Context,omitempty"`
|
|
|
+ ID uint64 `protobuf:"varint,1,opt,name=ID,json=iD" json:"ID"`
|
|
|
+ Type ConfChangeType `protobuf:"varint,2,opt,name=Type,json=type,enum=raftpb.ConfChangeType" json:"Type"`
|
|
|
+ NodeID uint64 `protobuf:"varint,3,opt,name=NodeID,json=nodeID" json:"NodeID"`
|
|
|
+ Context []byte `protobuf:"bytes,4,opt,name=Context,json=context" json:"Context,omitempty"`
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
}
|
|
|
|
|
|
-func (m *ConfChange) Reset() { *m = ConfChange{} }
|
|
|
-func (m *ConfChange) String() string { return proto.CompactTextString(m) }
|
|
|
-func (*ConfChange) ProtoMessage() {}
|
|
|
+func (m *ConfChange) Reset() { *m = ConfChange{} }
|
|
|
+func (m *ConfChange) String() string { return proto.CompactTextString(m) }
|
|
|
+func (*ConfChange) ProtoMessage() {}
|
|
|
+func (*ConfChange) Descriptor() ([]byte, []int) { return fileDescriptorRaft, []int{6} }
|
|
|
|
|
|
func init() {
|
|
|
proto.RegisterType((*Entry)(nil), "raftpb.Entry")
|
|
|
@@ -1772,3 +1786,53 @@ var (
|
|
|
ErrInvalidLengthRaft = fmt.Errorf("proto: negative length found during unmarshaling")
|
|
|
ErrIntOverflowRaft = fmt.Errorf("proto: integer overflow")
|
|
|
)
|
|
|
+
|
|
|
+var fileDescriptorRaft = []byte{
|
|
|
+ // 735 bytes of a gzipped FileDescriptorProto
|
|
|
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x64, 0x54, 0x4d, 0x6f, 0xd3, 0x4a,
|
|
|
+ 0x14, 0xad, 0x13, 0xe7, 0xeb, 0xa6, 0x4d, 0xa7, 0xd3, 0xbc, 0x27, 0xab, 0x7a, 0xea, 0xeb, 0xb3,
|
|
|
+ 0xde, 0x02, 0x15, 0xb5, 0x40, 0x17, 0x2c, 0xd8, 0xf5, 0x03, 0xa9, 0x95, 0x68, 0x05, 0x69, 0xcb,
|
|
|
+ 0x02, 0x84, 0xd0, 0xd4, 0x9e, 0x38, 0x81, 0xda, 0x63, 0x8d, 0x27, 0xa5, 0xdd, 0x20, 0x24, 0x16,
|
|
|
+ 0x6c, 0xf8, 0x61, 0x5d, 0xf6, 0x17, 0x20, 0xe0, 0x97, 0x70, 0x67, 0x3c, 0x4e, 0xec, 0x66, 0x11,
|
|
|
+ 0x69, 0xe6, 0x9c, 0xfb, 0x71, 0xee, 0x99, 0xeb, 0x00, 0x48, 0x36, 0x54, 0xdb, 0xa9, 0x14, 0x4a,
|
|
|
+ 0xd0, 0xa6, 0x3e, 0xa7, 0x17, 0x6b, 0xfd, 0x48, 0x44, 0xc2, 0x40, 0x8f, 0xf4, 0x29, 0x67, 0xfd,
|
|
|
+ 0xcf, 0xd0, 0x78, 0x9e, 0x28, 0x79, 0x43, 0x1f, 0x82, 0x7b, 0x76, 0x93, 0x72, 0xcf, 0xd9, 0x70,
|
|
|
+ 0x1e, 0xf4, 0x76, 0x56, 0xb6, 0xf3, 0xac, 0x6d, 0x43, 0x6a, 0x62, 0xcf, 0xbd, 0xfd, 0xf1, 0xef,
|
|
|
+ 0xc2, 0xc0, 0x55, 0x78, 0xa6, 0x1e, 0x06, 0x73, 0x19, 0x7b, 0x35, 0x0c, 0x76, 0xa7, 0x0c, 0x22,
|
|
|
+ 0x74, 0x0d, 0x1a, 0x47, 0x49, 0xc8, 0xaf, 0xbd, 0x7a, 0x89, 0x6a, 0x8c, 0x35, 0x44, 0x29, 0xb8,
|
|
|
+ 0x07, 0x4c, 0x31, 0xcf, 0x45, 0x6a, 0x71, 0xe0, 0x86, 0x78, 0xf6, 0xbf, 0x38, 0x40, 0x4e, 0x13,
|
|
|
+ 0x96, 0x66, 0x23, 0xa1, 0x8e, 0xb9, 0x62, 0x1a, 0xa4, 0x4f, 0x01, 0x02, 0x91, 0x0c, 0xdf, 0x67,
|
|
|
+ 0x8a, 0xa9, 0x5c, 0x51, 0x77, 0xa6, 0x68, 0x1f, 0x99, 0x53, 0x4d, 0xd8, 0xe2, 0x9d, 0xa0, 0x00,
|
|
|
+ 0x74, 0x73, 0xd3, 0xa9, 0xa2, 0xcb, 0x36, 0x47, 0xc9, 0x5a, 0x60, 0x45, 0x97, 0x41, 0xfc, 0x37,
|
|
|
+ 0xd0, 0x2e, 0x14, 0x68, 0x89, 0x5a, 0x81, 0xe9, 0x69, 0x25, 0xd2, 0x67, 0xd0, 0x8e, 0xad, 0x32,
|
|
|
+ 0x53, 0xb8, 0xbb, 0xe3, 0x15, 0x5a, 0xee, 0x2b, 0xb7, 0x75, 0xa7, 0xf1, 0xfe, 0xd7, 0x3a, 0xb4,
|
|
|
+ 0x8e, 0x79, 0x96, 0xb1, 0x88, 0xd3, 0x2d, 0x30, 0xe6, 0x59, 0x87, 0x57, 0x8b, 0x1a, 0x96, 0x9e,
|
|
|
+ 0xf3, 0xb8, 0x0f, 0x35, 0x25, 0x2a, 0x93, 0xe0, 0x5d, 0x8f, 0x31, 0x94, 0xe2, 0xde, 0x18, 0x1a,
|
|
|
+ 0x99, 0x0e, 0xe8, 0xce, 0xbd, 0xc9, 0x3a, 0xb4, 0x2e, 0x45, 0x64, 0x1e, 0xac, 0x51, 0x22, 0x0b,
|
|
|
+ 0x70, 0x66, 0x5b, 0x73, 0xde, 0xb6, 0x2d, 0x68, 0x71, 0x5c, 0x81, 0x31, 0xcf, 0xbc, 0xd6, 0x46,
|
|
|
+ 0x1d, 0x67, 0x5f, 0xaa, 0x6c, 0x46, 0x51, 0xca, 0xc6, 0xd0, 0x7f, 0xa0, 0x19, 0x88, 0x38, 0x1e,
|
|
|
+ 0x2b, 0xaf, 0x5d, 0xaa, 0x65, 0x31, 0xba, 0x03, 0xed, 0xcc, 0x3a, 0xe6, 0x75, 0x8c, 0x93, 0xe4,
|
|
|
+ 0xbe, 0x93, 0x85, 0x83, 0x45, 0x9c, 0xae, 0x28, 0xf9, 0x07, 0x1e, 0x28, 0x0f, 0x30, 0xa3, 0x5d,
|
|
|
+ 0x54, 0xcc, 0x31, 0xfa, 0x3f, 0xae, 0xba, 0x39, 0x1d, 0x8e, 0x13, 0xe5, 0x75, 0x4b, 0x3d, 0x4b,
|
|
|
+ 0xb8, 0xff, 0x0e, 0x3a, 0x87, 0x4c, 0x86, 0xf9, 0x92, 0x14, 0x3e, 0x39, 0x73, 0x3e, 0x21, 0x73,
|
|
|
+ 0x25, 0x70, 0xe1, 0x2a, 0x5b, 0xad, 0x91, 0xd2, 0x58, 0xf5, 0xf9, 0xb1, 0xfc, 0xff, 0xa0, 0x33,
|
|
|
+ 0x5d, 0x4a, 0x7c, 0xb6, 0x46, 0x22, 0x42, 0xb4, 0xcb, 0x41, 0xbb, 0xdc, 0x41, 0x7e, 0xf1, 0xbf,
|
|
|
+ 0x3b, 0x00, 0x3a, 0x66, 0x7f, 0xc4, 0x92, 0xc8, 0xbc, 0xed, 0xd1, 0x41, 0x45, 0x41, 0x6d, 0x7c,
|
|
|
+ 0x40, 0x1f, 0xdb, 0x4f, 0xb0, 0x66, 0x16, 0xe4, 0xef, 0xf2, 0xc2, 0xe7, 0x79, 0x73, 0x3b, 0x82,
|
|
|
+ 0xba, 0x4e, 0xb0, 0x3e, 0xd6, 0xaa, 0xe8, 0x4a, 0x0c, 0x86, 0xf3, 0xb4, 0x30, 0x57, 0xf1, 0x6b,
|
|
|
+ 0x65, 0x3f, 0xb9, 0x56, 0x90, 0x5f, 0x37, 0x9f, 0x40, 0x67, 0xfa, 0x61, 0xd3, 0x65, 0xe8, 0x9a,
|
|
|
+ 0xcb, 0x89, 0x90, 0x31, 0xbb, 0x24, 0x0b, 0x74, 0x15, 0x96, 0x0d, 0x30, 0x6b, 0x4c, 0x9c, 0xcd,
|
|
|
+ 0x6f, 0x35, 0xe8, 0x96, 0x56, 0x95, 0x02, 0x34, 0x8f, 0xb3, 0xe8, 0x70, 0x92, 0x62, 0x42, 0x17,
|
|
|
+ 0x97, 0x3c, 0x8b, 0xf6, 0x38, 0x53, 0xc4, 0xb1, 0x97, 0x97, 0x52, 0xa4, 0xa4, 0x66, 0xa3, 0x76,
|
|
|
+ 0xd3, 0x94, 0xd4, 0x69, 0x0f, 0x20, 0x3f, 0x0f, 0x78, 0x96, 0x12, 0xd7, 0x06, 0xbe, 0x46, 0x7f,
|
|
|
+ 0x49, 0x43, 0x8b, 0xb0, 0x17, 0xc3, 0x36, 0x2d, 0xab, 0xd7, 0x82, 0xb4, 0x28, 0x81, 0x45, 0xdd,
|
|
|
+ 0x8c, 0x33, 0xa9, 0x2e, 0x74, 0x97, 0x36, 0x3a, 0x48, 0xca, 0x88, 0x49, 0xea, 0xe0, 0xe7, 0xdb,
|
|
|
+ 0x43, 0xf4, 0x3c, 0x91, 0x9c, 0x05, 0x23, 0x76, 0x71, 0xc9, 0x09, 0xd0, 0x15, 0x58, 0xb2, 0x85,
|
|
|
+ 0xf4, 0x03, 0x4d, 0x32, 0xd2, 0xb5, 0x61, 0xfb, 0x23, 0x1e, 0x7c, 0x7c, 0x35, 0x11, 0x72, 0x12,
|
|
|
+ 0x93, 0x45, 0xfa, 0x17, 0xac, 0x20, 0x76, 0x26, 0x59, 0x92, 0x0d, 0xb9, 0x7c, 0xc1, 0x59, 0xc8,
|
|
|
+ 0x25, 0x59, 0xb2, 0xd9, 0x67, 0xe3, 0x98, 0x8b, 0x89, 0x3a, 0x11, 0x9f, 0x48, 0x6f, 0xf3, 0x2d,
|
|
|
+ 0xf4, 0xaa, 0x4f, 0xa2, 0x73, 0x67, 0xc8, 0x6e, 0x18, 0xea, 0x37, 0x41, 0x5b, 0x3c, 0xe8, 0xcf,
|
|
|
+ 0xe0, 0x01, 0x8f, 0xc5, 0x15, 0x37, 0x8c, 0x53, 0x65, 0xce, 0x53, 0xfc, 0xab, 0xc8, 0x99, 0xda,
|
|
|
+ 0x5e, 0xff, 0xf6, 0xd7, 0xfa, 0xc2, 0x1d, 0xfe, 0x6e, 0x7f, 0xaf, 0x3b, 0x77, 0xf8, 0xfb, 0x89,
|
|
|
+ 0xbf, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xc8, 0x26, 0x45, 0x2d, 0xd0, 0x05, 0x00, 0x00,
|
|
|
+}
|