greenplum

package
v0.0.0-...-2393e24 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

nolint

nolint

nolint

nolint

nolint

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackupIterator

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

func (*BackupIterator) Error

func (it *BackupIterator) Error() error

func (*BackupIterator) Next

func (it *BackupIterator) Next() bool

func (*BackupIterator) Take

func (it *BackupIterator) Take(size int64) ([]*greenplum.Backup, error)

func (*BackupIterator) TakeAll

func (it *BackupIterator) TakeAll() ([]*greenplum.Backup, error)

func (*BackupIterator) Value

func (it *BackupIterator) Value() *greenplum.Backup

type BackupServiceClient

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

BackupServiceClient is a greenplum.BackupServiceClient with lazy GRPC connection initialization.

func (*BackupServiceClient) BackupIterator

func (*BackupServiceClient) Delete

Delete implements greenplum.BackupServiceClient

func (*BackupServiceClient) Get

Get implements greenplum.BackupServiceClient

func (*BackupServiceClient) List

List implements greenplum.BackupServiceClient

type ClusterBackupsIterator

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

func (*ClusterBackupsIterator) Error

func (it *ClusterBackupsIterator) Error() error

func (*ClusterBackupsIterator) Next

func (it *ClusterBackupsIterator) Next() bool

func (*ClusterBackupsIterator) Take

func (it *ClusterBackupsIterator) Take(size int64) ([]*greenplum.Backup, error)

func (*ClusterBackupsIterator) TakeAll

func (it *ClusterBackupsIterator) TakeAll() ([]*greenplum.Backup, error)

func (*ClusterBackupsIterator) Value

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) Take

func (it *ClusterIterator) Take(size int64) ([]*greenplum.Cluster, error)

func (*ClusterIterator) TakeAll

func (it *ClusterIterator) TakeAll() ([]*greenplum.Cluster, error)

func (*ClusterIterator) Value

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

type ClusterLogsIterator

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

func (*ClusterLogsIterator) Error

func (it *ClusterLogsIterator) Error() error

func (*ClusterLogsIterator) Next

func (it *ClusterLogsIterator) Next() bool

func (*ClusterLogsIterator) Take

func (it *ClusterLogsIterator) Take(size int64) ([]*greenplum.LogRecord, error)

func (*ClusterLogsIterator) TakeAll

func (it *ClusterLogsIterator) TakeAll() ([]*greenplum.LogRecord, error)

func (*ClusterLogsIterator) Value

type ClusterMasterHostsIterator

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

func (*ClusterMasterHostsIterator) Error

func (it *ClusterMasterHostsIterator) Error() error

func (*ClusterMasterHostsIterator) Next

func (it *ClusterMasterHostsIterator) Next() bool

func (*ClusterMasterHostsIterator) Take

func (it *ClusterMasterHostsIterator) Take(size int64) ([]*greenplum.Host, error)

func (*ClusterMasterHostsIterator) TakeAll

func (it *ClusterMasterHostsIterator) TakeAll() ([]*greenplum.Host, error)

func (*ClusterMasterHostsIterator) Value

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) Take

func (*ClusterOperationsIterator) TakeAll

func (it *ClusterOperationsIterator) TakeAll() ([]*operation.Operation, error)

func (*ClusterOperationsIterator) Value

type ClusterSegmentHostsIterator

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

func (*ClusterSegmentHostsIterator) Error

func (it *ClusterSegmentHostsIterator) Error() error

func (*ClusterSegmentHostsIterator) Next

func (it *ClusterSegmentHostsIterator) Next() bool

func (*ClusterSegmentHostsIterator) Take

func (it *ClusterSegmentHostsIterator) Take(size int64) ([]*greenplum.Host, error)

func (*ClusterSegmentHostsIterator) TakeAll

func (it *ClusterSegmentHostsIterator) TakeAll() ([]*greenplum.Host, error)

func (*ClusterSegmentHostsIterator) Value

type ClusterServiceClient

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

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

func (*ClusterServiceClient) Backup

Backup implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) ClusterBackupsIterator

func (*ClusterServiceClient) ClusterIterator

func (*ClusterServiceClient) ClusterLogsIterator

func (*ClusterServiceClient) ClusterMasterHostsIterator

func (*ClusterServiceClient) ClusterOperationsIterator

func (*ClusterServiceClient) ClusterSegmentHostsIterator

func (*ClusterServiceClient) Create

Create implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) Delete

Delete implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) Expand

Expand implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) Get

Get implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) List

List implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) ListBackups

ListBackups implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) ListLogs

ListLogs implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) ListMasterHosts

ListMasterHosts implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) ListOperations

ListOperations implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) ListSegmentHosts

ListSegmentHosts implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) Move

Move implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) Restore

Restore implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) Start

Start implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) Stop

Stop implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) StreamLogs

