Versions in this module Expand all Collapse all v1 v1.12.1 Mar 30, 2020 Changes in this version + func RegisterLoadReportingServiceServer(s *grpc.Server, srv LoadReportingServiceServer) + type LoadReportingServiceClient interface + StreamLoadStats func(ctx context.Context, opts ...grpc.CallOption) (LoadReportingService_StreamLoadStatsClient, error) + func NewLoadReportingServiceClient(cc *grpc.ClientConn) LoadReportingServiceClient + type LoadReportingServiceServer interface + StreamLoadStats func(LoadReportingService_StreamLoadStatsServer) error + type LoadReportingService_StreamLoadStatsClient interface + Recv func() (*LoadStatsResponse, error) + Send func(*LoadStatsRequest) error + type LoadReportingService_StreamLoadStatsServer interface + Recv func() (*LoadStatsRequest, error) + Send func(*LoadStatsResponse) error + type LoadStatsRequest struct + ClusterStats []*endpoint.ClusterStats + Node *core.Node + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LoadStatsRequest) Descriptor() ([]byte, []int) + func (*LoadStatsRequest) ProtoMessage() + func (m *LoadStatsRequest) GetClusterStats() []*endpoint.ClusterStats + func (m *LoadStatsRequest) GetNode() *core.Node + func (m *LoadStatsRequest) Reset() + func (m *LoadStatsRequest) String() string + func (m *LoadStatsRequest) XXX_DiscardUnknown() + func (m *LoadStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LoadStatsRequest) XXX_Merge(src proto.Message) + func (m *LoadStatsRequest) XXX_Size() int + func (m *LoadStatsRequest) XXX_Unmarshal(b []byte) error + type LoadStatsResponse struct + Clusters []string + LoadReportingInterval *types.Duration + ReportEndpointGranularity bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LoadStatsResponse) Descriptor() ([]byte, []int) + func (*LoadStatsResponse) ProtoMessage() + func (m *LoadStatsResponse) GetClusters() []string + func (m *LoadStatsResponse) GetLoadReportingInterval() *types.Duration + func (m *LoadStatsResponse) GetReportEndpointGranularity() bool + func (m *LoadStatsResponse) Reset() + func (m *LoadStatsResponse) String() string + func (m *LoadStatsResponse) XXX_DiscardUnknown() + func (m *LoadStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LoadStatsResponse) XXX_Merge(src proto.Message) + func (m *LoadStatsResponse) XXX_Size() int + func (m *LoadStatsResponse) XXX_Unmarshal(b []byte) error