diagnosticspb

package
v1.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package diagnosticspb is a generated protocol buffer package.

It is generated from these files:

cockroach/pkg/server/diagnosticspb/diagnostics.proto

It has these top-level messages:

DiagnosticReport
NodeInfo
StoreInfo

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthDiagnostics = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowDiagnostics   = fmt.Errorf("proto: integer overflow")
)

Functions

This section is empty.

Types

type DiagnosticReport

type DiagnosticReport struct {
	Node                NodeInfo                                     `protobuf:"bytes,1,opt,name=node" json:"node"`
	Stores              []StoreInfo                                  `protobuf:"bytes,2,rep,name=stores" json:"stores"`
	Schema              []cockroach_sql_sqlbase1.TableDescriptor     `protobuf:"bytes,3,rep,name=schema" json:"schema"`
	SqlStats            []cockroach_sql.CollectedStatementStatistics `protobuf:"bytes,4,rep,name=sql_stats,json=sqlStats" json:"sql_stats"`
	UnimplementedErrors map[string]int64                             `` /* 200-byte string literal not displayed */
}

func (*DiagnosticReport) Descriptor

func (*DiagnosticReport) Descriptor() ([]byte, []int)

func (*DiagnosticReport) Marshal

func (m *DiagnosticReport) Marshal() (dAtA []byte, err error)

func (*DiagnosticReport) MarshalTo

func (m *DiagnosticReport) MarshalTo(dAtA []byte) (int, error)

func (*DiagnosticReport) ProtoMessage

func (*DiagnosticReport) ProtoMessage()

func (*DiagnosticReport) Reset

func (m *DiagnosticReport) Reset()

func (*DiagnosticReport) Size

func (m *DiagnosticReport) Size() (n int)

func (*DiagnosticReport) String

func (m *DiagnosticReport) String() string

func (*DiagnosticReport) Unmarshal

func (m *DiagnosticReport) Unmarshal(dAtA []byte) error

type