StreamLogs implements greenplum.ClusterServiceClient

func (*ClusterServiceClient) Update

Update implements greenplum.ClusterServiceClient

type Greenplum

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

Greenplum provides access to "greenplum" component of Yandex.Cloud

func NewGreenplum

func NewGreenplum(g func(ctx context.Context) (*grpc.ClientConn, error)) *Greenplum

NewGreenplum creates instance of Greenplum

func (*Greenplum) Backup

func (g *Greenplum) Backup() *BackupServiceClient

Backup gets BackupService client

func (*Greenplum) Cluster

func (g *Greenplum) Cluster() *ClusterServiceClient

Cluster gets ClusterService client

func (*Greenplum) HBARule

func (g *Greenplum) HBARule() *HBARuleServiceClient

HBARule gets HBARuleService client

func (*Greenplum) PXFDatasource

func (g *Greenplum) PXFDatasource() *PXFDatasourceServiceClient

PXFDatasource gets PXFDatasourceService client

func (*Greenplum) ResourcePreset

func (g *Greenplum) ResourcePreset() *ResourcePresetServiceClient

ResourcePreset gets ResourcePresetService client

type HBARuleAtRevisionIterator

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

func (*HBARuleAtRevisionIterator) Error

func (it *HBARuleAtRevisionIterator) Error() error

func (*HBARuleAtRevisionIterator) Next

func (it *HBARuleAtRevisionIterator) Next() bool

func (*HBARuleAtRevisionIterator) Take

func (it *HBARuleAtRevisionIterator) Take(size int64) ([]*greenplum.HBARule, error)

func (*HBARuleAtRevisionIterator) TakeAll

func (it *HBARuleAtRevisionIterator) TakeAll() ([]*greenplum.HBARule, error)

func (*HBARuleAtRevisionIterator) Value

type HBARuleIterator

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

func (*HBARuleIterator) Error

func (it *HBARuleIterator) Error() error

func (*HBARuleIterator) Next

func (it *HBARuleIterator) Next() bool

func (*HBARuleIterator) Take

func (it *HBARuleIterator) Take(size int64) ([]*greenplum.HBARule, error)

func (*HBARuleIterator) TakeAll

func (it *HBARuleIterator) TakeAll() ([]*greenplum.HBARule, error)

func (*HBARuleIterator) Value

func (it *HBARuleIterator) Value() *greenplum.HBARule

type HBARuleServiceClient

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

HBARuleServiceClient is a greenplum.HBARuleServiceClient with lazy GRPC connection initialization.

func (*HBARuleServiceClient) BatchUpdate

BatchUpdate implements greenplum.HBARuleServiceClient

func (*HBARuleServiceClient) Create

Create implements greenplum.HBARuleServiceClient

func (*HBARuleServiceClient) Delete

Delete implements greenplum.HBARuleServiceClient

func (*HBARuleServiceClient) HBARuleAtRevisionIterator

func (*HBARuleServiceClient) HBARuleIterator

func (*HBARuleServiceClient) List

List implements greenplum.HBARuleServiceClient

func (*HBARuleServiceClient) ListAtRevision

ListAtRevision implements greenplum.HBARuleServiceClient

func (*HBARuleServiceClient) Update

Update implements greenplum.HBARuleServiceClient

type PXFDatasourceIterator

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

func (*PXFDatasourceIterator) Error

func (it *PXFDatasourceIterator) Error() error

func (*PXFDatasourceIterator) Next

func (it *PXFDatasourceIterator) Next() bool

func (*PXFDatasourceIterator) Take

func (*PXFDatasourceIterator) TakeAll

func (it *PXFDatasourceIterator) TakeAll() ([]*greenplum.PXFDatasource, error)

func (*PXFDatasourceIterator) Value

type PXFDatasourceServiceClient

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

PXFDatasourceServiceClient is a greenplum.PXFDatasourceServiceClient with lazy GRPC connection initialization.

func (*PXFDatasourceServiceClient) Create

Create implements greenplum.PXFDatasourceServiceClient

func (*PXFDatasourceServiceClient) Delete

Delete implements greenplum.PXFDatasourceServiceClient

func (*PXFDatasourceServiceClient) List

List implements greenplum.PXFDatasourceServiceClient

func (*PXFDatasourceServiceClient) PXFDatasourceIterator

func (*PXFDatasourceServiceClient) Update

Update implements greenplum.PXFDatasourceServiceClient

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) Take

func (*ResourcePresetIterator) TakeAll

func (*ResourcePresetIterator) Value

type ResourcePresetServiceClient

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

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

func (*ResourcePresetServiceClient) Get

Get implements greenplum.ResourcePresetServiceClient

func (*ResourcePresetServiceClient) List

List implements greenplum.ResourcePresetServiceClient

func (*ResourcePresetServiceClient) ResourcePresetIterator

Jump to

Keyboard shortcuts

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