internal

package
v0.9.4-rc1.0...-ebb94c7 Latest Latest
Warning

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

Go to latest
Published: May 11, 2016 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package internal is a generated protocol buffer package.

It is generated from these files:

internal/data.proto

It has these top-level messages:

WriteShardRequest
WriteShardResponse
ExecuteStatementRequest
ExecuteStatementResponse
CreateIteratorRequest
CreateIteratorResponse
FieldDimensionsRequest
FieldDimensionsResponse
SeriesKeysRequest
SeriesKeysResponse
ExpandSourcesRequest
ExpandSourcesResponse

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateIteratorRequest

type CreateIteratorRequest struct {
	ShardIDs         []uint64 `protobuf:"varint,1,rep" json:"ShardIDs,omitempty"`
	Opt              []byte   `protobuf:"bytes,2,req" json:"Opt,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CreateIteratorRequest) GetOpt

func (m *CreateIteratorRequest) GetOpt() []byte

func (*CreateIteratorRequest) GetShardIDs

func (m *CreateIteratorRequest) GetShardIDs() []uint64

func (*CreateIteratorRequest) ProtoMessage

func (*CreateIteratorRequest) ProtoMessage()

func (*CreateIteratorRequest) Reset

func (m *CreateIteratorRequest) Reset()

func (*CreateIteratorRequest) String

func (m *CreateIteratorRequest) String() string

type CreateIteratorResponse

type CreateIteratorResponse struct {
	Err              *string `protobuf:"bytes,1,opt" json:"Err,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CreateIteratorResponse) GetErr

func (m *CreateIteratorResponse) GetErr() string

func (*CreateIteratorResponse) ProtoMessage

func (*CreateIteratorResponse) ProtoMessage()

func (*CreateIteratorResponse) Reset

func (m *CreateIteratorResponse) Reset()

func (*CreateIteratorResponse) String

func (m *CreateIteratorResponse) String() string

type ExecuteStatementRequest

type ExecuteStatementRequest struct {
	Statement        *string `protobuf:"bytes,1,req" json:"Statement,omitempty"`
	Database         *string `protobuf:"bytes,2,req" json:"Database,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*ExecuteStatementRequest) GetDatabase

func (m *ExecuteStatementRequest) GetDatabase() string

func (*ExecuteStatementRequest) GetStatement

func (m *ExecuteStatementRequest) GetStatement() string

func (*ExecuteStatementRequest) ProtoMessage

func (*ExecuteStatementRequest) ProtoMessage()

func (*ExecuteStatementRequest) Reset

func (m *ExecuteStatementRequest) Reset()

func (*ExecuteStatementRequest) String

func (m *ExecuteStatementRequest) String() string

type ExecuteStatementResponse

type ExecuteStatementResponse struct {
	Code             *int32  `protobuf:"varint,1,req" json:"Code,omitempty"`
	Message          *string `protobuf:"bytes,2,opt" json:"Message,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*ExecuteStatementResponse) GetCode

func (m *ExecuteStatementResponse) GetCode() int32

func (*ExecuteStatementResponse) GetMessage

func (m *ExecuteStatementResponse) GetMessage() string

func (*ExecuteStatementResponse) ProtoMessage

func (*ExecuteStatementResponse) ProtoMessage()

func (*ExecuteStatementResponse) Reset

func (m *ExecuteStatementResponse) Reset()

func (*ExecuteStatementResponse) String

func (m *ExecuteStatementResponse) String() string

type ExpandSourcesRequest

type ExpandSourcesRequest struct {
	ShardIDs         []uint64 `protobuf:"varint,1,rep" json:"ShardIDs,omitempty"`
	Sources          []byte   `protobuf:"bytes,2,req" json:"Sources,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*ExpandSourcesRequest) GetShardIDs

func (m *ExpandSourcesRequest) GetShardIDs() []uint64

func (*ExpandSourcesRequest) GetSources

func (m *ExpandSourcesRequest) GetSources() []byte

func (*ExpandSourcesRequest) ProtoMessage

func (*ExpandSourcesRequest) ProtoMessage()

func (*ExpandSourcesRequest) Reset

func (m *ExpandSourcesRequest) Reset()

func (*ExpandSourcesRequest) String

func (m *ExpandSourcesRequest) String() string

type ExpandSourcesResponse

type ExpandSourcesResponse struct {
	Sources          []byte  `protobuf:"bytes,1,req" json:"Sources,omitempty"`
	Err              *string `protobuf:"bytes,2,opt" json:"Err,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*ExpandSourcesResponse) GetErr

func (m *ExpandSourcesResponse) GetErr() string

func (*ExpandSourcesResponse) GetSources

func (m *ExpandSourcesResponse) GetSources() []byte

func (*ExpandSourcesResponse) ProtoMessage

func (*ExpandSourcesResponse) ProtoMessage()

func (*ExpandSourcesResponse) Reset

func (m *ExpandSourcesResponse) Reset()

func (*ExpandSourcesResponse) String

func (m *ExpandSourcesResponse) String() string

type FieldDimensionsRequest

type FieldDimensionsRequest struct {
	ShardIDs         []uint64 `protobuf:"varint,1,rep" json:"ShardIDs,omitempty"`
	Sources          []byte   `protobuf:"bytes,2,req" json:"Sources,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*FieldDimensionsRequest) GetShardIDs

func (m *FieldDimensionsRequest) GetShardIDs() []uint64

func (*FieldDimensionsRequest) GetSources

func (m *FieldDimensionsRequest) GetSources() []byte

func (*FieldDimensionsRequest) ProtoMessage

func (*FieldDimensionsRequest) ProtoMessage()

func (*FieldDimensionsRequest) Reset

func (m *FieldDimensionsRequest) Reset()

func (*FieldDimensionsRequest) String

func (m *FieldDimensionsRequest) String() string

type FieldDimensionsResponse

type FieldDimensionsResponse struct {
	Fields           []string `protobuf:"bytes,1,rep" json:"Fields,omitempty"`
	Dimensions       []string `protobuf:"bytes,2,rep" json:"Dimensions,omitempty"`
	Err              *string  `protobuf:"bytes,3,opt" json:"Err,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*FieldDimensionsResponse) GetDimensions

func (m *FieldDimensionsResponse) GetDimensions() []string

func (*FieldDimensionsResponse) GetErr

func (m *FieldDimensionsResponse) GetErr() string

func (*FieldDimensionsResponse) GetFields

func (m *FieldDimensionsResponse) GetFields() []string

func (*FieldDimensionsResponse) ProtoMessage

func (*FieldDimensionsResponse) ProtoMessage()

func (*FieldDimensionsResponse) Reset

func (m *FieldDimensionsResponse) Reset()

func (*FieldDimensionsResponse) String

func (m *FieldDimensionsResponse) String() string

type SeriesKeysRequest

type SeriesKeysRequest struct {
	ShardIDs         []uint64 `protobuf:"varint,1,rep" json:"ShardIDs,omitempty"`
	Opt              []byte   `protobuf:"bytes,2,req" json:"Opt,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*SeriesKeysRequest) GetOpt

func (m *SeriesKeysRequest) GetOpt() []byte

func (*SeriesKeysRequest) GetShardIDs

func (m *SeriesKeysRequest) GetShardIDs() []uint64

func (*SeriesKeysRequest) ProtoMessage

func (*SeriesKeysRequest) ProtoMessage()

func (*SeriesKeysRequest) Reset

func (m *SeriesKeysRequest) Reset()

func (*SeriesKeysRequest) String

func (m *SeriesKeysRequest) String() string

type SeriesKeysResponse

type SeriesKeysResponse struct {
	SeriesList       []byte  `protobuf:"bytes,1,opt" json:"SeriesList,omitempty"`
	Err              *string `protobuf:"bytes,2,opt" json:"Err,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*SeriesKeysResponse) GetErr

func (m *SeriesKeysResponse) GetErr() string

func (*SeriesKeysResponse) GetSeriesList

func (m *SeriesKeysResponse) GetSeriesList() []byte

func (*SeriesKeysResponse) ProtoMessage

func (*SeriesKeysResponse) ProtoMessage()

func (*SeriesKeysResponse) Reset

func (m *SeriesKeysResponse) Reset()

func (*SeriesKeysResponse) String

func (m *SeriesKeysResponse) String() string

type WriteShardRequest

type WriteShardRequest struct {
	ShardID          *uint64  `protobuf:"varint,1,req" json:"ShardID,omitempty"`
	Points           [][]byte `protobuf:"bytes,2,rep" json:"Points,omitempty"`
	Database         *string  `protobuf:"bytes,3,opt" json:"Database,omitempty"`
	RetentionPolicy  *string  `protobuf:"bytes,4,opt" json:"RetentionPolicy,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*WriteShardRequest) GetDatabase

func (m *WriteShardRequest) GetDatabase() string

func (*WriteShardRequest) GetPoints

func (m *WriteShardRequest) GetPoints() [][]byte

func (*WriteShardRequest) GetRetentionPolicy

func (m *WriteShardRequest) GetRetentionPolicy() string

func (*WriteShardRequest) GetShardID

func (m *WriteShardRequest) GetShardID() uint64

func (*WriteShardRequest) ProtoMessage

func (*WriteShardRequest) ProtoMessage()

func (*WriteShardRequest) Reset

func (m *WriteShardRequest) Reset()

func (*WriteShardRequest) String

func (m *WriteShardRequest) String() string

type WriteShardResponse

type WriteShardResponse struct {
	Code             *int32  `protobuf:"varint,1,req" json:"Code,omitempty"`
	Message          *string `protobuf:"bytes,2,opt" json:"Message,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*WriteShardResponse) GetCode

func (m *WriteShardResponse) GetCode() int32

func (*WriteShardResponse) GetMessage

func (m *WriteShardResponse) GetMessage() string

func (*WriteShardResponse) ProtoMessage

func (*WriteShardResponse) ProtoMessage()

func (*WriteShardResponse) Reset

func (m *WriteShardResponse) Reset()

func (*WriteShardResponse) String

func (m *WriteShardResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL