riak_yokozuna

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2016 License: Apache-2.0 Imports: 3 Imported by: 13

Documentation

Overview

Package riak_yokozuna is a generated protocol buffer package.

It is generated from these files:

riak_yokozuna.proto

It has these top-level messages:

RpbYokozunaIndex
RpbYokozunaIndexGetReq
RpbYokozunaIndexGetResp
RpbYokozunaIndexPutReq
RpbYokozunaIndexDeleteReq
RpbYokozunaSchema
RpbYokozunaSchemaPutReq
RpbYokozunaSchemaGetReq
RpbYokozunaSchemaGetResp

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RpbYokozunaIndex

type RpbYokozunaIndex struct {
	Name             []byte  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Schema           []byte  `protobuf:"bytes,2,opt,name=schema" json:"schema,omitempty"`
	NVal             *uint32 `protobuf:"varint,3,opt,name=n_val" json:"n_val,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*RpbYokozunaIndex) Descriptor added in v1.7.0

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

func (*RpbYokozunaIndex) GetNVal

func (m *RpbYokozunaIndex) GetNVal() uint32

func (*RpbYokozunaIndex) GetName

func (m *RpbYokozunaIndex) GetName() []byte

func (*RpbYokozunaIndex) GetSchema

func (m *RpbYokozunaIndex) GetSchema() []byte

func (*RpbYokozunaIndex) ProtoMessage

func (*RpbYokozunaIndex) ProtoMessage()

func (*RpbYokozunaIndex) Reset

func (m *RpbYokozunaIndex) Reset()

func (*RpbYokozunaIndex) String

func (m *RpbYokozunaIndex) String() string

type RpbYokozunaIndexDeleteReq

type RpbYokozunaIndexDeleteReq struct {
	Name             []byte `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

DELETE request - Remove an index

func (*RpbYokozunaIndexDeleteReq) Descriptor added in v1.7.0

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

func (*RpbYokozunaIndexDeleteReq) GetName

func (m *RpbYokozunaIndexDeleteReq) GetName() []byte

func (*RpbYokozunaIndexDeleteReq) ProtoMessage

func (*RpbYokozunaIndexDeleteReq) ProtoMessage()

func (*RpbYokozunaIndexDeleteReq) Reset

func (m *RpbYokozunaIndexDeleteReq) Reset()

func (*RpbYokozunaIndexDeleteReq) String

func (m *RpbYokozunaIndexDeleteReq) String() string

type RpbYokozunaIndexGetReq

type RpbYokozunaIndexGetReq struct {
	Name             []byte `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

GET request - If a name is given, return matching index, else return all

func (*RpbYokozunaIndexGetReq) Descriptor added in v1.7.0

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

func (*RpbYokozunaIndexGetReq) GetName

func (m *RpbYokozunaIndexGetReq) GetName() []byte

func (*RpbYokozunaIndexGetReq) ProtoMessage

func (*RpbYokozunaIndexGetReq) ProtoMessage()

func (*RpbYokozunaIndexGetReq) Reset

func (m *RpbYokozunaIndexGetReq) Reset()

func (*RpbYokozunaIndexGetReq) String

func (m *RpbYokozunaIndexGetReq) String() string

type RpbYokozunaIndexGetResp

type RpbYokozunaIndexGetResp struct {
	Index            []*RpbYokozunaIndex `protobuf:"bytes,1,rep,name=index" json:"index,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*RpbYokozunaIndexGetResp) Descriptor added in v1.7.0

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

func (*RpbYokozunaIndexGetResp) GetIndex

func (m *RpbYokozunaIndexGetResp) GetIndex() []*RpbYokozunaIndex

func (*RpbYokozunaIndexGetResp) ProtoMessage

func (*RpbYokozunaIndexGetResp) ProtoMessage()

func (*RpbYokozunaIndexGetResp) Reset

func (m *RpbYokozunaIndexGetResp) Reset()

func (*RpbYokozunaIndexGetResp) String

func (m *RpbYokozunaIndexGetResp) String() string

type RpbYokozunaIndexPutReq

type RpbYokozunaIndexPutReq struct {
	Index            *RpbYokozunaIndex `protobuf:"bytes,1,req,name=index" json:"index,omitempty"`
	Timeout          *uint32           `protobuf:"varint,2,opt,name=timeout" json:"timeout,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

PUT request - Create a new index

func (*RpbYokozunaIndexPutReq) Descriptor added in v1.7.0

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

func (*RpbYokozunaIndexPutReq) GetIndex

func (*RpbYokozunaIndexPutReq) GetTimeout

func (m *RpbYokozunaIndexPutReq) GetTimeout() uint32

func (*RpbYokozunaIndexPutReq) ProtoMessage

func (*RpbYokozunaIndexPutReq) ProtoMessage()

func (*RpbYokozunaIndexPutReq) Reset

func (m *RpbYokozunaIndexPutReq) Reset()

func (*RpbYokozunaIndexPutReq) String

func (m *RpbYokozunaIndexPutReq) String() string

type RpbYokozunaSchema

type RpbYokozunaSchema struct {
	Name             []byte `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Content          []byte `protobuf:"bytes,2,opt,name=content" json:"content,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*RpbYokozunaSchema) Descriptor added in v1.7.0

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

func (*RpbYokozunaSchema) GetContent

func (m *RpbYokozunaSchema) GetContent() []byte

func (*RpbYokozunaSchema) GetName

func (m *RpbYokozunaSchema) GetName() []byte

func (*RpbYokozunaSchema) ProtoMessage

func (*RpbYokozunaSchema) ProtoMessage()

func (*RpbYokozunaSchema) Reset

func (m *RpbYokozunaSchema) Reset()

func (*RpbYokozunaSchema) String

func (m *RpbYokozunaSchema) String() string

type RpbYokozunaSchemaGetReq

type RpbYokozunaSchemaGetReq struct {
	Name             []byte `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

GET request - Return matching schema by name

func (*RpbYokozunaSchemaGetReq) Descriptor added in v1.7.0

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

func (*RpbYokozunaSchemaGetReq) GetName

func (m *RpbYokozunaSchemaGetReq) GetName() []byte

func (*RpbYokozunaSchemaGetReq) ProtoMessage

func (*RpbYokozunaSchemaGetReq) ProtoMessage()

func (*RpbYokozunaSchemaGetReq) Reset

func (m *RpbYokozunaSchemaGetReq) Reset()

func (*RpbYokozunaSchemaGetReq) String

func (m *RpbYokozunaSchemaGetReq) String() string

type RpbYokozunaSchemaGetResp

type RpbYokozunaSchemaGetResp struct {
	Schema           *RpbYokozunaSchema `protobuf:"bytes,1,req,name=schema" json:"schema,omitempty"`
	XXX_unrecognized []byte             `json:"-"`
}

func (*RpbYokozunaSchemaGetResp) Descriptor added in v1.7.0

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

func (*RpbYokozunaSchemaGetResp) GetSchema

func (*RpbYokozunaSchemaGetResp) ProtoMessage

func (*RpbYokozunaSchemaGetResp) ProtoMessage()

func (*RpbYokozunaSchemaGetResp) Reset

func (m *RpbYokozunaSchemaGetResp) Reset()

func (*RpbYokozunaSchemaGetResp) String

func (m *RpbYokozunaSchemaGetResp) String() string

type RpbYokozunaSchemaPutReq

type RpbYokozunaSchemaPutReq struct {
	Schema           *RpbYokozunaSchema `protobuf:"bytes,1,req,name=schema" json:"schema,omitempty"`
	XXX_unrecognized []byte             `json:"-"`
}

PUT request - create or potentially update a new schema

func (*RpbYokozunaSchemaPutReq) Descriptor added in v1.7.0

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

func (*RpbYokozunaSchemaPutReq) GetSchema

func (*RpbYokozunaSchemaPutReq) ProtoMessage

func (*RpbYokozunaSchemaPutReq) ProtoMessage()

func (*RpbYokozunaSchemaPutReq) Reset

func (m *RpbYokozunaSchemaPutReq) Reset()

func (*RpbYokozunaSchemaPutReq) String

func (m *RpbYokozunaSchemaPutReq) String() string

Jump to

Keyboard shortcuts

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