dataproc

package
v0.0.0-...-417428f Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

nolint

nolint

nolint

nolint

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterHostsIterator

type ClusterHostsIterator struct {
	// contains filtered or unexported fields
}

func (*ClusterHostsIterator) Error

func (it *ClusterHostsIterator) Error() error

func (*ClusterHostsIterator) Next

func (it *ClusterHostsIterator) Next() bool

func (*ClusterHostsIterator) Value

func (it *ClusterHostsIterator) Value() *dataproc.Host

type ClusterIterator

type ClusterIterator struct {
	// contains filtered or unexported fields
}

func (*ClusterIterator) Error

func (it *ClusterIterator) Error() error

func (*ClusterIterator) Next

func (it *ClusterIterator) Next() bool

func (*ClusterIterator) Value

func (it *ClusterIterator) Value() *dataproc.Cluster

type ClusterOperationsIterator

type ClusterOperationsIterator struct {
	// contains filtered or unexported fields
}

func (*ClusterOperationsIterator) Error

func (it *ClusterOperationsIterator) Error() error

func (*ClusterOperationsIterator) Next

func (it *ClusterOperationsIterator) Next() bool

func (*ClusterOperationsIterator) Value

type ClusterServiceClient

type ClusterServiceClient struct {
	// contains filtered or unexported fields
}

ClusterServiceClient is a dataproc.ClusterServiceClient with lazy GRPC connection initialization.

func (*ClusterServiceClient) ClusterHostsIterator

func (c *ClusterServiceClient) ClusterHostsIterator(ctx context.Context, clusterId string, opts ...grpc.CallOption) *ClusterHostsIterator

func (*ClusterServiceClient) ClusterIterator

func (c *ClusterServiceClient) ClusterIterator(ctx context.Context, folderId string, opts ...grpc.CallOption) *ClusterIterator

func (*ClusterServiceClient) ClusterOperationsIterator

func (c *ClusterServiceClient) ClusterOperationsIterator(ctx context.Context, clusterId string, opts ...grpc.CallOption) *ClusterOperationsIterator

func (*ClusterServiceClient) ClusterUILinksIterator

func (c *ClusterServiceClient) ClusterUILinksIterator(ctx context.Context, clusterId string, opts ...grpc.CallOption) *ClusterUILinksIterator

func (*ClusterServiceClient) Create

Create implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) Delete

Delete implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) Get

Get implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) List

List implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) ListHosts

ListHosts implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) ListOperations

ListOperations implements dataproc.ClusterServiceClient

ListUILinks implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) Start

Start implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) Stop

Stop implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) Update

Update implements dataproc.ClusterServiceClient

type ClusterUILinksIterator

type ClusterUILinksIterator struct {
	// contains filtered or unexported fields
}

func (*ClusterUILinksIterator) Error

func (it *ClusterUILinksIterator) Error() error

func (*ClusterUILinksIterator) Next

func (it *ClusterUILinksIterator) Next() bool

func (*ClusterUILinksIterator) Value

func (it *ClusterUILinksIterator) Value() *dataproc.UILink

type Dataproc

type Dataproc struct {
	// contains filtered or unexported fields
}

Dataproc provides access to "dataproc" component of Yandex.Cloud

func NewDataproc

func NewDataproc(g func(ctx context.Context) (*grpc.ClientConn, error)) *Dataproc

NewDataproc creates instance of Dataproc

func (*Dataproc) Cluster

func (d *Dataproc) Cluster() *ClusterServiceClient

Cluster gets ClusterService client

func (*Dataproc) Job

func (d *Dataproc) Job() *JobServiceClient

Job gets JobService client

func (*Dataproc) ResourcePreset

func (d *Dataproc) ResourcePreset() *ResourcePresetServiceClient

ResourcePreset gets ResourcePresetService client

func (*Dataproc) Subcluster

func (d *Dataproc) Subcluster() *SubclusterServiceClient

Subcluster gets SubclusterService client

type JobIterator

type JobIterator struct {
	// contains filtered or unexported fields
}

func (*JobIterator) Error

func (it *JobIterator) Error() error

func (*JobIterator) Next

func (it *JobIterator) Next() bool

func (*JobIterator) Value

func (it *JobIterator) Value() *dataproc.Job

type JobServiceClient

type JobServiceClient struct {
	// contains filtered or unexported fields
}

JobServiceClient is a dataproc.JobServiceClient with lazy GRPC connection initialization.

func (*JobServiceClient) Create

Create implements dataproc.JobServiceClient

func (*JobServiceClient) Get

Get implements dataproc.JobServiceClient

func (*JobServiceClient) JobIterator

func (c *JobServiceClient) JobIterator(ctx context.Context, clusterId string, opts ...grpc.CallOption) *JobIterator

func (*JobServiceClient) List

List implements dataproc.JobServiceClient

func (*JobServiceClient) ListLog

ListLog implements dataproc.JobServiceClient

type ResourcePresetIterator

type ResourcePresetIterator struct {
	// contains filtered or unexported fields
}

func (*ResourcePresetIterator) Error

func (it *ResourcePresetIterator) Error() error

func (*ResourcePresetIterator) Next

func (it *ResourcePresetIterator) Next() bool

func (*ResourcePresetIterator) Value

type ResourcePresetServiceClient

type ResourcePresetServiceClient struct {
	// contains filtered or unexported fields
}

ResourcePresetServiceClient is a dataproc.ResourcePresetServiceClient with lazy GRPC connection initialization.

func (*ResourcePresetServiceClient) Get

Get implements dataproc.ResourcePresetServiceClient

func (*ResourcePresetServiceClient) List

List implements dataproc.ResourcePresetServiceClient

func (*ResourcePresetServiceClient) ResourcePresetIterator

func (c *ResourcePresetServiceClient) ResourcePresetIterator(ctx context.Context, opts ...grpc.CallOption) *ResourcePresetIterator

type SubclusterIterator

type SubclusterIterator struct {
	// contains filtered or unexported fields
}

func (*SubclusterIterator) Error

func (it *SubclusterIterator) Error() error

func (*SubclusterIterator) Next

func (it *SubclusterIterator) Next() bool

func (*SubclusterIterator) Value

func (it *SubclusterIterator) Value() *dataproc.Subcluster

type SubclusterServiceClient

type SubclusterServiceClient struct {
	// contains filtered or unexported fields
}

SubclusterServiceClient is a dataproc.SubclusterServiceClient with lazy GRPC connection initialization.

func (*SubclusterServiceClient) Create

Create implements dataproc.SubclusterServiceClient

func (*SubclusterServiceClient) Delete

Delete implements dataproc.SubclusterServiceClient

func (*SubclusterServiceClient) Get

Get implements dataproc.SubclusterServiceClient

func (*SubclusterServiceClient) List

List implements dataproc.SubclusterServiceClient

func (*SubclusterServiceClient) SubclusterIterator

func (c *SubclusterServiceClient) SubclusterIterator(ctx context.Context, clusterId string, opts ...grpc.CallOption) *SubclusterIterator

func (*SubclusterServiceClient) Update

Update implements dataproc.SubclusterServiceClient

Jump to

Keyboard shortcuts

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