2018-11-21 22:01:09 +00:00
// Code generated by protoc-gen-gogo. DO NOT EDIT.
2018-11-21 17:31:27 +00:00
// source: inspector.proto
package pb
2018-12-14 20:17:30 +00:00
import (
2019-07-06 14:40:58 +01:00
context "context"
fmt "fmt"
_ "github.com/gogo/protobuf/gogoproto"
proto "github.com/gogo/protobuf/proto"
duration "github.com/golang/protobuf/ptypes/duration"
2019-07-08 15:06:12 +01:00
_ "github.com/golang/protobuf/ptypes/timestamp"
2018-12-14 20:17:30 +00:00
grpc "google.golang.org/grpc"
2019-07-06 14:40:58 +01:00
math "math"
2019-09-05 00:05:51 +01:00
drpc "storj.io/drpc"
2019-07-08 15:06:12 +01:00
time "time"
2018-12-14 20:17:30 +00:00
)
2018-11-21 17:31:27 +00:00
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto . Marshal
var _ = fmt . Errorf
var _ = math . Inf
2019-07-08 15:06:12 +01:00
var _ = time . Kitchen
2018-11-21 17:31:27 +00:00
// 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.
2018-11-21 22:01:09 +00:00
const _ = proto . GoGoProtoPackageIsVersion2 // please upgrade the proto package
2019-03-15 20:21:52 +00:00
// ListSegments
2019-03-18 10:55:06 +00:00
type ListIrreparableSegmentsRequest struct {
2019-03-15 20:21:52 +00:00
Limit int32 ` protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty" `
2019-07-18 17:21:21 +01:00
LastSeenSegmentPath [ ] byte ` protobuf:"bytes,2,opt,name=last_seen_segment_path,json=lastSeenSegmentPath,proto3" json:"last_seen_segment_path,omitempty" `
2019-03-15 20:21:52 +00:00
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
2019-03-18 10:55:06 +00:00
func ( m * ListIrreparableSegmentsRequest ) Reset ( ) { * m = ListIrreparableSegmentsRequest { } }
func ( m * ListIrreparableSegmentsRequest ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * ListIrreparableSegmentsRequest ) ProtoMessage ( ) { }
func ( * ListIrreparableSegmentsRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-07-06 14:40:58 +01:00
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 0 }
2019-03-15 20:21:52 +00:00
}
2019-03-18 10:55:06 +00:00
func ( m * ListIrreparableSegmentsRequest ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_ListIrreparableSegmentsRequest . Unmarshal ( m , b )
2019-03-15 20:21:52 +00:00
}
2019-03-18 10:55:06 +00:00
func ( m * ListIrreparableSegmentsRequest ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_ListIrreparableSegmentsRequest . Marshal ( b , m , deterministic )
2019-03-15 20:21:52 +00:00
}
2019-07-06 14:40:58 +01:00
func ( m * ListIrreparableSegmentsRequest ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_ListIrreparableSegmentsRequest . Merge ( m , src )
2019-03-15 20:21:52 +00:00
}
2019-03-18 10:55:06 +00:00
func ( m * ListIrreparableSegmentsRequest ) XXX_Size ( ) int {
return xxx_messageInfo_ListIrreparableSegmentsRequest . Size ( m )
2019-03-15 20:21:52 +00:00
}
2019-03-18 10:55:06 +00:00
func ( m * ListIrreparableSegmentsRequest ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_ListIrreparableSegmentsRequest . DiscardUnknown ( m )
2019-03-15 20:21:52 +00:00
}
2019-03-18 10:55:06 +00:00
var xxx_messageInfo_ListIrreparableSegmentsRequest proto . InternalMessageInfo
2019-03-15 20:21:52 +00:00
2019-03-18 10:55:06 +00:00
func ( m * ListIrreparableSegmentsRequest ) GetLimit ( ) int32 {
2019-03-15 20:21:52 +00:00
if m != nil {
return m . Limit
}
return 0
}
2019-07-18 17:21:21 +01:00
func ( m * ListIrreparableSegmentsRequest ) GetLastSeenSegmentPath ( ) [ ] byte {
2019-03-15 20:21:52 +00:00
if m != nil {
2019-07-18 17:21:21 +01:00
return m . LastSeenSegmentPath
2019-03-15 20:21:52 +00:00
}
2019-07-18 17:21:21 +01:00
return nil
2019-03-15 20:21:52 +00:00
}
type IrreparableSegment struct {
Path [ ] byte ` protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty" `
SegmentDetail * Pointer ` protobuf:"bytes,2,opt,name=segment_detail,json=segmentDetail,proto3" json:"segment_detail,omitempty" `
LostPieces int32 ` protobuf:"varint,3,opt,name=lost_pieces,json=lostPieces,proto3" json:"lost_pieces,omitempty" `
LastRepairAttempt int64 ` protobuf:"varint,4,opt,name=last_repair_attempt,json=lastRepairAttempt,proto3" json:"last_repair_attempt,omitempty" `
RepairAttemptCount int64 ` protobuf:"varint,5,opt,name=repair_attempt_count,json=repairAttemptCount,proto3" json:"repair_attempt_count,omitempty" `
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * IrreparableSegment ) Reset ( ) { * m = IrreparableSegment { } }
func ( m * IrreparableSegment ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * IrreparableSegment ) ProtoMessage ( ) { }
func ( * IrreparableSegment ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-07-06 14:40:58 +01:00
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 1 }
2019-03-15 20:21:52 +00:00
}
func ( m * IrreparableSegment ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_IrreparableSegment . Unmarshal ( m , b )
}
func ( m * IrreparableSegment ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_IrreparableSegment . Marshal ( b , m , deterministic )
}
2019-07-06 14:40:58 +01:00
func ( m * IrreparableSegment ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_IrreparableSegment . Merge ( m , src )
2019-03-15 20:21:52 +00:00
}
func ( m * IrreparableSegment ) XXX_Size ( ) int {
return xxx_messageInfo_IrreparableSegment . Size ( m )
}
func ( m * IrreparableSegment ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_IrreparableSegment . DiscardUnknown ( m )
}
var xxx_messageInfo_IrreparableSegment proto . InternalMessageInfo
func ( m * IrreparableSegment ) GetPath ( ) [ ] byte {
if m != nil {
return m . Path
}
return nil
}
func ( m * IrreparableSegment ) GetSegmentDetail ( ) * Pointer {
if m != nil {
return m . SegmentDetail
}
return nil
}
func ( m * IrreparableSegment ) GetLostPieces ( ) int32 {
if m != nil {
return m . LostPieces
}
return 0
}
func ( m * IrreparableSegment ) GetLastRepairAttempt ( ) int64 {
if m != nil {
return m . LastRepairAttempt
}
return 0
}
func ( m * IrreparableSegment ) GetRepairAttemptCount ( ) int64 {
if m != nil {
return m . RepairAttemptCount
}
return 0
}
2019-03-18 10:55:06 +00:00
type ListIrreparableSegmentsResponse struct {
2019-03-15 20:21:52 +00:00
Segments [ ] * IrreparableSegment ` protobuf:"bytes,1,rep,name=segments,proto3" json:"segments,omitempty" `
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
2019-03-18 10:55:06 +00:00
func ( m * ListIrreparableSegmentsResponse ) Reset ( ) { * m = ListIrreparableSegmentsResponse { } }
func ( m * ListIrreparableSegmentsResponse ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * ListIrreparableSegmentsResponse ) ProtoMessage ( ) { }
func ( * ListIrreparableSegmentsResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-07-06 14:40:58 +01:00
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 2 }
2019-03-15 20:21:52 +00:00
}
2019-03-18 10:55:06 +00:00
func ( m * ListIrreparableSegmentsResponse ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_ListIrreparableSegmentsResponse . Unmarshal ( m , b )
2019-03-15 20:21:52 +00:00
}
2019-03-18 10:55:06 +00:00
func ( m * ListIrreparableSegmentsResponse ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_ListIrreparableSegmentsResponse . Marshal ( b , m , deterministic )
2019-03-15 20:21:52 +00:00
}
2019-07-06 14:40:58 +01:00
func ( m * ListIrreparableSegmentsResponse ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_ListIrreparableSegmentsResponse . Merge ( m , src )
2019-03-15 20:21:52 +00:00
}
2019-03-18 10:55:06 +00:00
func ( m * ListIrreparableSegmentsResponse ) XXX_Size ( ) int {
return xxx_messageInfo_ListIrreparableSegmentsResponse . Size ( m )
2019-03-15 20:21:52 +00:00
}
2019-03-18 10:55:06 +00:00
func ( m * ListIrreparableSegmentsResponse ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_ListIrreparableSegmentsResponse . DiscardUnknown ( m )
2019-03-15 20:21:52 +00:00
}
2019-03-18 10:55:06 +00:00
var xxx_messageInfo_ListIrreparableSegmentsResponse proto . InternalMessageInfo
2019-03-15 20:21:52 +00:00
2019-03-18 10:55:06 +00:00
func ( m * ListIrreparableSegmentsResponse ) GetSegments ( ) [ ] * IrreparableSegment {
2019-03-15 20:21:52 +00:00
if m != nil {
return m . Segments
}
return nil
}
2018-11-21 17:31:27 +00:00
// CountNodes
type CountNodesResponse struct {
2019-01-14 18:47:22 +00:00
Count int64 ` protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty" `
2018-11-21 17:31:27 +00:00
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * CountNodesResponse ) Reset ( ) { * m = CountNodesResponse { } }
func ( m * CountNodesResponse ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * CountNodesResponse ) ProtoMessage ( ) { }
func ( * CountNodesResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-07-06 14:40:58 +01:00
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 3 }
2018-11-21 17:31:27 +00:00
}
func ( m * CountNodesResponse ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_CountNodesResponse . Unmarshal ( m , b )
}
func ( m * CountNodesResponse ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_CountNodesResponse . Marshal ( b , m , deterministic )
}
2019-07-06 14:40:58 +01:00
func ( m * CountNodesResponse ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_CountNodesResponse . Merge ( m , src )
2018-11-21 17:31:27 +00:00
}
func ( m * CountNodesResponse ) XXX_Size ( ) int {
return xxx_messageInfo_CountNodesResponse . Size ( m )
}
func ( m * CountNodesResponse ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_CountNodesResponse . DiscardUnknown ( m )
}
var xxx_messageInfo_CountNodesResponse proto . InternalMessageInfo
2019-01-14 18:47:22 +00:00
func ( m * CountNodesResponse ) GetCount ( ) int64 {
2018-11-21 17:31:27 +00:00
if m != nil {
2019-01-14 18:47:22 +00:00
return m . Count
2018-11-21 17:31:27 +00:00
}
return 0
}
type CountNodesRequest struct {
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * CountNodesRequest ) Reset ( ) { * m = CountNodesRequest { } }
func ( m * CountNodesRequest ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * CountNodesRequest ) ProtoMessage ( ) { }
func ( * CountNodesRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-07-06 14:40:58 +01:00
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 4 }
2018-11-21 17:31:27 +00:00
}
func ( m * CountNodesRequest ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_CountNodesRequest . Unmarshal ( m , b )
}
func ( m * CountNodesRequest ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_CountNodesRequest . Marshal ( b , m , deterministic )
}
2019-07-06 14:40:58 +01:00
func ( m * CountNodesRequest ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_CountNodesRequest . Merge ( m , src )
2018-11-21 17:31:27 +00:00
}
func ( m * CountNodesRequest ) XXX_Size ( ) int {
return xxx_messageInfo_CountNodesRequest . Size ( m )
}
func ( m * CountNodesRequest ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_CountNodesRequest . DiscardUnknown ( m )
}
var xxx_messageInfo_CountNodesRequest proto . InternalMessageInfo
2019-02-28 19:55:27 +00:00
type DumpNodesRequest struct {
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * DumpNodesRequest ) Reset ( ) { * m = DumpNodesRequest { } }
func ( m * DumpNodesRequest ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * DumpNodesRequest ) ProtoMessage ( ) { }
func ( * DumpNodesRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-10-08 18:42:56 +01:00
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 5 }
2019-02-28 19:55:27 +00:00
}
func ( m * DumpNodesRequest ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_DumpNodesRequest . Unmarshal ( m , b )
}
func ( m * DumpNodesRequest ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_DumpNodesRequest . Marshal ( b , m , deterministic )
}
2019-07-06 14:40:58 +01:00
func ( m * DumpNodesRequest ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_DumpNodesRequest . Merge ( m , src )
2019-02-28 19:55:27 +00:00
}
func ( m * DumpNodesRequest ) XXX_Size ( ) int {
return xxx_messageInfo_DumpNodesRequest . Size ( m )
}
func ( m * DumpNodesRequest ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_DumpNodesRequest . DiscardUnknown ( m )
}
var xxx_messageInfo_DumpNodesRequest proto . InternalMessageInfo
type DumpNodesResponse struct {
Nodes [ ] * Node ` protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty" `
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * DumpNodesResponse ) Reset ( ) { * m = DumpNodesResponse { } }
func ( m * DumpNodesResponse ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * DumpNodesResponse ) ProtoMessage ( ) { }
func ( * DumpNodesResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-10-08 18:42:56 +01:00
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 6 }
2019-02-28 19:55:27 +00:00
}
func ( m * DumpNodesResponse ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_DumpNodesResponse . Unmarshal ( m , b )
}
func ( m * DumpNodesResponse ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_DumpNodesResponse . Marshal ( b , m , deterministic )
}
2019-07-06 14:40:58 +01:00
func ( m * DumpNodesResponse ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_DumpNodesResponse . Merge ( m , src )
2019-02-28 19:55:27 +00:00
}
func ( m * DumpNodesResponse ) XXX_Size ( ) int {
return xxx_messageInfo_DumpNodesResponse . Size ( m )
}
func ( m * DumpNodesResponse ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_DumpNodesResponse . DiscardUnknown ( m )
}
var xxx_messageInfo_DumpNodesResponse proto . InternalMessageInfo
func ( m * DumpNodesResponse ) GetNodes ( ) [ ] * Node {
if m != nil {
return m . Nodes
}
return nil
}
2019-03-05 20:48:37 +00:00
type StatsRequest struct {
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * StatsRequest ) Reset ( ) { * m = StatsRequest { } }
func ( m * StatsRequest ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * StatsRequest ) ProtoMessage ( ) { }
func ( * StatsRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-10-08 18:42:56 +01:00
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 7 }
2019-03-05 20:48:37 +00:00
}
func ( m * StatsRequest ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_StatsRequest . Unmarshal ( m , b )
}
func ( m * StatsRequest ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_StatsRequest . Marshal ( b , m , deterministic )
}
2019-07-06 14:40:58 +01:00
func ( m * StatsRequest ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_StatsRequest . Merge ( m , src )
2019-03-05 20:48:37 +00:00
}
func ( m * StatsRequest ) XXX_Size ( ) int {
return xxx_messageInfo_StatsRequest . Size ( m )
}
func ( m * StatsRequest ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_StatsRequest . DiscardUnknown ( m )
}
var xxx_messageInfo_StatsRequest proto . InternalMessageInfo
type StatSummaryResponse struct {
UsedSpace int64 ` protobuf:"varint,1,opt,name=used_space,json=usedSpace,proto3" json:"used_space,omitempty" `
AvailableSpace int64 ` protobuf:"varint,2,opt,name=available_space,json=availableSpace,proto3" json:"available_space,omitempty" `
2019-03-27 19:44:18 +00:00
UsedIngress int64 ` protobuf:"varint,3,opt,name=used_ingress,json=usedIngress,proto3" json:"used_ingress,omitempty" `
UsedEgress int64 ` protobuf:"varint,4,opt,name=used_egress,json=usedEgress,proto3" json:"used_egress,omitempty" `
UsedBandwidth int64 ` protobuf:"varint,5,opt,name=used_bandwidth,json=usedBandwidth,proto3" json:"used_bandwidth,omitempty" `
AvailableBandwidth int64 ` protobuf:"varint,6,opt,name=available_bandwidth,json=availableBandwidth,proto3" json:"available_bandwidth,omitempty" `
2019-03-05 20:48:37 +00:00
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * StatSummaryResponse ) Reset ( ) { * m = StatSummaryResponse { } }
func ( m * StatSummaryResponse ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * StatSummaryResponse ) ProtoMessage ( ) { }
func ( * StatSummaryResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-10-08 18:42:56 +01:00
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 8 }
2019-03-05 20:48:37 +00:00
}
func ( m * StatSummaryResponse ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_StatSummaryResponse . Unmarshal ( m , b )
}
func ( m * StatSummaryResponse ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_StatSummaryResponse . Marshal ( b , m , deterministic )
}
2019-07-06 14:40:58 +01:00
func ( m * StatSummaryResponse ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_StatSummaryResponse . Merge ( m , src )
2019-03-05 20:48:37 +00:00
}
func ( m * StatSummaryResponse ) XXX_Size ( ) int {
return xxx_messageInfo_StatSummaryResponse . Size ( m )
}
func ( m * StatSummaryResponse ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_StatSummaryResponse . DiscardUnknown ( m )
}
var xxx_messageInfo_StatSummaryResponse proto . InternalMessageInfo
func ( m * StatSummaryResponse ) GetUsedSpace ( ) int64 {
if m != nil {
return m . UsedSpace
}
return 0
}
func ( m * StatSummaryResponse ) GetAvailableSpace ( ) int64 {
if m != nil {
return m . AvailableSpace
}
return 0
}
2019-03-27 19:44:18 +00:00
func ( m * StatSummaryResponse ) GetUsedIngress ( ) int64 {
if m != nil {
return m . UsedIngress
}
return 0
}
func ( m * StatSummaryResponse ) GetUsedEgress ( ) int64 {
if m != nil {
return m . UsedEgress
}
return 0
}
2019-03-05 20:48:37 +00:00
func ( m * StatSummaryResponse ) GetUsedBandwidth ( ) int64 {
if m != nil {
return m . UsedBandwidth
}
return 0
}
func ( m * StatSummaryResponse ) GetAvailableBandwidth ( ) int64 {
if m != nil {
return m . AvailableBandwidth
}
return 0
}
type DashboardRequest struct {
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * DashboardRequest ) Reset ( ) { * m = DashboardRequest { } }
func ( m * DashboardRequest ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * DashboardRequest ) ProtoMessage ( ) { }
func ( * DashboardRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-10-08 18:42:56 +01:00
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 9 }
2019-03-05 20:48:37 +00:00
}
func ( m * DashboardRequest ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_DashboardRequest . Unmarshal ( m , b )
}
func ( m * DashboardRequest ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_DashboardRequest . Marshal ( b , m , deterministic )
}
2019-07-06 14:40:58 +01:00
func ( m * DashboardRequest ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_DashboardRequest . Merge ( m , src )
2019-03-05 20:48:37 +00:00
}
func ( m * DashboardRequest ) XXX_Size ( ) int {
return xxx_messageInfo_DashboardRequest . Size ( m )
}
func ( m * DashboardRequest ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_DashboardRequest . DiscardUnknown ( m )
}
var xxx_messageInfo_DashboardRequest proto . InternalMessageInfo
type DashboardResponse struct {
2019-03-18 10:55:06 +00:00
NodeId NodeID ` protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3,customtype=NodeID" json:"node_id" `
2019-03-05 20:48:37 +00:00
NodeConnections int64 ` protobuf:"varint,2,opt,name=node_connections,json=nodeConnections,proto3" json:"node_connections,omitempty" `
2019-10-04 21:48:41 +01:00
BootstrapAddress string ` protobuf:"bytes,3,opt,name=bootstrap_address,json=bootstrapAddress,proto3" json:"bootstrap_address,omitempty" ` // Deprecated: Do not use.
2019-03-05 20:48:37 +00:00
InternalAddress string ` protobuf:"bytes,4,opt,name=internal_address,json=internalAddress,proto3" json:"internal_address,omitempty" `
ExternalAddress string ` protobuf:"bytes,5,opt,name=external_address,json=externalAddress,proto3" json:"external_address,omitempty" `
2019-07-06 14:40:58 +01:00
DashboardAddress string ` protobuf:"bytes,6,opt,name=dashboard_address,json=dashboardAddress,proto3" json:"dashboard_address,omitempty" `
Stats * StatSummaryResponse ` protobuf:"bytes,7,opt,name=stats,proto3" json:"stats,omitempty" `
Uptime * duration . Duration ` protobuf:"bytes,8,opt,name=uptime,proto3" json:"uptime,omitempty" `
2019-07-08 15:06:12 +01:00
LastPinged time . Time ` protobuf:"bytes,9,opt,name=last_pinged,json=lastPinged,proto3,stdtime" json:"last_pinged" `
LastQueried time . Time ` protobuf:"bytes,10,opt,name=last_queried,json=lastQueried,proto3,stdtime" json:"last_queried" `
2019-09-11 21:41:43 +01:00
LastPingFromId * NodeID ` protobuf:"bytes,11,opt,name=last_ping_from_id,json=lastPingFromId,proto3,customtype=NodeID" json:"last_ping_from_id,omitempty" `
LastPingFromAddress string ` protobuf:"bytes,12,opt,name=last_ping_from_address,json=lastPingFromAddress,proto3" json:"last_ping_from_address,omitempty" `
2019-03-05 20:48:37 +00:00
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * DashboardResponse ) Reset ( ) { * m = DashboardResponse { } }
func ( m * DashboardResponse ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * DashboardResponse ) ProtoMessage ( ) { }
func ( * DashboardResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-10-08 18:42:56 +01:00
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 10 }
2019-03-05 20:48:37 +00:00
}
func ( m * DashboardResponse ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_DashboardResponse . Unmarshal ( m , b )
}
func ( m * DashboardResponse ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_DashboardResponse . Marshal ( b , m , deterministic )
}
2019-07-06 14:40:58 +01:00
func ( m * DashboardResponse ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_DashboardResponse . Merge ( m , src )
2019-03-05 20:48:37 +00:00
}
func ( m * DashboardResponse ) XXX_Size ( ) int {
return xxx_messageInfo_DashboardResponse . Size ( m )
}
func ( m * DashboardResponse ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_DashboardResponse . DiscardUnknown ( m )
}
var xxx_messageInfo_DashboardResponse proto . InternalMessageInfo
func ( m * DashboardResponse ) GetNodeConnections ( ) int64 {
if m != nil {
return m . NodeConnections
}
return 0
}
2019-10-04 21:48:41 +01:00
// Deprecated: Do not use.
2019-03-05 20:48:37 +00:00
func ( m * DashboardResponse ) GetBootstrapAddress ( ) string {
if m != nil {
return m . BootstrapAddress
}
return ""
}
func ( m * DashboardResponse ) GetInternalAddress ( ) string {
if m != nil {
return m . InternalAddress
}
return ""
}
func ( m * DashboardResponse ) GetExternalAddress ( ) string {
if m != nil {
return m . ExternalAddress
}
return ""
}
2019-07-06 14:40:58 +01:00
func ( m * DashboardResponse ) GetDashboardAddress ( ) string {
if m != nil {
return m . DashboardAddress
}
return ""
}
2019-03-05 20:48:37 +00:00
func ( m * DashboardResponse ) GetStats ( ) * StatSummaryResponse {
if m != nil {
return m . Stats
}
return nil
}
2019-03-22 13:27:59 +00:00
func ( m * DashboardResponse ) GetUptime ( ) * duration . Duration {
2019-03-05 20:48:37 +00:00
if m != nil {
2019-03-22 13:27:59 +00:00
return m . Uptime
2019-03-05 20:48:37 +00:00
}
2019-03-22 13:27:59 +00:00
return nil
2019-03-05 20:48:37 +00:00
}
2019-07-08 15:06:12 +01:00
func ( m * DashboardResponse ) GetLastPinged ( ) time . Time {
2019-03-05 20:48:37 +00:00
if m != nil {
2019-03-22 13:27:59 +00:00
return m . LastPinged
}
2019-07-08 15:06:12 +01:00
return time . Time { }
2019-03-22 13:27:59 +00:00
}
2019-07-08 15:06:12 +01:00
func ( m * DashboardResponse ) GetLastQueried ( ) time . Time {
2019-03-22 13:27:59 +00:00
if m != nil {
return m . LastQueried
2019-03-05 20:48:37 +00:00
}
2019-07-08 15:06:12 +01:00
return time . Time { }
2019-03-05 20:48:37 +00:00
}
2019-09-11 21:41:43 +01:00
func ( m * DashboardResponse ) GetLastPingFromAddress ( ) string {
if m != nil {
return m . LastPingFromAddress
}
return ""
}
2019-04-02 15:55:58 +01:00
type SegmentHealthRequest struct {
Bucket [ ] byte ` protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty" `
EncryptedPath [ ] byte ` protobuf:"bytes,2,opt,name=encrypted_path,json=encryptedPath,proto3" json:"encrypted_path,omitempty" `
SegmentIndex int64 ` protobuf:"varint,3,opt,name=segment_index,json=segmentIndex,proto3" json:"segment_index,omitempty" `
ProjectId [ ] byte ` protobuf:"bytes,4,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" `
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * SegmentHealthRequest ) Reset ( ) { * m = SegmentHealthRequest { } }
func ( m * SegmentHealthRequest ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * SegmentHealthRequest ) ProtoMessage ( ) { }
func ( * SegmentHealthRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-10-08 18:42:56 +01:00
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 11 }
2019-04-02 15:55:58 +01:00
}
func ( m * SegmentHealthRequest ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_SegmentHealthRequest . Unmarshal ( m , b )
}
func ( m * SegmentHealthRequest ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_SegmentHealthRequest . Marshal ( b , m , deterministic )
}
2019-07-06 14:40:58 +01:00
func ( m * SegmentHealthRequest ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_SegmentHealthRequest . Merge ( m , src )
2019-04-02 15:55:58 +01:00
}
func ( m * SegmentHealthRequest ) XXX_Size ( ) int {
return xxx_messageInfo_SegmentHealthRequest . Size ( m )
}
func ( m * SegmentHealthRequest ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_SegmentHealthRequest . DiscardUnknown ( m )
}
var xxx_messageInfo_SegmentHealthRequest proto . InternalMessageInfo
func ( m * SegmentHealthRequest ) GetBucket ( ) [ ] byte {
if m != nil {
return m . Bucket
}
return nil
}
func ( m * SegmentHealthRequest ) GetEncryptedPath ( ) [ ] byte {
if m != nil {
return m . EncryptedPath
}
return nil
}
func ( m * SegmentHealthRequest ) GetSegmentIndex ( ) int64 {
if m != nil {
return m . SegmentIndex
}
return 0
}
func ( m * SegmentHealthRequest ) GetProjectId ( ) [ ] byte {
if m != nil {
return m . ProjectId
}
return nil
}
type SegmentHealth struct {
2019-06-18 23:22:14 +01:00
HealthyIds [ ] NodeID ` protobuf:"bytes,1,rep,name=healthy_ids,json=healthyIds,proto3,customtype=NodeID" json:"healthy_ids,omitempty" `
UnhealthyIds [ ] NodeID ` protobuf:"bytes,2,rep,name=unhealthy_ids,json=unhealthyIds,proto3,customtype=NodeID" json:"unhealthy_ids,omitempty" `
OfflineIds [ ] NodeID ` protobuf:"bytes,3,rep,name=offline_ids,json=offlineIds,proto3,customtype=NodeID" json:"offline_ids,omitempty" `
Segment [ ] byte ` protobuf:"bytes,4,opt,name=segment,proto3" json:"segment,omitempty" `
2019-04-02 15:55:58 +01:00
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * SegmentHealth ) Reset ( ) { * m = SegmentHealth { } }
func ( m * SegmentHealth ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * SegmentHealth ) ProtoMessage ( ) { }
func ( * SegmentHealth ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-10-08 18:42:56 +01:00
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 12 }
2019-04-02 15:55:58 +01:00
}
func ( m * SegmentHealth ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_SegmentHealth . Unmarshal ( m , b )
}
func ( m * SegmentHealth ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_SegmentHealth . Marshal ( b , m , deterministic )
}
2019-07-06 14:40:58 +01:00
func ( m * SegmentHealth ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_SegmentHealth . Merge ( m , src )
2019-04-02 15:55:58 +01:00
}
func ( m * SegmentHealth ) XXX_Size ( ) int {
return xxx_messageInfo_SegmentHealth . Size ( m )
}
func ( m * SegmentHealth ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_SegmentHealth . DiscardUnknown ( m )
}
var xxx_messageInfo_SegmentHealth proto . InternalMessageInfo
func ( m * SegmentHealth ) GetSegment ( ) [ ] byte {
if m != nil {
return m . Segment
}
return nil
}
type SegmentHealthResponse struct {
Health * SegmentHealth ` protobuf:"bytes,1,opt,name=health,proto3" json:"health,omitempty" `
Redundancy * RedundancyScheme ` protobuf:"bytes,2,opt,name=redundancy,proto3" json:"redundancy,omitempty" `
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * SegmentHealthResponse ) Reset ( ) { * m = SegmentHealthResponse { } }
func ( m * SegmentHealthResponse ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * SegmentHealthResponse ) ProtoMessage ( ) { }
func ( * SegmentHealthResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
2019-10-08 18:42:56 +01:00
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 13 }
2019-04-02 15:55:58 +01:00
}
func ( m * SegmentHealthResponse ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_SegmentHealthResponse . Unmarshal ( m , b )
}
func ( m * SegmentHealthResponse ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_SegmentHealthResponse . Marshal ( b , m , deterministic )
}
2019-07-06 14:40:58 +01:00
func ( m * SegmentHealthResponse ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_SegmentHealthResponse . Merge ( m , src )
2019-04-02 15:55:58 +01:00
}
func ( m * SegmentHealthResponse ) XXX_Size ( ) int {
return xxx_messageInfo_SegmentHealthResponse . Size ( m )
}
func ( m * SegmentHealthResponse ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_SegmentHealthResponse . DiscardUnknown ( m )
}
var xxx_messageInfo_SegmentHealthResponse proto . InternalMessageInfo
func ( m * SegmentHealthResponse ) GetHealth ( ) * SegmentHealth {
if m != nil {
return m . Health
}
return nil
}
func ( m * SegmentHealthResponse ) GetRedundancy ( ) * RedundancyScheme {
if m != nil {
return m . Redundancy
}
return nil
}
type ObjectHealthRequest struct {
EncryptedPath [ ] byte ` protobuf:"bytes,1,opt,name=encrypted_path,json=encryptedPath,proto3" json:"encrypted_path,omitempty" `
Bucket [ ] byte ` protobuf:"bytes,2,opt,name=bucket,proto3" json:"bucket,omitempty" `
ProjectId [ ] byte ` protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" `
StartAfterSegment int64 ` protobuf:"varint,4,opt,name=start_after_segment,json=startAfterSegment,proto3" json:"start_after_segment,omitempty" `
EndBeforeSegment int64 ` protobuf:"varint,5,opt,name=end_before_segment,json=endBeforeSegment,proto3" json:"end_before_segment,omitempty" `
Limit int32 ` protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty" `
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthRequest ) Reset ( ) { * m = ObjectHealthRequest { } }
func ( m * ObjectHealthRequest ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * ObjectHealthRequest ) ProtoMessage ( ) { }
func ( * ObjectHealthRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 14 }
2019-09-12 22:09:46 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthRequest ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_ObjectHealthRequest . Unmarshal ( m , b )
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthRequest ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_ObjectHealthRequest . Marshal ( b , m , deterministic )
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthRequest ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_ObjectHealthRequest . Merge ( m , src )
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthRequest ) XXX_Size ( ) int {
return xxx_messageInfo_ObjectHealthRequest . Size ( m )
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthRequest ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_ObjectHealthRequest . DiscardUnknown ( m )
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
var xxx_messageInfo_ObjectHealthRequest proto . InternalMessageInfo
2019-09-05 00:05:51 +01:00
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthRequest ) GetEncryptedPath ( ) [ ] byte {
if m != nil {
return m . EncryptedPath
}
return nil
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthRequest ) GetBucket ( ) [ ] byte {
if m != nil {
return m . Bucket
}
return nil
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthRequest ) GetProjectId ( ) [ ] byte {
if m != nil {
return m . ProjectId
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
return nil
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthRequest ) GetStartAfterSegment ( ) int64 {
if m != nil {
return m . StartAfterSegment
}
return 0
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthRequest ) GetEndBeforeSegment ( ) int64 {
if m != nil {
return m . EndBeforeSegment
}
return 0
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthRequest ) GetLimit ( ) int32 {
if m != nil {
return m . Limit
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
return 0
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
type ObjectHealthResponse struct {
Segments [ ] * SegmentHealth ` protobuf:"bytes,1,rep,name=segments,proto3" json:"segments,omitempty" `
Redundancy * RedundancyScheme ` protobuf:"bytes,2,opt,name=redundancy,proto3" json:"redundancy,omitempty" `
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthResponse ) Reset ( ) { * m = ObjectHealthResponse { } }
func ( m * ObjectHealthResponse ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * ObjectHealthResponse ) ProtoMessage ( ) { }
func ( * ObjectHealthResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return fileDescriptor_a07d9034b2dd9d26 , [ ] int { 15 }
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthResponse ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_ObjectHealthResponse . Unmarshal ( m , b )
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthResponse ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_ObjectHealthResponse . Marshal ( b , m , deterministic )
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthResponse ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_ObjectHealthResponse . Merge ( m , src )
}
func ( m * ObjectHealthResponse ) XXX_Size ( ) int {
return xxx_messageInfo_ObjectHealthResponse . Size ( m )
}
func ( m * ObjectHealthResponse ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_ObjectHealthResponse . DiscardUnknown ( m )
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
var xxx_messageInfo_ObjectHealthResponse proto . InternalMessageInfo
func ( m * ObjectHealthResponse ) GetSegments ( ) [ ] * SegmentHealth {
if m != nil {
return m . Segments
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
return nil
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func ( m * ObjectHealthResponse ) GetRedundancy ( ) * RedundancyScheme {
if m != nil {
return m . Redundancy
}
return nil
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func init ( ) {
proto . RegisterType ( ( * ListIrreparableSegmentsRequest ) ( nil ) , "inspector.ListIrreparableSegmentsRequest" )
proto . RegisterType ( ( * IrreparableSegment ) ( nil ) , "inspector.IrreparableSegment" )
proto . RegisterType ( ( * ListIrreparableSegmentsResponse ) ( nil ) , "inspector.ListIrreparableSegmentsResponse" )
proto . RegisterType ( ( * CountNodesResponse ) ( nil ) , "inspector.CountNodesResponse" )
proto . RegisterType ( ( * CountNodesRequest ) ( nil ) , "inspector.CountNodesRequest" )
proto . RegisterType ( ( * DumpNodesRequest ) ( nil ) , "inspector.DumpNodesRequest" )
proto . RegisterType ( ( * DumpNodesResponse ) ( nil ) , "inspector.DumpNodesResponse" )
proto . RegisterType ( ( * StatsRequest ) ( nil ) , "inspector.StatsRequest" )
proto . RegisterType ( ( * StatSummaryResponse ) ( nil ) , "inspector.StatSummaryResponse" )
proto . RegisterType ( ( * DashboardRequest ) ( nil ) , "inspector.DashboardRequest" )
proto . RegisterType ( ( * DashboardResponse ) ( nil ) , "inspector.DashboardResponse" )
proto . RegisterType ( ( * SegmentHealthRequest ) ( nil ) , "inspector.SegmentHealthRequest" )
proto . RegisterType ( ( * SegmentHealth ) ( nil ) , "inspector.SegmentHealth" )
proto . RegisterType ( ( * SegmentHealthResponse ) ( nil ) , "inspector.SegmentHealthResponse" )
proto . RegisterType ( ( * ObjectHealthRequest ) ( nil ) , "inspector.ObjectHealthRequest" )
proto . RegisterType ( ( * ObjectHealthResponse ) ( nil ) , "inspector.ObjectHealthResponse" )
2019-09-05 00:05:51 +01:00
}
2019-10-08 18:42:56 +01:00
func init ( ) { proto . RegisterFile ( "inspector.proto" , fileDescriptor_a07d9034b2dd9d26 ) }
var fileDescriptor_a07d9034b2dd9d26 = [ ] byte {
// 1253 bytes of a gzipped FileDescriptorProto
0x1f , 0x8b , 0x08 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x02 , 0xff , 0xa4 , 0x56 , 0x4d , 0x93 , 0xdb , 0x44 ,
0x13 , 0x8e , 0xd6 , 0x6b , 0x27 , 0x6e , 0x7b , 0x3f , 0x3c , 0xde , 0x37 , 0xd1 , 0xeb , 0x7c , 0xd8 , 0x88 ,
0xa2 , 0xb2 , 0x49 , 0x28 , 0x6f , 0x70 , 0x92 , 0x43 , 0x8a , 0xd3 , 0x3a , 0x9b , 0x10 , 0x57 , 0x51 , 0x64 ,
0x23 , 0xe7 , 0x44 , 0x51 , 0xa5 , 0x1a , 0x7b , 0xc6 , 0xb6 , 0x88 , 0xad , 0x51 , 0x46 , 0xa3 , 0x90 , 0xbd ,
0x71 , 0xa2 , 0xe0 , 0xc6 , 0x95 , 0x33 , 0xc5 , 0x3f , 0xe0 , 0xc4 , 0x2f , 0xe0 , 0x37 , 0x70 , 0x08 , 0x37 ,
0xf8 , 0x0d , 0xdc , 0xa8 , 0xf9 , 0xd0 , 0x48 , 0xb6 , 0xd7 , 0x7c , 0x14 , 0x37 , 0xe9 , 0xe9 , 0xa7 , 0x5b ,
0xad , 0xa7 , 0x7b , 0xba , 0x07 , 0xf6 , 0xc2 , 0x28 , 0x89 , 0xe9 , 0x58 , 0x30 , 0xde , 0x8d , 0x39 , 0x13 ,
0x0c , 0x55 , 0x2d , 0xd0 , 0x82 , 0x29 , 0x9b , 0x32 , 0x0d , 0xb7 , 0x20 , 0x62 , 0x84 , 0x9a , 0xe7 , 0xbd ,
0x98 , 0x85 , 0x91 , 0xa0 , 0x9c , 0x8c , 0x0c , 0x70 , 0x63 , 0xca , 0xd8 , 0x74 , 0x4e , 0x8f , 0xd4 , 0xdb ,
0x28 , 0x9d , 0x1c , 0x91 , 0x94 , 0x63 , 0x11 , 0xb2 , 0xc8 , 0xd8 , 0xdb , 0xab , 0x76 , 0x11 , 0x2e , 0x68 ,
0x22 , 0xf0 , 0x22 , 0xd6 , 0x04 , 0xef , 0x25 , 0xdc , 0xf8 , 0x38 , 0x4c , 0xc4 , 0x80 , 0x73 , 0x1a , 0x63 ,
0x8e , 0x47 , 0x73 , 0x3a , 0xa4 , 0xd3 , 0x05 , 0x8d , 0x44 , 0xe2 , 0xd3 , 0x57 , 0x29 , 0x4d , 0x04 , 0x3a ,
0x80 , 0xf2 , 0x3c , 0x5c , 0x84 , 0xc2 , 0x75 , 0x3a , 0xce , 0x61 , 0xd9 , 0xd7 , 0x2f , 0xe8 , 0x1e , 0x5c ,
0x9e , 0xe3 , 0x44 , 0x04 , 0x09 , 0xa5 , 0x51 , 0x90 , 0x68 , 0x97 , 0x20 , 0xc6 , 0x62 , 0xe6 , 0x6e , 0x75 ,
0x9c , 0xc3 , 0xba , 0xdf , 0x94 , 0xd6 , 0x21 , 0xa5 , 0x91 , 0x09 , 0x77 , 0x8a , 0xc5 , 0xcc , 0xfb , 0xcd ,
0x01 , 0xb4 , 0xfe , 0x25 , 0x84 , 0x60 , 0x5b , 0x79 , 0x3a , 0xca , 0x53 , 0x3d , 0xa3 , 0x87 , 0xb0 , 0x9b ,
0x45 , 0x25 , 0x54 , 0xe0 , 0x70 , 0xae , 0xe2 , 0xd6 , 0x7a , 0xa8 , 0x9b , 0x4b , 0x70 , 0xaa , 0x9f , 0xfc ,
0x1d , 0xc3 , 0x3c , 0x51 , 0x44 , 0xd4 , 0x86 , 0xda , 0x9c , 0x25 , 0x22 , 0x88 , 0x43 , 0x3a , 0xa6 , 0x89 ,
0x5b , 0x52 , 0x69 , 0x83 , 0x84 , 0x4e , 0x15 , 0x82 , 0xba , 0xa0 , 0xb2 , 0x0b , 0x64 , 0x22 , 0x21 , 0x0f ,
0xb0 , 0x10 , 0x74 , 0x11 , 0x0b , 0x77 , 0xbb , 0xe3 , 0x1c , 0x96 , 0xfc , 0x86 , 0x34 , 0xf9 , 0xca , 0x72 ,
0xac , 0x0d , 0xe8 , 0x2e , 0x1c , 0x2c , 0x53 , 0x83 , 0x31 , 0x4b , 0x23 , 0xe1 , 0x96 , 0x95 , 0x03 , 0xe2 ,
0x45 , 0xf2 , 0x23 , 0x69 , 0xf1 , 0x3e , 0x83 , 0xf6 , 0x46 , 0x55 , 0x93 , 0x98 , 0x45 , 0x09 , 0x45 , 0x0f ,
0xe1 , 0x92 , 0x49 , 0x3b , 0x71 , 0x9d , 0x4e , 0xe9 , 0xb0 , 0xd6 , 0xbb , 0xde , 0xcd , 0x3b , 0x62 , 0xdd ,
0xd3 , 0xb7 , 0x74 , 0xef , 0x36 , 0x20 , 0xf5 , 0x99 , 0x4f , 0x18 , 0xa1 , 0x79 , 0xc0 , 0x03 , 0x28 , 0xeb ,
0xb4 , 0x1c , 0x95 , 0x96 , 0x7e , 0xf1 , 0x9a , 0xd0 , 0x28 , 0x72 , 0x55 , 0x49 , 0x3d , 0x04 , 0xfb , 0x27 ,
0xe9 , 0x22 , 0x5e , 0xc2 , 0x1e , 0x40 , 0xa3 , 0x80 , 0x99 , 0x98 , 0x1d , 0x28 , 0xcb , 0xee , 0xcb , 0x32 ,
0x84 , 0xae , 0xea , 0x45 , 0xc9 , 0xf1 , 0xb5 , 0xc1 , 0xdb , 0x85 , 0xfa , 0x50 , 0x60 , 0xdb , 0x2d , 0xde ,
0x1f , 0x0e , 0x34 , 0x25 , 0x30 , 0x4c , 0x17 , 0x0b , 0xcc , 0xcf , 0x6c , 0xa4 , 0xeb , 0x00 , 0x69 , 0x42 ,
0x49 , 0x90 , 0xc4 , 0x78 , 0x4c , 0x4d , 0x8a , 0x55 , 0x89 , 0x0c , 0x25 , 0x80 , 0x6e , 0xc2 , 0x1e , 0x7e ,
0x8d , 0xc3 , 0xb9 , 0xfc , 0x61 , 0xc3 , 0xd9 , 0x52 , 0x9c , 0x5d , 0x0b , 0x6b , 0xe2 , 0x3b , 0x50 , 0x57 ,
0x71 , 0xc2 , 0x68 , 0xca , 0x69 , 0xa2 , 0xab , 0x5b , 0xf2 , 0x6b , 0x12 , 0x1b , 0x68 , 0x48 , 0xd6 , 0x5f ,
0x51 , 0xa8 , 0x66 , 0xe8 , 0xb2 , 0xaa , 0xaf , 0x3f , 0xd6 , 0x84 , 0xf7 , 0x60 , 0x57 , 0x11 , 0x46 , 0x38 ,
0x22 , 0x5f , 0x84 , 0x44 , 0xcc , 0x4c , 0x25 , 0x77 , 0x24 , 0xda , 0xcf , 0x40 , 0x74 , 0x04 , 0xcd , 0x3c ,
0xa7 , 0x9c , 0x5b , 0xd1 , 0x55 , 0xb7 , 0x26 , 0xeb , 0xa0 , 0x64 , 0xc5 , 0xc9 , 0x6c , 0xc4 , 0x30 , 0x27 ,
0x99 , 0x1e , 0x5f , 0x96 , 0xa1 , 0x51 , 0x00 , 0x8d , 0x1a , 0x37 , 0xe1 , 0xa2 , 0x94 , 0x2f , 0x08 , 0x89 ,
0x6e , 0xfa , 0xfe , 0xee , 0xcf , 0x6f , 0xdb , 0x17 , 0x7e , 0x79 , 0xdb , 0xae , 0x48 , 0x6d , 0x07 , 0x27 ,
0x7e , 0x45 , 0x9a , 0x07 , 0x04 , 0xdd , 0x82 , 0x7d , 0x45 , 0x1c , 0xb3 , 0x28 , 0xa2 , 0x63 , 0x79 , 0xb0 ,
0x13 , 0x23 , 0xcc , 0x9e , 0xc4 , 0x1f , 0xe5 , 0x30 , 0x3a , 0x82 , 0xc6 , 0x88 , 0x31 , 0x91 , 0x08 , 0x8e ,
0xe3 , 0x00 , 0x13 , 0x62 , 0xe5 , 0xa9 , 0xf6 , 0xb7 , 0x5c , 0xc7 , 0xdf , 0xb7 , 0xc6 , 0x63 , 0x6d , 0x93 ,
0xb1 , 0xd5 , 0xf9 , 0x89 , 0xf0 , 0xdc , 0xf2 , 0xa5 , 0x58 , 0x55 , 0x7f , 0x2f , 0xc3 , 0x0b , 0x54 , 0xfa ,
0x66 , 0x85 , 0x5a , 0xd6 , 0xd4 , 0x0c , 0xcf , 0xa8 , 0x77 , 0xa0 , 0x41 , 0xb2 , 0xff , 0xb5 , 0xdc , 0x8a ,
0xe2 , 0xee , 0x5b , 0x43 , 0x46 , 0xbe , 0x0f , 0xe5 , 0x44 , 0x76 , 0x8f , 0x7b , 0x51 , 0x1d , 0xee , 0x1b ,
0x85 , 0x13 , 0x70 , 0x4e , 0x13 , 0xf9 , 0x9a , 0x8c , 0x3e , 0x80 , 0x4a , 0x1a , 0xcb , 0x41 , 0xe6 , 0x5e ,
0x52 , 0x6e , 0xff , 0xef , 0xea , 0x29 , 0xd7 , 0xcd , 0xa6 , 0x5c , 0xf7 , 0xc4 , 0x4c , 0x41 , 0xdf , 0x10 ,
0xd1 , 0x63 , 0xa8 , 0xa9 , 0x23 , 0x1f , 0x87 , 0xd1 , 0x94 , 0x12 , 0xb7 , 0xaa , 0xfc , 0x5a , 0x6b , 0x7e ,
0x2f , 0xb2 , 0xe9 , 0xd8 , 0xbf , 0x24 , 0x0b , 0xf2 , 0xed , 0xaf , 0x6d , 0xc7 , 0x07 , 0xe9 , 0x78 , 0xaa ,
0xfc , 0xd0 , 0x47 , 0x50 , 0x57 , 0x61 , 0x5e , 0xa5 , 0x94 , 0x87 , 0x94 , 0xb8 , 0xf0 , 0x2f , 0xe2 , 0xa8 ,
0x04 , 0x9e , 0x6b , 0x47 , 0xf4 , 0x00 , 0x1a , 0x36 , 0x9f , 0x60 , 0xc2 , 0xd9 , 0x42 , 0xb6 , 0x42 , 0x4d ,
0xb5 , 0x02 , 0x14 , 0xda , 0x60 , 0x37 , 0xfb , 0xf6 , 0x13 , 0xce , 0x16 , 0x03 , 0x62 , 0xa7 , 0x6e , 0xee ,
0x96 , 0x29 , 0x5c , 0x57 , 0x0a , 0x37 , 0x8b , 0x7c , 0x23 , 0xb2 , 0xf7 , 0x9d , 0x03 , 0x07 , 0x66 , 0x88 ,
0x3c , 0xa5 , 0x78 , 0x2e , 0x66 , 0xd9 , 0x64 , 0xbf , 0x0c , 0x95 , 0x51 , 0x3a , 0x7e , 0x49 , 0x85 , 0x99 ,
0xbc , 0xe6 , 0x4d , 0x9e , 0x0f , 0x1a , 0x8d , 0xf9 , 0x59 , 0x2c , 0x28 , 0x29 , 0xce , 0xf4 , 0x1d , 0x8b ,
0xca , 0x69 , 0x8e , 0xde , 0x85 , 0x6c , 0xf0 , 0x06 , 0x61 , 0x44 , 0xe8 , 0x1b , 0x73 , 0x16 , 0xeb , 0x06 ,
0x1c , 0x48 , 0x4c , 0x9e , 0xfb , 0x98 , 0xb3 , 0xcf , 0xe9 , 0x58 , 0xc8 , 0x3f , 0xdc , 0x56 , 0x71 , 0xaa ,
0x06 , 0x19 , 0x10 , 0xef , 0x47 , 0x07 , 0x76 , 0x96 , 0x72 , 0x43 , 0x77 , 0xa0 , 0x36 , 0x53 , 0x4f , 0x67 ,
0x41 , 0x48 , 0xf4 , 0xe0 , 0x59 , 0xd6 , 0x04 , 0x8c , 0x79 , 0x40 , 0x64 , 0xcf , 0xef , 0xa4 , 0x51 , 0x91 ,
0xbe , 0xb5 , 0x46 , 0xaf , 0x5b , 0x82 , 0x74 , 0xb8 , 0x03 , 0x35 , 0x36 , 0x99 , 0xcc , 0xc3 , 0x88 , 0x2a ,
0x7a , 0x69 , 0x3d , 0xba , 0x31 , 0x4b , 0xb2 , 0x0b , 0x17 , 0xcd , 0xbf , 0x98 , 0xc4 , 0xb3 , 0x57 , 0xef ,
0x2b , 0x07 , 0xfe , 0xb7 , 0x22 , 0xa9 , 0x39 , 0xd9 , 0x77 , 0xa1 , 0xa2 , 0x3f , 0xa7 , 0x34 , 0xad , 0xf5 ,
0xdc , 0x62 , 0x4b , 0x2f , 0x79 , 0x18 , 0x1e , 0xfa , 0x10 , 0x80 , 0x53 , 0x92 , 0x46 , 0x04 , 0x47 , 0xe3 ,
0x33 , 0xb3 , 0xe5 , 0xae , 0x16 , 0xb6 , 0x9c , 0x6f , 0x8d , 0xc3 , 0xf1 , 0x8c , 0x2e , 0xa8 , 0x5f , 0xa0 ,
0x7b , 0xbf , 0x3b , 0xd0 , 0x7c , 0x36 , 0x92 , 0x62 , 0x2e , 0x97 , 0x76 , 0xbd , 0x84 , 0xce , 0x79 , 0x25 ,
0xcc , 0x3b , 0x60 , 0x6b , 0xa9 , 0x03 , 0x96 , 0xab , 0x56 , 0x5a , 0xa9 , 0x9a , 0x5c , 0xa0 , 0x89 , 0xc0 ,
0x5c , 0x04 , 0x78 , 0x22 , 0x28 , 0x0f , 0x8a , 0x22 , 0x95 , 0xfc , 0x86 , 0x32 , 0x1d , 0x4b , 0x4b , 0xb6 ,
0xe0 , 0xdf , 0x07 , 0x44 , 0x23 , 0x12 , 0x8c , 0xe8 , 0x84 , 0x71 , 0x6a , 0xe9 , 0x7a , 0xe8 , 0xee , 0xd3 ,
0x88 , 0xf4 , 0x95 , 0x21 , 0x63 , 0xdb , 0x0b , 0x47 , 0xa5 , 0x70 , 0xe1 , 0xf0 , 0xbe , 0x71 , 0xe0 , 0x60 ,
0xf9 , 0x4f , 0x8d , 0xe2 , 0xf7 , 0xd7 , 0x16 , 0xe9 , 0x66 , 0xcd , 0x2d , 0xf3 , 0x3f , 0xa9 , 0xde , 0xfb ,
0xc1 , 0x81 , 0xfd , 0x67 , 0xaf , 0x29 , 0x9f , 0xe3 , 0xb3 , 0x41 , 0xf6 , 0x25 , 0x34 , 0x00 , 0xc8 , 0x37 ,
0x2d , 0xba , 0x56 , 0xc8 , 0x61 , 0x6d , 0x01 , 0xb7 , 0xae , 0x6f , 0xb0 , 0x9a , 0x5f , 0x7a , 0x02 , 0x55 ,
0xbb , 0x8b , 0xd1 , 0xd5 , 0x02 , 0x77 , 0x75 , 0x6b , 0xb7 , 0xae , 0x9d , 0x6f , 0xd4 , 0x71 , 0x7a , 0xdf ,
0x3b , 0xd0 , 0x54 , 0x77 , 0x9e , 0xa1 , 0x60 , 0x9c , 0xe6 , 0xa9 , 0xf6 , 0xa1 , 0xac , 0x96 , 0x36 , 0xba ,
0xb2 , 0x32 , 0x70 , 0x6d , 0xdc , 0xbf , 0x99 , 0xc4 , 0xde , 0x05 , 0xf4 , 0x14 , 0xaa , 0x76 , 0xaf , 0x2d ,
0xe7 , 0xb8 , 0xb2 , 0x02 , 0x97 , 0x73 , 0x5c , 0x5d , 0x85 , 0xde , 0x85 , 0xde , 0xd7 , 0x0e , 0x1c , 0x14 ,
0xee , 0x3b , 0x79 , 0x9a , 0x31 , 0x5c , 0xd9 , 0x70 , 0x8b , 0x42 , 0xb7 , 0x0a , 0x31 , 0xff , 0xfa , 0xfe ,
0xda , 0xba , 0xfd , 0x4f , 0xa8 , 0x46 , 0xb0 , 0x9f , 0x1c , 0xd8 , 0xd3 , 0xad , 0x92 , 0x67 , 0xf1 , 0x1c ,
0xea , 0xc5 , 0xbe , 0x43 , 0x45 , 0x69 , 0xce , 0x39 , 0x7a , 0xad , 0xf6 , 0x46 , 0xbb , 0xd5 , 0xee , 0xc5 ,
0xea , 0xd0 , 0x6b , 0x6f , 0xec , 0x58 , 0x13 , 0xb4 , 0xb3 , 0x99 , 0x90 , 0x45 , 0xed , 0x6f , 0x7f , 0xba ,
0x15 , 0x8f , 0x46 , 0x15 , 0xb5 , 0x84 , 0xee , 0xfd , 0x19 , 0x00 , 0x00 , 0xff , 0xff , 0x43 , 0xa8 , 0x95 ,
0x12 , 0x5f , 0x0c , 0x00 , 0x00 ,
2019-09-05 00:05:51 +01:00
}
type DRPCOverlayInspectorClient interface {
DRPCConn ( ) drpc . Conn
// CountNodes returns the number of nodes in the cache
CountNodes ( ctx context . Context , in * CountNodesRequest ) ( * CountNodesResponse , error )
// DumpNodes returns all the nodes in the cache
DumpNodes ( ctx context . Context , in * DumpNodesRequest ) ( * DumpNodesResponse , error )
}
type drpcOverlayInspectorClient struct {
cc drpc . Conn
}
func NewDRPCOverlayInspectorClient ( cc drpc . Conn ) DRPCOverlayInspectorClient {
return & drpcOverlayInspectorClient { cc }
}
func ( c * drpcOverlayInspectorClient ) DRPCConn ( ) drpc . Conn { return c . cc }
func ( c * drpcOverlayInspectorClient ) CountNodes ( ctx context . Context , in * CountNodesRequest ) ( * CountNodesResponse , error ) {
out := new ( CountNodesResponse )
err := c . cc . Invoke ( ctx , "/inspector.OverlayInspector/CountNodes" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
func ( c * drpcOverlayInspectorClient ) DumpNodes ( ctx context . Context , in * DumpNodesRequest ) ( * DumpNodesResponse , error ) {
out := new ( DumpNodesResponse )
err := c . cc . Invoke ( ctx , "/inspector.OverlayInspector/DumpNodes" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
type DRPCOverlayInspectorServer interface {
// CountNodes returns the number of nodes in the cache
2019-09-12 22:09:46 +01:00
CountNodes ( context . Context , * CountNodesRequest ) ( * CountNodesResponse , error )
2019-09-05 00:05:51 +01:00
// DumpNodes returns all the nodes in the cache
2019-09-12 22:09:46 +01:00
DumpNodes ( context . Context , * DumpNodesRequest ) ( * DumpNodesResponse , error )
2019-09-05 00:05:51 +01:00
}
type DRPCOverlayInspectorDescription struct { }
func ( DRPCOverlayInspectorDescription ) NumMethods ( ) int { return 2 }
func ( DRPCOverlayInspectorDescription ) Method ( n int ) ( string , drpc . Handler , interface { } , bool ) {
switch n {
case 0 :
return "/inspector.OverlayInspector/CountNodes" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCOverlayInspectorServer ) .
2019-09-12 22:09:46 +01:00
CountNodes (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * CountNodesRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCOverlayInspectorServer . CountNodes , true
2019-09-05 00:05:51 +01:00
case 1 :
return "/inspector.OverlayInspector/DumpNodes" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCOverlayInspectorServer ) .
2019-09-12 22:09:46 +01:00
DumpNodes (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * DumpNodesRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCOverlayInspectorServer . DumpNodes , true
2019-09-05 00:05:51 +01:00
default :
return "" , nil , nil , false
}
}
2019-09-12 22:09:46 +01:00
func DRPCRegisterOverlayInspector ( srv drpc . Server , impl DRPCOverlayInspectorServer ) {
srv . Register ( impl , DRPCOverlayInspectorDescription { } )
}
2019-09-05 00:05:51 +01:00
type DRPCOverlayInspector_CountNodesStream interface {
drpc . Stream
SendAndClose ( * CountNodesResponse ) error
}
type drpcOverlayInspectorCountNodesStream struct {
drpc . Stream
}
func ( x * drpcOverlayInspectorCountNodesStream ) SendAndClose ( m * CountNodesResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCOverlayInspector_DumpNodesStream interface {
drpc . Stream
SendAndClose ( * DumpNodesResponse ) error
}
type drpcOverlayInspectorDumpNodesStream struct {
drpc . Stream
}
func ( x * drpcOverlayInspectorDumpNodesStream ) SendAndClose ( m * DumpNodesResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCPieceStoreInspectorClient interface {
DRPCConn ( ) drpc . Conn
// Stats return space and bandwidth stats for a storagenode
Stats ( ctx context . Context , in * StatsRequest ) ( * StatSummaryResponse , error )
// Dashboard returns stats for a specific storagenode
Dashboard ( ctx context . Context , in * DashboardRequest ) ( * DashboardResponse , error )
}
type drpcPieceStoreInspectorClient struct {
cc drpc . Conn
}
func NewDRPCPieceStoreInspectorClient ( cc drpc . Conn ) DRPCPieceStoreInspectorClient {
return & drpcPieceStoreInspectorClient { cc }
}
func ( c * drpcPieceStoreInspectorClient ) DRPCConn ( ) drpc . Conn { return c . cc }
func ( c * drpcPieceStoreInspectorClient ) Stats ( ctx context . Context , in * StatsRequest ) ( * StatSummaryResponse , error ) {
out := new ( StatSummaryResponse )
err := c . cc . Invoke ( ctx , "/inspector.PieceStoreInspector/Stats" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
func ( c * drpcPieceStoreInspectorClient ) Dashboard ( ctx context . Context , in * DashboardRequest ) ( * DashboardResponse , error ) {
out := new ( DashboardResponse )
err := c . cc . Invoke ( ctx , "/inspector.PieceStoreInspector/Dashboard" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
type DRPCPieceStoreInspectorServer interface {
// Stats return space and bandwidth stats for a storagenode
2019-09-12 22:09:46 +01:00
Stats ( context . Context , * StatsRequest ) ( * StatSummaryResponse , error )
2019-09-05 00:05:51 +01:00
// Dashboard returns stats for a specific storagenode
2019-09-12 22:09:46 +01:00
Dashboard ( context . Context , * DashboardRequest ) ( * DashboardResponse , error )
2019-09-05 00:05:51 +01:00
}
type DRPCPieceStoreInspectorDescription struct { }
func ( DRPCPieceStoreInspectorDescription ) NumMethods ( ) int { return 2 }
func ( DRPCPieceStoreInspectorDescription ) Method ( n int ) ( string , drpc . Handler , interface { } , bool ) {
switch n {
case 0 :
return "/inspector.PieceStoreInspector/Stats" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCPieceStoreInspectorServer ) .
2019-09-12 22:09:46 +01:00
Stats (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * StatsRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCPieceStoreInspectorServer . Stats , true
2019-09-05 00:05:51 +01:00
case 1 :
return "/inspector.PieceStoreInspector/Dashboard" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCPieceStoreInspectorServer ) .
2019-09-12 22:09:46 +01:00
Dashboard (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * DashboardRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCPieceStoreInspectorServer . Dashboard , true
2019-09-05 00:05:51 +01:00
default :
return "" , nil , nil , false
}
}
2019-09-12 22:09:46 +01:00
func DRPCRegisterPieceStoreInspector ( srv drpc . Server , impl DRPCPieceStoreInspectorServer ) {
srv . Register ( impl , DRPCPieceStoreInspectorDescription { } )
}
2019-09-05 00:05:51 +01:00
type DRPCPieceStoreInspector_StatsStream interface {
drpc . Stream
SendAndClose ( * StatSummaryResponse ) error
}
type drpcPieceStoreInspectorStatsStream struct {
drpc . Stream
}
func ( x * drpcPieceStoreInspectorStatsStream ) SendAndClose ( m * StatSummaryResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCPieceStoreInspector_DashboardStream interface {
drpc . Stream
SendAndClose ( * DashboardResponse ) error
}
type drpcPieceStoreInspectorDashboardStream struct {
drpc . Stream
}
func ( x * drpcPieceStoreInspectorDashboardStream ) SendAndClose ( m * DashboardResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCIrreparableInspectorClient interface {
DRPCConn ( ) drpc . Conn
// ListIrreparableSegments returns damaged segments
ListIrreparableSegments ( ctx context . Context , in * ListIrreparableSegmentsRequest ) ( * ListIrreparableSegmentsResponse , error )
}
type drpcIrreparableInspectorClient struct {
cc drpc . Conn
}
func NewDRPCIrreparableInspectorClient ( cc drpc . Conn ) DRPCIrreparableInspectorClient {
return & drpcIrreparableInspectorClient { cc }
}
func ( c * drpcIrreparableInspectorClient ) DRPCConn ( ) drpc . Conn { return c . cc }
func ( c * drpcIrreparableInspectorClient ) ListIrreparableSegments ( ctx context . Context , in * ListIrreparableSegmentsRequest ) ( * ListIrreparableSegmentsResponse , error ) {
out := new ( ListIrreparableSegmentsResponse )
err := c . cc . Invoke ( ctx , "/inspector.IrreparableInspector/ListIrreparableSegments" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
type DRPCIrreparableInspectorServer interface {
// ListIrreparableSegments returns damaged segments
2019-09-12 22:09:46 +01:00
ListIrreparableSegments ( context . Context , * ListIrreparableSegmentsRequest ) ( * ListIrreparableSegmentsResponse , error )
2019-09-05 00:05:51 +01:00
}
type DRPCIrreparableInspectorDescription struct { }
func ( DRPCIrreparableInspectorDescription ) NumMethods ( ) int { return 1 }
func ( DRPCIrreparableInspectorDescription ) Method ( n int ) ( string , drpc . Handler , interface { } , bool ) {
switch n {
case 0 :
return "/inspector.IrreparableInspector/ListIrreparableSegments" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCIrreparableInspectorServer ) .
2019-09-12 22:09:46 +01:00
ListIrreparableSegments (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * ListIrreparableSegmentsRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCIrreparableInspectorServer . ListIrreparableSegments , true
2019-09-05 00:05:51 +01:00
default :
return "" , nil , nil , false
}
}
2019-09-12 22:09:46 +01:00
func DRPCRegisterIrreparableInspector ( srv drpc . Server , impl DRPCIrreparableInspectorServer ) {
srv . Register ( impl , DRPCIrreparableInspectorDescription { } )
}
2019-09-05 00:05:51 +01:00
type DRPCIrreparableInspector_ListIrreparableSegmentsStream interface {
drpc . Stream
SendAndClose ( * ListIrreparableSegmentsResponse ) error
}
type drpcIrreparableInspectorListIrreparableSegmentsStream struct {
drpc . Stream
}
func ( x * drpcIrreparableInspectorListIrreparableSegmentsStream ) SendAndClose ( m * ListIrreparableSegmentsResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCHealthInspectorClient interface {
DRPCConn ( ) drpc . Conn
// ObjectHealth will return stats about the health of an object
ObjectHealth ( ctx context . Context , in * ObjectHealthRequest ) ( * ObjectHealthResponse , error )
// SegmentHealth will return stats about the health of a segment
SegmentHealth ( ctx context . Context , in * SegmentHealthRequest ) ( * SegmentHealthResponse , error )
}
type drpcHealthInspectorClient struct {
cc drpc . Conn
}
func NewDRPCHealthInspectorClient ( cc drpc . Conn ) DRPCHealthInspectorClient {
return & drpcHealthInspectorClient { cc }
}
func ( c * drpcHealthInspectorClient ) DRPCConn ( ) drpc . Conn { return c . cc }
func ( c * drpcHealthInspectorClient ) ObjectHealth ( ctx context . Context , in * ObjectHealthRequest ) ( * ObjectHealthResponse , error ) {
out := new ( ObjectHealthResponse )
err := c . cc . Invoke ( ctx , "/inspector.HealthInspector/ObjectHealth" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
func ( c * drpcHealthInspectorClient ) SegmentHealth ( ctx context . Context , in * SegmentHealthRequest ) ( * SegmentHealthResponse , error ) {
out := new ( SegmentHealthResponse )
err := c . cc . Invoke ( ctx , "/inspector.HealthInspector/SegmentHealth" , in , out )
if err != nil {
return nil , err
}
return out , nil
}
type DRPCHealthInspectorServer interface {
// ObjectHealth will return stats about the health of an object
2019-09-12 22:09:46 +01:00
ObjectHealth ( context . Context , * ObjectHealthRequest ) ( * ObjectHealthResponse , error )
2019-09-05 00:05:51 +01:00
// SegmentHealth will return stats about the health of a segment
2019-09-12 22:09:46 +01:00
SegmentHealth ( context . Context , * SegmentHealthRequest ) ( * SegmentHealthResponse , error )
2019-09-05 00:05:51 +01:00
}
type DRPCHealthInspectorDescription struct { }
func ( DRPCHealthInspectorDescription ) NumMethods ( ) int { return 2 }
func ( DRPCHealthInspectorDescription ) Method ( n int ) ( string , drpc . Handler , interface { } , bool ) {
switch n {
case 0 :
return "/inspector.HealthInspector/ObjectHealth" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCHealthInspectorServer ) .
2019-09-12 22:09:46 +01:00
ObjectHealth (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * ObjectHealthRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCHealthInspectorServer . ObjectHealth , true
2019-09-05 00:05:51 +01:00
case 1 :
return "/inspector.HealthInspector/SegmentHealth" ,
func ( srv interface { } , ctx context . Context , in1 , in2 interface { } ) ( drpc . Message , error ) {
return srv . ( DRPCHealthInspectorServer ) .
2019-09-12 22:09:46 +01:00
SegmentHealth (
2019-09-05 00:05:51 +01:00
ctx ,
in1 . ( * SegmentHealthRequest ) ,
)
2019-09-12 22:09:46 +01:00
} , DRPCHealthInspectorServer . SegmentHealth , true
2019-09-05 00:05:51 +01:00
default :
return "" , nil , nil , false
}
}
2019-09-12 22:09:46 +01:00
func DRPCRegisterHealthInspector ( srv drpc . Server , impl DRPCHealthInspectorServer ) {
srv . Register ( impl , DRPCHealthInspectorDescription { } )
}
2019-09-05 00:05:51 +01:00
type DRPCHealthInspector_ObjectHealthStream interface {
drpc . Stream
SendAndClose ( * ObjectHealthResponse ) error
}
type drpcHealthInspectorObjectHealthStream struct {
drpc . Stream
}
func ( x * drpcHealthInspectorObjectHealthStream ) SendAndClose ( m * ObjectHealthResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
type DRPCHealthInspector_SegmentHealthStream interface {
drpc . Stream
SendAndClose ( * SegmentHealthResponse ) error
}
type drpcHealthInspectorSegmentHealthStream struct {
drpc . Stream
}
func ( x * drpcHealthInspectorSegmentHealthStream ) SendAndClose ( m * SegmentHealthResponse ) error {
if err := x . MsgSend ( m ) ; err != nil {
return err
}
return x . CloseSend ( )
}
2018-11-21 17:31:27 +00:00
// Reference imports to suppress errors if they are not otherwise used.
var _ context . Context
var _ grpc . ClientConn
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc . SupportPackageIsVersion4
2019-01-14 18:47:22 +00:00
// OverlayInspectorClient is the client API for OverlayInspector service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type OverlayInspectorClient interface {
// CountNodes returns the number of nodes in the cache
CountNodes ( ctx context . Context , in * CountNodesRequest , opts ... grpc . CallOption ) ( * CountNodesResponse , error )
2019-02-28 19:55:27 +00:00
// DumpNodes returns all the nodes in the cache
DumpNodes ( ctx context . Context , in * DumpNodesRequest , opts ... grpc . CallOption ) ( * DumpNodesResponse , error )
2019-01-14 18:47:22 +00:00
}
type overlayInspectorClient struct {
cc * grpc . ClientConn
}
func NewOverlayInspectorClient ( cc * grpc . ClientConn ) OverlayInspectorClient {
return & overlayInspectorClient { cc }
}
func ( c * overlayInspectorClient ) CountNodes ( ctx context . Context , in * CountNodesRequest , opts ... grpc . CallOption ) ( * CountNodesResponse , error ) {
out := new ( CountNodesResponse )
err := c . cc . Invoke ( ctx , "/inspector.OverlayInspector/CountNodes" , in , out , opts ... )
if err != nil {
return nil , err
}
return out , nil
}
2019-02-28 19:55:27 +00:00
func ( c * overlayInspectorClient ) DumpNodes ( ctx context . Context , in * DumpNodesRequest , opts ... grpc . CallOption ) ( * DumpNodesResponse , error ) {
out := new ( DumpNodesResponse )
err := c . cc . Invoke ( ctx , "/inspector.OverlayInspector/DumpNodes" , in , out , opts ... )
if err != nil {
return nil , err
}
return out , nil
}
2019-01-14 18:47:22 +00:00
// OverlayInspectorServer is the server API for OverlayInspector service.
type OverlayInspectorServer interface {
// CountNodes returns the number of nodes in the cache
CountNodes ( context . Context , * CountNodesRequest ) ( * CountNodesResponse , error )
2019-02-28 19:55:27 +00:00
// DumpNodes returns all the nodes in the cache
DumpNodes ( context . Context , * DumpNodesRequest ) ( * DumpNodesResponse , error )
2019-01-14 18:47:22 +00:00
}
func RegisterOverlayInspectorServer ( s * grpc . Server , srv OverlayInspectorServer ) {
s . RegisterService ( & _OverlayInspector_serviceDesc , srv )
}
func _OverlayInspector_CountNodes_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc . UnaryServerInterceptor ) ( interface { } , error ) {
in := new ( CountNodesRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
if interceptor == nil {
return srv . ( OverlayInspectorServer ) . CountNodes ( ctx , in )
}
info := & grpc . UnaryServerInfo {
Server : srv ,
FullMethod : "/inspector.OverlayInspector/CountNodes" ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
return srv . ( OverlayInspectorServer ) . CountNodes ( ctx , req . ( * CountNodesRequest ) )
}
return interceptor ( ctx , in , info , handler )
}
2019-02-28 19:55:27 +00:00
func _OverlayInspector_DumpNodes_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc . UnaryServerInterceptor ) ( interface { } , error ) {
in := new ( DumpNodesRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
if interceptor == nil {
return srv . ( OverlayInspectorServer ) . DumpNodes ( ctx , in )
}
info := & grpc . UnaryServerInfo {
Server : srv ,
FullMethod : "/inspector.OverlayInspector/DumpNodes" ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
return srv . ( OverlayInspectorServer ) . DumpNodes ( ctx , req . ( * DumpNodesRequest ) )
}
return interceptor ( ctx , in , info , handler )
}
2019-03-25 22:25:09 +00:00
var _OverlayInspector_serviceDesc = grpc . ServiceDesc {
ServiceName : "inspector.OverlayInspector" ,
HandlerType : ( * OverlayInspectorServer ) ( nil ) ,
2018-11-21 17:31:27 +00:00
Methods : [ ] grpc . MethodDesc {
2019-03-25 22:25:09 +00:00
{
MethodName : "CountNodes" ,
Handler : _OverlayInspector_CountNodes_Handler ,
} ,
{
MethodName : "DumpNodes" ,
Handler : _OverlayInspector_DumpNodes_Handler ,
} ,
2018-11-21 17:31:27 +00:00
} ,
Streams : [ ] grpc . StreamDesc { } ,
Metadata : "inspector.proto" ,
}
2019-03-05 20:48:37 +00:00
// PieceStoreInspectorClient is the client API for PieceStoreInspector service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type PieceStoreInspectorClient interface {
// Stats return space and bandwidth stats for a storagenode
Stats ( ctx context . Context , in * StatsRequest , opts ... grpc . CallOption ) ( * StatSummaryResponse , error )
// Dashboard returns stats for a specific storagenode
Dashboard ( ctx context . Context , in * DashboardRequest , opts ... grpc . CallOption ) ( * DashboardResponse , error )
}
type pieceStoreInspectorClient struct {
cc * grpc . ClientConn
}
func NewPieceStoreInspectorClient ( cc * grpc . ClientConn ) PieceStoreInspectorClient {
return & pieceStoreInspectorClient { cc }
}
func ( c * pieceStoreInspectorClient ) Stats ( ctx context . Context , in * StatsRequest , opts ... grpc . CallOption ) ( * StatSummaryResponse , error ) {
out := new ( StatSummaryResponse )
err := c . cc . Invoke ( ctx , "/inspector.PieceStoreInspector/Stats" , in , out , opts ... )
if err != nil {
return nil , err
}
return out , nil
}
func ( c * pieceStoreInspectorClient ) Dashboard ( ctx context . Context , in * DashboardRequest , opts ... grpc . CallOption ) ( * DashboardResponse , error ) {
out := new ( DashboardResponse )
err := c . cc . Invoke ( ctx , "/inspector.PieceStoreInspector/Dashboard" , in , out , opts ... )
if err != nil {
return nil , err
}
return out , nil
}
// PieceStoreInspectorServer is the server API for PieceStoreInspector service.
type PieceStoreInspectorServer interface {
// Stats return space and bandwidth stats for a storagenode
Stats ( context . Context , * StatsRequest ) ( * StatSummaryResponse , error )
// Dashboard returns stats for a specific storagenode
Dashboard ( context . Context , * DashboardRequest ) ( * DashboardResponse , error )
}
func RegisterPieceStoreInspectorServer ( s * grpc . Server , srv PieceStoreInspectorServer ) {
s . RegisterService ( & _PieceStoreInspector_serviceDesc , srv )
}
func _PieceStoreInspector_Stats_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc . UnaryServerInterceptor ) ( interface { } , error ) {
in := new ( StatsRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
if interceptor == nil {
return srv . ( PieceStoreInspectorServer ) . Stats ( ctx , in )
}
info := & grpc . UnaryServerInfo {
Server : srv ,
FullMethod : "/inspector.PieceStoreInspector/Stats" ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
return srv . ( PieceStoreInspectorServer ) . Stats ( ctx , req . ( * StatsRequest ) )
}
return interceptor ( ctx , in , info , handler )
}
func _PieceStoreInspector_Dashboard_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc . UnaryServerInterceptor ) ( interface { } , error ) {
in := new ( DashboardRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
if interceptor == nil {
return srv . ( PieceStoreInspectorServer ) . Dashboard ( ctx , in )
}
info := & grpc . UnaryServerInfo {
Server : srv ,
FullMethod : "/inspector.PieceStoreInspector/Dashboard" ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
return srv . ( PieceStoreInspectorServer ) . Dashboard ( ctx , req . ( * DashboardRequest ) )
}
return interceptor ( ctx , in , info , handler )
}
var _PieceStoreInspector_serviceDesc = grpc . ServiceDesc {
ServiceName : "inspector.PieceStoreInspector" ,
HandlerType : ( * PieceStoreInspectorServer ) ( nil ) ,
Methods : [ ] grpc . MethodDesc {
{
MethodName : "Stats" ,
Handler : _PieceStoreInspector_Stats_Handler ,
} ,
{
MethodName : "Dashboard" ,
Handler : _PieceStoreInspector_Dashboard_Handler ,
} ,
} ,
Streams : [ ] grpc . StreamDesc { } ,
Metadata : "inspector.proto" ,
2018-11-21 17:31:27 +00:00
}
2019-03-15 20:21:52 +00:00
// IrreparableInspectorClient is the client API for IrreparableInspector service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type IrreparableInspectorClient interface {
2019-03-18 10:55:06 +00:00
// ListIrreparableSegments returns damaged segments
ListIrreparableSegments ( ctx context . Context , in * ListIrreparableSegmentsRequest , opts ... grpc . CallOption ) ( * ListIrreparableSegmentsResponse , error )
2019-03-15 20:21:52 +00:00
}
type irreparableInspectorClient struct {
cc * grpc . ClientConn
}
func NewIrreparableInspectorClient ( cc * grpc . ClientConn ) IrreparableInspectorClient {
return & irreparableInspectorClient { cc }
}
2019-03-18 10:55:06 +00:00
func ( c * irreparableInspectorClient ) ListIrreparableSegments ( ctx context . Context , in * ListIrreparableSegmentsRequest , opts ... grpc . CallOption ) ( * ListIrreparableSegmentsResponse , error ) {
out := new ( ListIrreparableSegmentsResponse )
err := c . cc . Invoke ( ctx , "/inspector.IrreparableInspector/ListIrreparableSegments" , in , out , opts ... )
2019-03-15 20:21:52 +00:00
if err != nil {
return nil , err
}
return out , nil
}
// IrreparableInspectorServer is the server API for IrreparableInspector service.
type IrreparableInspectorServer interface {
2019-03-18 10:55:06 +00:00
// ListIrreparableSegments returns damaged segments
ListIrreparableSegments ( context . Context , * ListIrreparableSegmentsRequest ) ( * ListIrreparableSegmentsResponse , error )
2019-03-15 20:21:52 +00:00
}
func RegisterIrreparableInspectorServer ( s * grpc . Server , srv IrreparableInspectorServer ) {
s . RegisterService ( & _IrreparableInspector_serviceDesc , srv )
}
2019-03-18 10:55:06 +00:00
func _IrreparableInspector_ListIrreparableSegments_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc . UnaryServerInterceptor ) ( interface { } , error ) {
in := new ( ListIrreparableSegmentsRequest )
2019-03-15 20:21:52 +00:00
if err := dec ( in ) ; err != nil {
return nil , err
}
if interceptor == nil {
2019-03-18 10:55:06 +00:00
return srv . ( IrreparableInspectorServer ) . ListIrreparableSegments ( ctx , in )
2019-03-15 20:21:52 +00:00
}
info := & grpc . UnaryServerInfo {
Server : srv ,
2019-03-18 10:55:06 +00:00
FullMethod : "/inspector.IrreparableInspector/ListIrreparableSegments" ,
2019-03-15 20:21:52 +00:00
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
2019-03-18 10:55:06 +00:00
return srv . ( IrreparableInspectorServer ) . ListIrreparableSegments ( ctx , req . ( * ListIrreparableSegmentsRequest ) )
2019-03-15 20:21:52 +00:00
}
return interceptor ( ctx , in , info , handler )
}
var _IrreparableInspector_serviceDesc = grpc . ServiceDesc {
ServiceName : "inspector.IrreparableInspector" ,
HandlerType : ( * IrreparableInspectorServer ) ( nil ) ,
Methods : [ ] grpc . MethodDesc {
{
2019-03-18 10:55:06 +00:00
MethodName : "ListIrreparableSegments" ,
Handler : _IrreparableInspector_ListIrreparableSegments_Handler ,
2019-03-15 20:21:52 +00:00
} ,
} ,
Streams : [ ] grpc . StreamDesc { } ,
Metadata : "inspector.proto" ,
}
2019-04-02 15:55:58 +01:00
// HealthInspectorClient is the client API for HealthInspector service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type HealthInspectorClient interface {
2019-04-04 18:11:19 +01:00
// ObjectHealth will return stats about the health of an object
2019-04-02 15:55:58 +01:00
ObjectHealth ( ctx context . Context , in * ObjectHealthRequest , opts ... grpc . CallOption ) ( * ObjectHealthResponse , error )
2019-04-04 18:11:19 +01:00
// SegmentHealth will return stats about the health of a segment
2019-04-02 15:55:58 +01:00
SegmentHealth ( ctx context . Context , in * SegmentHealthRequest , opts ... grpc . CallOption ) ( * SegmentHealthResponse , error )
}
type healthInspectorClient struct {
cc * grpc . ClientConn
}
func NewHealthInspectorClient ( cc * grpc . ClientConn ) HealthInspectorClient {
return & healthInspectorClient { cc }
}
func ( c * healthInspectorClient ) ObjectHealth ( ctx context . Context , in * ObjectHealthRequest , opts ... grpc . CallOption ) ( * ObjectHealthResponse , error ) {
out := new ( ObjectHealthResponse )
err := c . cc . Invoke ( ctx , "/inspector.HealthInspector/ObjectHealth" , in , out , opts ... )
if err != nil {
return nil , err
}
return out , nil
}
func ( c * healthInspectorClient ) SegmentHealth ( ctx context . Context , in * SegmentHealthRequest , opts ... grpc . CallOption ) ( * SegmentHealthResponse , error ) {
out := new ( SegmentHealthResponse )
err := c . cc . Invoke ( ctx , "/inspector.HealthInspector/SegmentHealth" , in , out , opts ... )
if err != nil {
return nil , err
}
return out , nil
}
// HealthInspectorServer is the server API for HealthInspector service.
type HealthInspectorServer interface {
2019-04-04 18:11:19 +01:00
// ObjectHealth will return stats about the health of an object
2019-04-02 15:55:58 +01:00
ObjectHealth ( context . Context , * ObjectHealthRequest ) ( * ObjectHealthResponse , error )
2019-04-04 18:11:19 +01:00
// SegmentHealth will return stats about the health of a segment
2019-04-02 15:55:58 +01:00
SegmentHealth ( context . Context , * SegmentHealthRequest ) ( * SegmentHealthResponse , error )
}
func RegisterHealthInspectorServer ( s * grpc . Server , srv HealthInspectorServer ) {
s . RegisterService ( & _HealthInspector_serviceDesc , srv )
}
func _HealthInspector_ObjectHealth_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc . UnaryServerInterceptor ) ( interface { } , error ) {
in := new ( ObjectHealthRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
if interceptor == nil {
return srv . ( HealthInspectorServer ) . ObjectHealth ( ctx , in )
}
info := & grpc . UnaryServerInfo {
Server : srv ,
FullMethod : "/inspector.HealthInspector/ObjectHealth" ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
return srv . ( HealthInspectorServer ) . ObjectHealth ( ctx , req . ( * ObjectHealthRequest ) )
}
return interceptor ( ctx , in , info , handler )
}
func _HealthInspector_SegmentHealth_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc . UnaryServerInterceptor ) ( interface { } , error ) {
in := new ( SegmentHealthRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
if interceptor == nil {
return srv . ( HealthInspectorServer ) . SegmentHealth ( ctx , in )
}
info := & grpc . UnaryServerInfo {
Server : srv ,
FullMethod : "/inspector.HealthInspector/SegmentHealth" ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
return srv . ( HealthInspectorServer ) . SegmentHealth ( ctx , req . ( * SegmentHealthRequest ) )
}
return interceptor ( ctx , in , info , handler )
}
var _HealthInspector_serviceDesc = grpc . ServiceDesc {
ServiceName : "inspector.HealthInspector" ,
HandlerType : ( * HealthInspectorServer ) ( nil ) ,
Methods : [ ] grpc . MethodDesc {
{
MethodName : "ObjectHealth" ,
Handler : _HealthInspector_ObjectHealth_Handler ,
} ,
{
MethodName : "SegmentHealth" ,
Handler : _HealthInspector_SegmentHealth_Handler ,
} ,
} ,
Streams : [ ] grpc . StreamDesc { } ,
Metadata : "inspector.proto" ,
}