Versions in this module Expand all Collapse all v1 v1.0.1 May 18, 2017 Changes in this version + var DrainMode_name = map[int32]string + var DrainMode_value = map[string]int32 + var ErrIntOverflowAdmin = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowStatus = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthAdmin = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthStatus = fmt.Errorf("proto: negative length found during unmarshaling") + var ZoneConfigurationLevel_name = map[int32]string + var ZoneConfigurationLevel_value = map[string]int32 + func RegisterAdminHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterAdminHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterAdminServer(s *grpc.Server, srv AdminServer) + func RegisterStatusHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterStatusHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterStatusServer(s *grpc.Server, srv StatusServer) + type AdminClient interface + Cluster func(ctx context.Context, in *ClusterRequest, opts ...grpc.CallOption) (*ClusterResponse, error) + DatabaseDetails func(ctx context.Context, in *DatabaseDetailsRequest, opts ...grpc.CallOption) (*DatabaseDetailsResponse, error) + Databases func(ctx context.Context, in *DatabasesRequest, opts ...grpc.CallOption) (*DatabasesResponse, error) + Drain func(ctx context.Context, in *DrainRequest, opts ...grpc.CallOption) (Admin_DrainClient, error) + Events func(ctx context.Context, in *EventsRequest, opts ...grpc.CallOption) (*EventsResponse, error) + GetUIData func(ctx context.Context, in *GetUIDataRequest, opts ...grpc.CallOption) (*GetUIDataResponse, error) + Health func(ctx context.Context, in *HealthRequest, opts ...grpc.CallOption) (*HealthResponse, error) + Liveness func(ctx context.Context, in *LivenessRequest, opts ...grpc.CallOption) (*LivenessResponse, error) + SetUIData func(ctx context.Context, in *SetUIDataRequest, opts ...grpc.CallOption) (*SetUIDataResponse, error) + Settings func(ctx context.Context, in *SettingsRequest, opts ...grpc.CallOption) (*SettingsResponse, error) + TableDetails func(ctx context.Context, in *TableDetailsRequest, opts ...grpc.CallOption) (*TableDetailsResponse, error) + TableStats func(ctx context.Context, in *TableStatsRequest, opts ...grpc.CallOption) (*TableStatsResponse, error) + Users func(ctx context.Context, in *UsersRequest, opts ...grpc.CallOption) (*UsersResponse, error) + func NewAdminClient(cc *grpc.ClientConn) AdminClient + type AdminServer interface + Cluster func(context.Context, *ClusterRequest) (*ClusterResponse, error) + DatabaseDetails func(context.Context, *DatabaseDetailsRequest) (*DatabaseDetailsResponse, error) + Databases func(context.Context, *DatabasesRequest) (*DatabasesResponse, error) + Drain func(*DrainRequest, Admin_DrainServer) error + Events func(context.Context, *EventsRequest) (*EventsResponse, error) + GetUIData func(context.Context, *GetUIDataRequest) (*GetUIDataResponse, error) + Health func(context.Context, *HealthRequest) (*HealthResponse, error) + Liveness func(context.Context, *LivenessRequest) (*LivenessResponse, error) + SetUIData func(context.Context, *SetUIDataRequest) (*SetUIDataResponse, error) + Settings func(context.Context, *SettingsRequest) (*SettingsResponse, error) + TableDetails func(context.Context, *TableDetailsRequest) (*TableDetailsResponse, error) + TableStats func(context.Context, *TableStatsRequest) (*TableStatsResponse, error) + Users func(context.Context, *UsersRequest) (*UsersResponse, error) + type Admin_DrainClient interface + Recv func() (*DrainResponse, error) + type Admin_DrainServer interface + Send func(*DrainResponse) error + type ClusterRequest struct + func (*ClusterRequest) Descriptor() ([]byte, []int) + func (*ClusterRequest) ProtoMessage() + func (m *ClusterRequest) Marshal() (dAtA []byte, err error) + func (m *ClusterRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ClusterRequest) Reset() + func (m *ClusterRequest) Size() (n int) + func (m *ClusterRequest) String() string + func (m *ClusterRequest) Unmarshal(dAtA []byte) error + type ClusterResponse struct + ClusterID string + func (*ClusterResponse) Descriptor() ([]byte, []int) + func (*ClusterResponse) ProtoMessage() + func (m *ClusterResponse) Marshal() (dAtA []byte, err error) + func (m *ClusterResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ClusterResponse) Reset() + func (m *ClusterResponse) Size() (n int) + func (m *ClusterResponse) String() string + func (m *ClusterResponse) Unmarshal(dAtA []byte) error + type DatabaseDetailsRequest struct + Database string + func (*DatabaseDetailsRequest) Descriptor() ([]byte, []int) + func (*DatabaseDetailsRequest) ProtoMessage() + func (m *DatabaseDetailsRequest) Marshal() (dAtA []byte, err error) + func (m *DatabaseDetailsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *DatabaseDetailsRequest) Reset() + func (m *DatabaseDetailsRequest) Size() (n int) + func (m *DatabaseDetailsRequest) String() string + func (m *DatabaseDetailsRequest) Unmarshal(dAtA []byte) error + type DatabaseDetailsResponse struct + DescriptorID int64 + Grants []DatabaseDetailsResponse_Grant + TableNames []string + ZoneConfig cockroach_config.ZoneConfig + ZoneConfigLevel ZoneConfigurationLevel + func (*DatabaseDetailsResponse) Descriptor() ([]byte, []int) + func (*DatabaseDetailsResponse) ProtoMessage() + func (m *DatabaseDetailsResponse) Marshal() (dAtA []byte, err error) + func (m *DatabaseDetailsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *DatabaseDetailsResponse) Reset() + func (m *DatabaseDetailsResponse) Size() (n int) + func (m *DatabaseDetailsResponse) String() string + func (m *DatabaseDetailsResponse) Unmarshal(dAtA []byte) error + type DatabaseDetailsResponse_Grant struct + Privileges []string + User string + func (*DatabaseDetailsResponse_Grant) Descriptor() ([]byte, []int) + func (*DatabaseDetailsResponse_Grant) ProtoMessage() + func (m *DatabaseDetailsResponse_Grant) Marshal() (dAtA []byte, err error) + func (m *DatabaseDetailsResponse_Grant) MarshalTo(dAtA []byte) (int, error) + func (m *DatabaseDetailsResponse_Grant) Reset() + func (m *DatabaseDetailsResponse_Grant) Size() (n int) + func (m *DatabaseDetailsResponse_Grant) String() string + func (m *DatabaseDetailsResponse_Grant) Unmarshal(dAtA []byte) error + type DatabasesRequest struct + func (*DatabasesRequest) Descriptor() ([]byte, []int) + func (*DatabasesRequest) ProtoMessage() + func (m *DatabasesRequest) Marshal() (dAtA []byte, err error) + func (m *DatabasesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *DatabasesRequest) Reset() + func (m *DatabasesRequest) Size() (n int) + func (m *DatabasesRequest) String() string + func (m *DatabasesRequest) Unmarshal(dAtA []byte) error + type DatabasesResponse struct + Databases []string + func (*DatabasesResponse) Descriptor() ([]byte, []int) + func (*DatabasesResponse) ProtoMessage() + func (m *DatabasesResponse) Marshal() (dAtA []byte, err error) + func (m *DatabasesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *DatabasesResponse) Reset() + func (m *DatabasesResponse) Size() (n int) + func (m *DatabasesResponse) String() string + func (m *DatabasesResponse) Unmarshal(dAtA []byte) error + type DetailsRequest struct + NodeId string + func (*DetailsRequest) Descriptor() ([]byte, []int) + func (*DetailsRequest) ProtoMessage() + func (m *DetailsRequest) Marshal() (dAtA []byte, err error) + func (m *DetailsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *DetailsRequest) Reset() + func (m *DetailsRequest) Size() (n int) + func (m *DetailsRequest) String() string + func (m *DetailsRequest) Unmarshal(dAtA []byte) error + type DetailsResponse struct + Address cockroach_util.UnresolvedAddr + BuildInfo cockroach_build.Info + NodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + func (*DetailsResponse) Descriptor() ([]byte, []int) + func (*DetailsResponse) ProtoMessage() + func (m *DetailsResponse) Marshal() (dAtA []byte, err error) + func (m *DetailsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *DetailsResponse) Reset() + func (m *DetailsResponse) Size() (n int) + func (m *DetailsResponse) String() string + func (m *DetailsResponse) Unmarshal(dAtA []byte) error + type DrainMode int32 + const DrainMode_CLIENT + const DrainMode_LEASES + func (DrainMode) EnumDescriptor() ([]byte, []int) + func (x DrainMode) String() string + type DrainRequest struct + Off []int32 + On []int32 + Shutdown bool + func (*DrainRequest) Descriptor() ([]byte, []int) + func (*DrainRequest) ProtoMessage() + func (m *DrainRequest) Marshal() (dAtA []byte, err error) + func (m *DrainRequest) MarshalTo(dAtA []byte) (int, error) + func (m *DrainRequest) Reset() + func (m *DrainRequest) Size() (n int) + func (m *DrainRequest) String() string + func (m *DrainRequest) Unmarshal(dAtA []byte) error + type DrainResponse struct + On []int32 + func (*DrainResponse) Descriptor() ([]byte, []int) + func (*DrainResponse) ProtoMessage() + func (m *DrainResponse) Marshal() (dAtA []byte, err error) + func (m *DrainResponse) MarshalTo(dAtA []byte) (int, error) + func (m *DrainResponse) Reset() + func (m *DrainResponse) Size() (n int) + func (m *DrainResponse) String() string + func (m *DrainResponse) Unmarshal(dAtA []byte) error + type EventsRequest struct + TargetId int64 + Type string + func (*EventsRequest) Descriptor() ([]byte, []int) + func (*EventsRequest) ProtoMessage() + func (m *EventsRequest) Marshal() (dAtA []byte, err error) + func (m *EventsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *EventsRequest) Reset() + func (m *EventsRequest) Size() (n int) + func (m *EventsRequest) String() string + func (m *EventsRequest) Unmarshal(dAtA []byte) error + type EventsResponse struct + Events []EventsResponse_Event + func (*EventsResponse) Descriptor() ([]byte, []int) + func (*EventsResponse) ProtoMessage() + func (m *EventsResponse) Marshal() (dAtA []byte, err error) + func (m *EventsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *EventsResponse) Reset() + func (m *EventsResponse) Size() (n int) + func (m *EventsResponse) String() string + func (m *EventsResponse) Unmarshal(dAtA []byte) error + type EventsResponse_Event struct + EventType string + Info string + ReportingID int64 + TargetID int64 + Timestamp time.Time + UniqueID []byte + func (*EventsResponse_Event) Descriptor() ([]byte, []int) + func (*EventsResponse_Event) ProtoMessage() + func (m *EventsResponse_Event) Marshal() (dAtA []byte, err error) + func (m *EventsResponse_Event) MarshalTo(dAtA []byte) (int, error) + func (m *EventsResponse_Event) Reset() + func (m *EventsResponse_Event) Size() (n int) + func (m *EventsResponse_Event) String() string + func (m *EventsResponse_Event) Unmarshal(dAtA []byte) error + type GetUIDataRequest struct + Keys []string + func (*GetUIDataRequest) Descriptor() ([]byte, []int) + func (*GetUIDataRequest) ProtoMessage() + func (m *GetUIDataRequest) Marshal() (dAtA []byte, err error) + func (m *GetUIDataRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetUIDataRequest) Reset() + func (m *GetUIDataRequest) Size() (n int) + func (m *GetUIDataRequest) String() string + func (m *GetUIDataRequest) Unmarshal(dAtA []byte) error + type GetUIDataResponse struct + KeyValues map[string]GetUIDataResponse_Value + func (*GetUIDataResponse) Descriptor() ([]byte, []int) + func (*GetUIDataResponse) ProtoMessage() + func (m *GetUIDataResponse) Marshal() (dAtA []byte, err error) + func (m *GetUIDataResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetUIDataResponse) Reset() + func (m *GetUIDataResponse) Size() (n int) + func (m *GetUIDataResponse) String() string + func (m *GetUIDataResponse) Unmarshal(dAtA []byte) error + type GetUIDataResponse_Value struct + LastUpdated time.Time + Value []byte + func (*GetUIDataResponse_Value) Descriptor() ([]byte, []int) + func (*GetUIDataResponse_Value) ProtoMessage() + func (m *GetUIDataResponse_Value) Marshal() (dAtA []byte, err error) + func (m *GetUIDataResponse_Value) MarshalTo(dAtA []byte) (int, error) + func (m *GetUIDataResponse_Value) Reset() + func (m *GetUIDataResponse_Value) Size() (n int) + func (m *GetUIDataResponse_Value) String() string + func (m *GetUIDataResponse_Value) Unmarshal(dAtA []byte) error + type GossipRequest struct + NodeId string + func (*GossipRequest) Descriptor() ([]byte, []int) + func (*GossipRequest) ProtoMessage() + func (m *GossipRequest) Marshal() (dAtA []byte, err error) + func (m *GossipRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GossipRequest) Reset() + func (m *GossipRequest) Size() (n int) + func (m *GossipRequest) String() string + func (m *GossipRequest) Unmarshal(dAtA []byte) error + type HealthRequest struct + func (*HealthRequest) Descriptor() ([]byte, []int) + func (*HealthRequest) ProtoMessage() + func (m *HealthRequest) Marshal() (dAtA []byte, err error) + func (m *HealthRequest) MarshalTo(dAtA []byte) (int, error) + func (m *HealthRequest) Reset() + func (m *HealthRequest) Size() (n int) + func (m *HealthRequest) String() string + func (m *HealthRequest) Unmarshal(dAtA []byte) error + type HealthResponse struct + func (*HealthResponse) Descriptor() ([]byte, []int) + func (*HealthResponse) ProtoMessage() + func (m *HealthResponse) Marshal() (dAtA []byte, err error) + func (m *HealthResponse) MarshalTo(dAtA []byte) (int, error) + func (m *HealthResponse) Reset() + func (m *HealthResponse) Size() (n int) + func (m *HealthResponse) String() string + func (m *HealthResponse) Unmarshal(dAtA []byte) error + type JSONResponse struct + Data []byte + func (*JSONResponse) Descriptor() ([]byte, []int) + func (*JSONResponse) ProtoMessage() + func (m *JSONResponse) Marshal() (dAtA []byte, err error) + func (m *JSONResponse) MarshalTo(dAtA []byte) (int, error) + func (m *JSONResponse) Reset() + func (m *JSONResponse) Size() (n int) + func (m *JSONResponse) String() string + func (m *JSONResponse) Unmarshal(dAtA []byte) error + type LivenessRequest struct + func (*LivenessRequest) Descriptor() ([]byte, []int) + func (*LivenessRequest) ProtoMessage() + func (m *LivenessRequest) Marshal() (dAtA []byte, err error) + func (m *LivenessRequest) MarshalTo(dAtA []byte) (int, error) + func (m *LivenessRequest) Reset() + func (m *LivenessRequest) Size() (n int) + func (m *LivenessRequest) String() string + func (m *LivenessRequest) Unmarshal(dAtA []byte) error + type LivenessResponse struct + Livenesses []cockroach_storage.Liveness + func (*LivenessResponse) Descriptor() ([]byte, []int) + func (*LivenessResponse) ProtoMessage() + func (m *LivenessResponse) Marshal() (dAtA []byte, err error) + func (m *LivenessResponse) MarshalTo(dAtA []byte) (int, error) + func (m *LivenessResponse) Reset() + func (m *LivenessResponse) Size() (n int) + func (m *LivenessResponse) String() string + func (m *LivenessResponse) Unmarshal(dAtA []byte) error + type LogEntriesResponse struct + Entries []cockroach_util_log.Entry + func (*LogEntriesResponse) Descriptor() ([]byte, []int) + func (*LogEntriesResponse) ProtoMessage() + func (m *LogEntriesResponse) Marshal() (dAtA []byte, err error) + func (m *LogEntriesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *LogEntriesResponse) Reset() + func (m *LogEntriesResponse) Size() (n int) + func (m *LogEntriesResponse) String() string + func (m *LogEntriesResponse) Unmarshal(dAtA []byte) error + type LogFileRequest struct + File string + NodeId string + func (*LogFileRequest) Descriptor() ([]byte, []int) + func (*LogFileRequest) ProtoMessage() + func (m *LogFileRequest) Marshal() (dAtA []byte, err error) + func (m *LogFileRequest) MarshalTo(dAtA []byte) (int, error) + func (m *LogFileRequest) Reset() + func (m *LogFileRequest) Size() (n int) + func (m *LogFileRequest) String() string + func (m *LogFileRequest) Unmarshal(dAtA []byte) error + type LogFilesListRequest struct + NodeId string + func (*LogFilesListRequest) Descriptor() ([]byte, []int) + func (*LogFilesListRequest) ProtoMessage() + func (m *LogFilesListRequest) Marshal() (dAtA []byte, err error) + func (m *LogFilesListRequest) MarshalTo(dAtA []byte) (int, error) + func (m *LogFilesListRequest) Reset() + func (m *LogFilesListRequest) Size() (n int) + func (m *LogFilesListRequest) String() string + func (m *LogFilesListRequest) Unmarshal(dAtA []byte) error + type LogFilesListResponse struct + Files []cockroach_util_log.FileInfo + func (*LogFilesListResponse) Descriptor() ([]byte, []int) + func (*LogFilesListResponse) ProtoMessage() + func (m *LogFilesListResponse) Marshal() (dAtA []byte, err error) + func (m *LogFilesListResponse) MarshalTo(dAtA []byte) (int, error) + func (m *LogFilesListResponse) Reset() + func (m *LogFilesListResponse) Size() (n int) + func (m *LogFilesListResponse) String() string + func (m *LogFilesListResponse) Unmarshal(dAtA []byte) error + type LogsRequest struct + EndTime string + Level string + Max string + NodeId string + Pattern string + StartTime string + func (*LogsRequest) Descriptor() ([]byte, []int) + func (*LogsRequest) ProtoMessage() + func (m *LogsRequest) Marshal() (dAtA []byte, err error) + func (m *LogsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *LogsRequest) Reset() + func (m *LogsRequest) Size() (n int) + func (m *LogsRequest) String() string + func (m *LogsRequest) Unmarshal(dAtA []byte) error + type MetricsRequest struct + NodeId string + func (*MetricsRequest) Descriptor() ([]byte, []int) + func (*MetricsRequest) ProtoMessage() + func (m *MetricsRequest) Marshal() (dAtA []byte, err error) + func (m *MetricsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *MetricsRequest) Reset() + func (m *MetricsRequest) Size() (n int) + func (m *MetricsRequest) String() string + func (m *MetricsRequest) Unmarshal(dAtA []byte) error + type NodeRequest struct + NodeId string + func (*NodeRequest) Descriptor() ([]byte, []int) + func (*NodeRequest) ProtoMessage() + func (m *NodeRequest) Marshal() (dAtA []byte, err error) + func (m *NodeRequest) MarshalTo(dAtA []byte) (int, error) + func (m *NodeRequest) Reset() + func (m *NodeRequest) Size() (n int) + func (m *NodeRequest) String() string + func (m *NodeRequest) Unmarshal(dAtA []byte) error + type NodesRequest struct + func (*NodesRequest) Descriptor() ([]byte, []int) + func (*NodesRequest) ProtoMessage() + func (m *NodesRequest) Marshal() (dAtA []byte, err error) + func (m *NodesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *NodesRequest) Reset() + func (m *NodesRequest) Size() (n int) + func (m *NodesRequest) String() string + func (m *NodesRequest) Unmarshal(dAtA []byte) error + type NodesResponse struct + Nodes []cockroach_server_status.NodeStatus + func (*NodesResponse) Descriptor() ([]byte, []int) + func (*NodesResponse) ProtoMessage() + func (m *NodesResponse) Marshal() (dAtA []byte, err error) + func (m *NodesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *NodesResponse) Reset() + func (m *NodesResponse) Size() (n int) + func (m *NodesResponse) String() string + func (m *NodesResponse) Unmarshal(dAtA []byte) error + type PrettySpan struct + EndKey string + StartKey string + func (*PrettySpan) Descriptor() ([]byte, []int) + func (*PrettySpan) ProtoMessage() + func (m *PrettySpan) Marshal() (dAtA []byte, err error) + func (m *PrettySpan) MarshalTo(dAtA []byte) (int, error) + func (m *PrettySpan) Reset() + func (m *PrettySpan) Size() (n int) + func (m *PrettySpan) String() string + func (m *PrettySpan) Unmarshal(dAtA []byte) error + type RaftDebugRequest struct + RangeIDs []github_com_cockroachdb_cockroach_pkg_roachpb.RangeID + func (*RaftDebugRequest) Descriptor() ([]byte, []int) + func (*RaftDebugRequest) ProtoMessage() + func (m *RaftDebugRequest) Marshal() (dAtA []byte, err error) + func (m *RaftDebugRequest) MarshalTo(dAtA []byte) (int, error) + func (m *RaftDebugRequest) Reset() + func (m *RaftDebugRequest) Size() (n int) + func (m *RaftDebugRequest) String() string + func (m *RaftDebugRequest) Unmarshal(dAtA []byte) error + type RaftDebugResponse struct + Errors []RaftRangeError + Ranges map[github_com_cockroachdb_cockroach_pkg_roachpb.RangeID]RaftRangeStatus + func (*RaftDebugResponse) Descriptor() ([]byte, []int) + func (*RaftDebugResponse) ProtoMessage() + func (m *RaftDebugResponse) Marshal() (dAtA []byte, err error) + func (m *RaftDebugResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RaftDebugResponse) Reset() + func (m *RaftDebugResponse) Size() (n int) + func (m *RaftDebugResponse) String() string + func (m *RaftDebugResponse) Unmarshal(dAtA []byte) error + type RaftRangeError struct + Message string + func (*RaftRangeError) Descriptor() ([]byte, []int) + func (*RaftRangeError) ProtoMessage() + func (m *RaftRangeError) Marshal() (dAtA []byte, err error) + func (m *RaftRangeError) MarshalTo(dAtA []byte) (int, error) + func (m *RaftRangeError) Reset() + func (m *RaftRangeError) Size() (n int) + func (m *RaftRangeError) String() string + func (m *RaftRangeError) Unmarshal(dAtA []byte) error + type RaftRangeNode struct + NodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + Range RangeInfo + func (*RaftRangeNode) Descriptor() ([]byte, []int) + func (*RaftRangeNode) ProtoMessage() + func (m *RaftRangeNode) Marshal() (dAtA []byte, err error) + func (m *RaftRangeNode) MarshalTo(dAtA []byte) (int, error) + func (m *RaftRangeNode) Reset() + func (m *RaftRangeNode) Size() (n int) + func (m *RaftRangeNode) String() string + func (m *RaftRangeNode) Unmarshal(dAtA []byte) error + type RaftRangeStatus struct + Errors []RaftRangeError + Nodes []RaftRangeNode + RangeID github_com_cockroachdb_cockroach_pkg_roachpb.RangeID + func (*RaftRangeStatus) Descriptor() ([]byte, []int) + func (*RaftRangeStatus) ProtoMessage() + func (m *RaftRangeStatus) Marshal() (dAtA []byte, err error) + func (m *RaftRangeStatus) MarshalTo(dAtA []byte) (int, error) + func (m *RaftRangeStatus) Reset() + func (m *RaftRangeStatus) Size() (n int) + func (m *RaftRangeStatus) String() string + func (m *RaftRangeStatus) Unmarshal(dAtA []byte) error + type RaftState struct + Applied uint64 + HardState raftpb.HardState + Lead uint64 + Progress map[uint64]RaftState_Progress + ReplicaID uint64 + State string + func (*RaftState) Descriptor() ([]byte, []int) + func (*RaftState) ProtoMessage() + func (m *RaftState) Marshal() (dAtA []byte, err error) + func (m *RaftState) MarshalTo(dAtA []byte) (int, error) + func (m *RaftState) Reset() + func (m *RaftState) Size() (n int) + func (m *RaftState) String() string + func (m *RaftState) Unmarshal(dAtA []byte) error + type RaftState_Progress struct + Match uint64 + Next uint64 + Paused bool + PendingSnapshot uint64 + State string + func (*RaftState_Progress) Descriptor() ([]byte, []int) + func (*RaftState_Progress) ProtoMessage() + func (m *RaftState_Progress) Marshal() (dAtA []byte, err error) + func (m *RaftState_Progress) MarshalTo(dAtA []byte) (int, error) + func (m *RaftState_Progress) Reset() + func (m *RaftState_Progress) Size() (n int) + func (m *RaftState_Progress) String() string + func (m *RaftState_Progress) Unmarshal(dAtA []byte) error + type RangeInfo struct + ErrorMessage string + LeaseHistory []cockroach_roachpb1.Lease + Problems RangeProblems + RaftState RaftState + SourceNodeID github_com_cockroachdb_cockroach_pkg_roachpb.NodeID + SourceStoreID github_com_cockroachdb_cockroach_pkg_roachpb.StoreID + Span PrettySpan + State cockroach_storage_storagebase.RangeInfo + func (*RangeInfo) Descriptor() ([]byte, []int) + func (*RangeInfo) ProtoMessage() + func (m *RangeInfo) Marshal() (dAtA []byte, err error) + func (m *RangeInfo) MarshalTo(dAtA []byte) (int, error) + func (m *RangeInfo) Reset() + func (m *RangeInfo) Size() (n int) + func (m *RangeInfo) String() string + func (m *RangeInfo) Unmarshal(dAtA []byte) error + type RangeProblems struct + LeaderNotLeaseHolder bool + Unavailable bool + func (*RangeProblems) Descriptor() ([]byte, []int) + func (*RangeProblems) ProtoMessage() + func (m *RangeProblems) Marshal() (dAtA []byte, err error) + func (m *RangeProblems) MarshalTo(dAtA []byte) (int, error) + func (m *RangeProblems) Reset() + func (m *RangeProblems) Size() (n int) + func (m *RangeProblems) String() string + func (m *RangeProblems) Unmarshal(dAtA []byte) error + type RangesRequest struct + NodeId string + RangeIDs []github_com_cockroachdb_cockroach_pkg_roachpb.RangeID + func (*RangesRequest) Descriptor() ([]byte, []int) + func (*RangesRequest) ProtoMessage() + func (m *RangesRequest) Marshal() (dAtA []byte, err error) + func (m *RangesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *RangesRequest) Reset() + func (m *RangesRequest) Size() (n int) + func (m *RangesRequest) String() string + func (m *RangesRequest) Unmarshal(dAtA []byte) error + type RangesResponse struct + Ranges []RangeInfo + func (*RangesResponse) Descriptor() ([]byte, []int) + func (*RangesResponse) ProtoMessage() + func (m *RangesResponse) Marshal() (dAtA []byte, err error) + func (m *RangesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RangesResponse) Reset() + func (m *RangesResponse) Size() (n int) + func (m *RangesResponse) String() string + func (m *RangesResponse) Unmarshal(dAtA []byte) error + type SetUIDataRequest struct + KeyValues map[string][]byte + func (*SetUIDataRequest) Descriptor() ([]byte, []int) + func (*SetUIDataRequest) ProtoMessage() + func (m *SetUIDataRequest) Marshal() (dAtA []byte, err error) + func (m *SetUIDataRequest) MarshalTo(dAtA []byte) (int, error) + func (m *SetUIDataRequest) Reset() + func (m *SetUIDataRequest) Size() (n int) + func (m *SetUIDataRequest) String() string + func (m *SetUIDataRequest) Unmarshal(dAtA []byte) error + type SetUIDataResponse struct + func (*SetUIDataResponse) Descriptor() ([]byte, []int) + func (*SetUIDataResponse) ProtoMessage() + func (m *SetUIDataResponse) Marshal() (dAtA []byte, err error) + func (m *SetUIDataResponse) MarshalTo(dAtA []byte) (int, error) + func (m *SetUIDataResponse) Reset() + func (m *SetUIDataResponse) Size() (n int) + func (m *SetUIDataResponse) String() string + func (m *SetUIDataResponse) Unmarshal(dAtA []byte) error + type SettingsRequest struct + Keys []string + func (*SettingsRequest) Descriptor() ([]byte, []int) + func (*SettingsRequest) ProtoMessage() + func (m *SettingsRequest) Marshal() (dAtA []byte, err error) + func (m *SettingsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *SettingsRequest) Reset() + func (m *SettingsRequest) Size() (n int) + func (m *SettingsRequest) String() string + func (m *SettingsRequest) Unmarshal(dAtA []byte) error + type SettingsResponse struct + KeyValues map[string]SettingsResponse_Value + func (*SettingsResponse) Descriptor() ([]byte, []int) + func (*SettingsResponse) ProtoMessage() + func (m *SettingsResponse) Marshal() (dAtA []byte, err error) + func (m *SettingsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *SettingsResponse) Reset() + func (m *SettingsResponse) Size() (n int) + func (m *SettingsResponse) String() string + func (m *SettingsResponse) Unmarshal(dAtA []byte) error + type SettingsResponse_Value struct + Description string + Type string + Value string + func (*SettingsResponse_Value) Descriptor() ([]byte, []int) + func (*SettingsResponse_Value) ProtoMessage() + func (m *SettingsResponse_Value) Marshal() (dAtA []byte, err error) + func (m *SettingsResponse_Value) MarshalTo(dAtA []byte) (int, error) + func (m *SettingsResponse_Value) Reset() + func (m *SettingsResponse_Value) Size() (n int) + func (m *SettingsResponse_Value) String() string + func (m *SettingsResponse_Value) Unmarshal(dAtA []byte) error + type SpanStatsRequest struct + EndKey github_com_cockroachdb_cockroach_pkg_roachpb.RKey + NodeID string + StartKey github_com_cockroachdb_cockroach_pkg_roachpb.RKey + func (*SpanStatsRequest) Descriptor() ([]byte, []int) + func (*SpanStatsRequest) ProtoMessage() + func (m *SpanStatsRequest) Marshal() (dAtA []byte, err error) + func (m *SpanStatsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *SpanStatsRequest) Reset() + func (m *SpanStatsRequest) Size() (n int) + func (m *SpanStatsRequest) String() string + func (m *SpanStatsRequest) Unmarshal(dAtA []byte) error + type SpanStatsResponse struct + RangeCount int32 + TotalStats cockroach_storage_engine_enginepb.MVCCStats + func (*SpanStatsResponse) Descriptor() ([]byte, []int) + func (*SpanStatsResponse) ProtoMessage() + func (m *SpanStatsResponse) Marshal() (dAtA []byte, err error) + func (m *SpanStatsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *SpanStatsResponse) Reset() + func (m *SpanStatsResponse) Size() (n int) + func (m *SpanStatsResponse) String() string + func (m *SpanStatsResponse) Unmarshal(dAtA []byte) error + type StacksRequest struct + NodeId string + func (*StacksRequest) Descriptor() ([]byte, []int) + func (*StacksRequest) ProtoMessage() + func (m *StacksRequest) Marshal() (dAtA []byte, err error) + func (m *StacksRequest) MarshalTo(dAtA []byte) (int, error) + func (m *StacksRequest) Reset() + func (m *StacksRequest) Size() (n int) + func (m *StacksRequest) String() string + func (m *StacksRequest) Unmarshal(dAtA []byte) error + type StatusClient interface + Details func(ctx context.Context, in *DetailsRequest, opts ...grpc.CallOption) (*DetailsResponse, error) + Gossip func(ctx context.Context, in *GossipRequest, opts ...grpc.CallOption) (*cockroach_gossip.InfoStatus, error) + LogFile func(ctx context.Context, in *LogFileRequest, opts ...grpc.CallOption) (*LogEntriesResponse, error) + LogFilesList func(ctx context.Context, in *LogFilesListRequest, opts ...grpc.CallOption) (*LogFilesListResponse, error) + Logs func(ctx context.Context, in *LogsRequest, opts ...grpc.CallOption) (*LogEntriesResponse, error) + Metrics func(ctx context.Context, in *MetricsRequest, opts ...grpc.CallOption) (*JSONResponse, error) + Node func(ctx context.Context, in *NodeRequest, opts ...grpc.CallOption) (*cockroach_server_status.NodeStatus, error) + Nodes func(ctx context.Context, in *NodesRequest, opts ...grpc.CallOption) (*NodesResponse, error) + RaftDebug func(ctx context.Context, in *RaftDebugRequest, opts ...grpc.CallOption) (*RaftDebugResponse, error) + Ranges func(ctx context.Context, in *RangesRequest, opts ...grpc.CallOption) (*RangesResponse, error) + SpanStats func(ctx context.Context, in *SpanStatsRequest, opts ...grpc.CallOption) (*SpanStatsResponse, error) + Stacks func(ctx context.Context, in *StacksRequest, opts ...grpc.CallOption) (*JSONResponse, error) + func NewStatusClient(cc *grpc.ClientConn) StatusClient + type StatusServer interface + Details func(context.Context, *DetailsRequest) (*DetailsResponse, error) + Gossip func(context.Context, *GossipRequest) (*cockroach_gossip.InfoStatus, error) + LogFile func(context.Context, *LogFileRequest) (*LogEntriesResponse, error) + LogFilesList func(context.Context, *LogFilesListRequest) (*LogFilesListResponse, error) + Logs func(context.Context, *LogsRequest) (*LogEntriesResponse, error) + Metrics func(context.Context, *MetricsRequest) (*JSONResponse, error) + Node func(context.Context, *NodeRequest) (*cockroach_server_status.NodeStatus, error) + Nodes func(context.Context, *NodesRequest) (*NodesResponse, error) + RaftDebug func(context.Context, *RaftDebugRequest) (*RaftDebugResponse, error) + Ranges func(context.Context, *RangesRequest) (*RangesResponse, error) + SpanStats func(context.Context, *SpanStatsRequest) (*SpanStatsResponse, error) + Stacks func(context.Context, *StacksRequest) (*JSONResponse, error) + type TableDetailsRequest struct + Database string + Table string + func (*TableDetailsRequest) Descriptor() ([]byte, []int) + func (*TableDetailsRequest) ProtoMessage() + func (m *TableDetailsRequest) Marshal() (dAtA []byte, err error) + func (m *TableDetailsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *TableDetailsRequest) Reset() + func (m *TableDetailsRequest) Size() (n int) + func (m *TableDetailsRequest) String() string + func (m *TableDetailsRequest) Unmarshal(dAtA []byte) error + type TableDetailsResponse struct + Columns []TableDetailsResponse_Column + CreateTableStatement string + DescriptorID int64 + Grants []TableDetailsResponse_Grant + Indexes []TableDetailsResponse_Index + RangeCount int64 + ZoneConfig cockroach_config.ZoneConfig + ZoneConfigLevel ZoneConfigurationLevel + func (*TableDetailsResponse) Descriptor() ([]byte, []int) + func (*TableDetailsResponse) ProtoMessage() + func (m *TableDetailsResponse) Marshal() (dAtA []byte, err error) + func (m *TableDetailsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *TableDetailsResponse) Reset() + func (m *TableDetailsResponse) Size() (n int) + func (m *TableDetailsResponse) String() string + func (m *TableDetailsResponse) Unmarshal(dAtA []byte) error + type TableDetailsResponse_Column struct + DefaultValue string + Name string + Nullable bool + Type string + func (*TableDetailsResponse_Column) Descriptor() ([]byte, []int) + func (*TableDetailsResponse_Column) ProtoMessage() + func (m *TableDetailsResponse_Column) Marshal() (dAtA []byte, err error) + func (m *TableDetailsResponse_Column) MarshalTo(dAtA []byte) (int, error) + func (m *TableDetailsResponse_Column) Reset() + func (m *TableDetailsResponse_Column) Size() (n int) + func (m *TableDetailsResponse_Column) String() string + func (m *TableDetailsResponse_Column) Unmarshal(dAtA []byte) error + type TableDetailsResponse_Grant struct + Privileges []string + User string + func (*TableDetailsResponse_Grant) Descriptor() ([]byte, []int) + func (*TableDetailsResponse_Grant) ProtoMessage() + func (m *TableDetailsResponse_Grant) Marshal() (dAtA []byte, err error) + func (m *TableDetailsResponse_Grant) MarshalTo(dAtA []byte) (int, error) + func (m *TableDetailsResponse_Grant) Reset() + func (m *TableDetailsResponse_Grant) Size() (n int) + func (m *TableDetailsResponse_Grant) String() string + func (m *TableDetailsResponse_Grant) Unmarshal(dAtA []byte) error + type TableDetailsResponse_Index struct + Column string + Direction string + Implicit bool + Name string + Seq int64 + Storing bool + Unique bool + func (*TableDetailsResponse_Index) Descriptor() ([]byte, []int) + func (*TableDetailsResponse_Index) ProtoMessage() + func (m *TableDetailsResponse_Index) Marshal() (dAtA []byte, err error) + func (m *TableDetailsResponse_Index) MarshalTo(dAtA []byte) (int, error) + func (m *TableDetailsResponse_Index) Reset() + func (m *TableDetailsResponse_Index) Size() (n int) + func (m *TableDetailsResponse_Index) String() string + func (m *TableDetailsResponse_Index) Unmarshal(dAtA []byte) error + type TableStatsRequest struct + Database string + Table string + func (*TableStatsRequest) Descriptor() ([]byte, []int) + func (*TableStatsRequest) ProtoMessage() + func (m *TableStatsRequest) Marshal() (dAtA []byte, err error) + func (m *TableStatsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *TableStatsRequest) Reset() + func (m *TableStatsRequest) Size() (n int) + func (m *TableStatsRequest) String() string + func (m *TableStatsRequest) Unmarshal(dAtA []byte) error + type TableStatsResponse struct + MissingNodes []TableStatsResponse_MissingNode + NodeCount int64 + RangeCount int64 + ReplicaCount int64 + Stats cockroach_storage_engine_enginepb.MVCCStats + func (*TableStatsResponse) Descriptor() ([]byte, []int) + func (*TableStatsResponse) ProtoMessage() + func (m *TableStatsResponse) Marshal() (dAtA []byte, err error) + func (m *TableStatsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *TableStatsResponse) Reset() + func (m *TableStatsResponse) Size() (n int) + func (m *TableStatsResponse) String() string + func (m *TableStatsResponse) Unmarshal(dAtA []byte) error + type TableStatsResponse_MissingNode struct + ErrorMessage string + NodeID string + func (*TableStatsResponse_MissingNode) Descriptor() ([]byte, []int) + func (*TableStatsResponse_MissingNode) ProtoMessage() + func (m *TableStatsResponse_MissingNode) Marshal() (dAtA []byte, err error) + func (m *TableStatsResponse_MissingNode) MarshalTo(dAtA []byte) (int, error) + func (m *TableStatsResponse_MissingNode) Reset() + func (m *TableStatsResponse_MissingNode) Size() (n int) + func (m *TableStatsResponse_MissingNode) String() string + func (m *TableStatsResponse_MissingNode) Unmarshal(dAtA []byte) error + type UsersRequest struct + func (*UsersRequest) Descriptor() ([]byte, []int) + func (*UsersRequest) ProtoMessage() + func (m *UsersRequest) Marshal() (dAtA []byte, err error) + func (m *UsersRequest) MarshalTo(dAtA []byte) (int, error) + func (m *UsersRequest) Reset() + func (m *UsersRequest) Size() (n int) + func (m *UsersRequest) String() string + func (m *UsersRequest) Unmarshal(dAtA []byte) error + type UsersResponse struct + Users []UsersResponse_User + func (*UsersResponse) Descriptor() ([]byte, []int) + func (*UsersResponse) ProtoMessage() + func (m *UsersResponse) Marshal() (dAtA []byte, err error) + func (m *UsersResponse) MarshalTo(dAtA []byte) (int, error) + func (m *UsersResponse) Reset() + func (m *UsersResponse) Size() (n int) + func (m *UsersResponse) String() string + func (m *UsersResponse) Unmarshal(dAtA []byte) error + type UsersResponse_User struct + Username string + func (*UsersResponse_User) Descriptor() ([]byte, []int) + func (*UsersResponse_User) ProtoMessage() + func (m *UsersResponse_User) Marshal() (dAtA []byte, err error) + func (m *UsersResponse_User) MarshalTo(dAtA []byte) (int, error) + func (m *UsersResponse_User) Reset() + func (m *UsersResponse_User) Size() (n int) + func (m *UsersResponse_User) String() string + func (m *UsersResponse_User) Unmarshal(dAtA []byte) error + type ZoneConfigurationLevel int32 + const ZoneConfigurationLevel_CLUSTER + const ZoneConfigurationLevel_DATABASE + const ZoneConfigurationLevel_TABLE + const ZoneConfigurationLevel_UNKNOWN + func (ZoneConfigurationLevel) EnumDescriptor() ([]byte, []int) + func (x ZoneConfigurationLevel) String() string