Documentation ¶
Overview ¶
nolint
nolint
nolint
nolint
nolint
Index ¶
- type BackupIterator
- type BackupServiceClient
- func (c *BackupServiceClient) BackupIterator(ctx context.Context, req *greenplum.ListBackupsRequest, ...) *BackupIterator
- func (c *BackupServiceClient) Delete(ctx context.Context, in *greenplum.DeleteBackupRequest, ...) (*operation.Operation, error)
- func (c *BackupServiceClient) Get(ctx context.Context, in *greenplum.GetBackupRequest, opts ...grpc.CallOption) (*greenplum.Backup, error)
- func (c *BackupServiceClient) List(ctx context.Context, in *greenplum.ListBackupsRequest, opts ...grpc.CallOption) (*greenplum.ListBackupsResponse, error)
- type ClusterBackupsIterator
- func (it *ClusterBackupsIterator) Error() error
- func (it *ClusterBackupsIterator) Next() bool
- func (it *ClusterBackupsIterator) Take(size int64) ([]*greenplum.Backup, error)
- func (it *ClusterBackupsIterator) TakeAll() ([]*greenplum.Backup, error)
- func (it *ClusterBackupsIterator) Value() *greenplum.Backup
- type ClusterIterator
- type ClusterLogsIterator
- func (it *ClusterLogsIterator) Error() error
- func (it *ClusterLogsIterator) Next() bool
- func (it *ClusterLogsIterator) Take(size int64) ([]*greenplum.LogRecord, error)
- func (it *ClusterLogsIterator) TakeAll() ([]*greenplum.LogRecord, error)
- func (it *ClusterLogsIterator) Value() *greenplum.LogRecord
- type ClusterMasterHostsIterator
- func (it *ClusterMasterHostsIterator) Error() error
- func (it *ClusterMasterHostsIterator) Next() bool
- func (it *ClusterMasterHostsIterator) Take(size int64) ([]*greenplum.Host, error)
- func (it *ClusterMasterHostsIterator) TakeAll() ([]*greenplum.Host, error)
- func (it *ClusterMasterHostsIterator) Value() *greenplum.Host
- type ClusterOperationsIterator
- func (it *ClusterOperationsIterator) Error() error
- func (it *ClusterOperationsIterator) Next() bool
- func (it *ClusterOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *ClusterOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *ClusterOperationsIterator) Value() *operation.Operation
- type ClusterSegmentHostsIterator
- func (it *ClusterSegmentHostsIterator) Error() error
- func (it *ClusterSegmentHostsIterator) Next() bool
- func (it *ClusterSegmentHostsIterator) Take(size int64) ([]*greenplum.Host, error)
- func (it *ClusterSegmentHostsIterator) TakeAll() ([]*greenplum.Host, error)
- func (it *ClusterSegmentHostsIterator) Value() *greenplum.Host
- type ClusterServiceClient
- func (c *ClusterServiceClient) Backup(ctx context.Context, in *greenplum.BackupClusterRequest, ...) (*operation.Operation, error)
- func (c *ClusterServiceClient) ClusterBackupsIterator(ctx context.Context, req *greenplum.ListClusterBackupsRequest, ...) *ClusterBackupsIterator
- func (c *ClusterServiceClient) ClusterIterator(ctx context.Context, req *greenplum.ListClustersRequest, ...) *ClusterIterator
- func (c *ClusterServiceClient) ClusterLogsIterator(ctx context.Context, req *greenplum.ListClusterLogsRequest, ...) *ClusterLogsIterator
- func (c *ClusterServiceClient) ClusterMasterHostsIterator(ctx context.Context, req *greenplum.ListClusterHostsRequest, ...) *ClusterMasterHostsIterator
- func (c *ClusterServiceClient) ClusterOperationsIterator(ctx context.Context, req *greenplum.ListClusterOperationsRequest, ...) *ClusterOperationsIterator
- func (c *ClusterServiceClient) ClusterSegmentHostsIterator(ctx context.Context, req *greenplum.ListClusterHostsRequest, ...) *ClusterSegmentHostsIterator
- func (c *ClusterServiceClient) Create(ctx context.Context, in *greenplum.CreateClusterRequest, ...) (*operation.Operation, error)
- func (c *ClusterServiceClient) Delete(ctx context.Context, in *greenplum.DeleteClusterRequest, ...) (*operation.Operation, error)
- func (c *ClusterServiceClient) Expand(ctx context.Context, in *greenplum.ExpandRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *ClusterServiceClient) Get(ctx context.Context, in *greenplum.GetClusterRequest, opts ...grpc.CallOption) (*greenplum.Cluster, error)
- func (c *ClusterServiceClient) List(ctx context.Context, in *greenplum.ListClustersRequest, ...) (*greenplum.ListClustersResponse, error)
- func (c *ClusterServiceClient) ListBackups(ctx context.Context, in *greenplum.ListClusterBackupsRequest, ...) (*greenplum.ListClusterBackupsResponse, error)
- func (c *ClusterServiceClient) ListLogs(ctx context.Context, in *greenplum.ListClusterLogsRequest, ...) (*greenplum.ListClusterLogsResponse, error)
- func (c *ClusterServiceClient) ListMasterHosts(ctx context.Context, in *greenplum.ListClusterHostsRequest, ...) (*greenplum.ListClusterHostsResponse, error)
- func (c *ClusterServiceClient) ListOperations(ctx context.Context, in *greenplum.ListClusterOperationsRequest, ...) (*greenplum.ListClusterOperationsResponse, error)
- func (c *ClusterServiceClient) ListSegmentHosts(ctx context.Context, in *greenplum.ListClusterHostsRequest, ...) (*greenplum.ListClusterHostsResponse, error)
- func (c *ClusterServiceClient) Move(ctx context.Context, in *greenplum.MoveClusterRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *ClusterServiceClient) Restore(ctx context.Context, in *greenplum.RestoreClusterRequest, ...) (*operation.Operation, error)
- func (c *ClusterServiceClient) Start(ctx context.Context, in *greenplum.StartClusterRequest, ...) (*operation.Operation, error)
- func (c *ClusterServiceClient) Stop(ctx context.Context, in *greenplum.StopClusterRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *ClusterServiceClient) StreamLogs(ctx context.Context, in *greenplum.StreamClusterLogsRequest, ...) (greenplum.ClusterService_StreamLogsClient, error)
- func (c *ClusterServiceClient) Update(ctx context.Context, in *greenplum.UpdateClusterRequest, ...) (*operation.Operation, error)
- type Greenplum
- type HBARuleAtRevisionIterator
- func (it *HBARuleAtRevisionIterator) Error() error
- func (it *HBARuleAtRevisionIterator) Next() bool
- func (it *HBARuleAtRevisionIterator) Take(size int64) ([]*greenplum.HBARule, error)
- func (it *HBARuleAtRevisionIterator) TakeAll() ([]*greenplum.HBARule, error)
- func (it *HBARuleAtRevisionIterator) Value() *greenplum.HBARule
- type HBARuleIterator
- type HBARuleServiceClient
- func (c *HBARuleServiceClient) BatchUpdate(ctx context.Context, in *greenplum.BatchUpdateHBARulesRequest, ...) (*operation.Operation, error)
- func (c *HBARuleServiceClient) Create(ctx context.Context, in *greenplum.CreateHBARuleRequest, ...) (*operation.Operation, error)
- func (c *HBARuleServiceClient) Delete(ctx context.Context, in *greenplum.DeleteHBARuleRequest, ...) (*operation.Operation, error)
- func (c *HBARuleServiceClient) HBARuleAtRevisionIterator(ctx context.Context, req *greenplum.ListHBARulesAtRevisionRequest, ...) *HBARuleAtRevisionIterator
- func (c *HBARuleServiceClient) HBARuleIterator(ctx context.Context, req *greenplum.ListHBARulesRequest, ...) *HBARuleIterator
- func (c *HBARuleServiceClient) List(ctx context.Context, in *greenplum.ListHBARulesRequest, ...) (*greenplum.ListHBARulesResponse, error)
- func (c *HBARuleServiceClient) ListAtRevision(ctx context.Context, in *greenplum.ListHBARulesAtRevisionRequest, ...) (*greenplum.ListHBARulesResponse, error)
- func (c *HBARuleServiceClient) Update(ctx context.Context, in *greenplum.UpdateHBARuleRequest, ...) (*operation.Operation, error)
- type PXFDatasourceIterator
- func (it *PXFDatasourceIterator) Error() error
- func (it *PXFDatasourceIterator) Next() bool
- func (it *PXFDatasourceIterator) Take(size int64) ([]*greenplum.PXFDatasource, error)
- func (it *PXFDatasourceIterator) TakeAll() ([]*greenplum.PXFDatasource, error)
- func (it *PXFDatasourceIterator) Value() *greenplum.PXFDatasource
- type PXFDatasourceServiceClient
- func (c *PXFDatasourceServiceClient) Create(ctx context.Context, in *greenplum.CreatePXFDatasourceRequest, ...) (*operation.Operation, error)
- func (c *PXFDatasourceServiceClient) Delete(ctx context.Context, in *greenplum.DeletePXFDatasourceRequest, ...) (*operation.Operation, error)
- func (c *PXFDatasourceServiceClient) List(ctx context.Context, in *greenplum.ListPXFDatasourcesRequest, ...) (*greenplum.ListPXFDatasourcesResponse, error)
- func (c *PXFDatasourceServiceClient) PXFDatasourceIterator(ctx context.Context, req *greenplum.ListPXFDatasourcesRequest, ...) *PXFDatasourceIterator
- func (c *PXFDatasourceServiceClient) Update(ctx context.Context, in *greenplum.UpdatePXFDatasourceRequest, ...) (*operation.Operation, error)
- type ResourcePresetIterator
- func (it *ResourcePresetIterator) Error() error
- func (it *ResourcePresetIterator) Next() bool
- func (it *ResourcePresetIterator) Take(size int64) ([]*greenplum.ResourcePreset, error)
- func (it *ResourcePresetIterator) TakeAll() ([]*greenplum.ResourcePreset, error)
- func (it *ResourcePresetIterator) Value() *greenplum.ResourcePreset
- type ResourcePresetServiceClient
- func (c *ResourcePresetServiceClient) Get(ctx context.Context, in *greenplum.GetResourcePresetRequest, ...) (*greenplum.ResourcePreset, error)
- func (c *ResourcePresetServiceClient) List(ctx context.Context, in *greenplum.ListResourcePresetsRequest, ...) (*greenplum.ListResourcePresetsResponse, error)
- func (c *ResourcePresetServiceClient) ResourcePresetIterator(ctx context.Context, req *greenplum.ListResourcePresetsRequest, ...) *ResourcePresetIterator
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) 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 (c *BackupServiceClient) BackupIterator(ctx context.Context, req *greenplum.ListBackupsRequest, opts ...grpc.CallOption) *BackupIterator
func (*BackupServiceClient) Delete ¶
func (c *BackupServiceClient) Delete(ctx context.Context, in *greenplum.DeleteBackupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements greenplum.BackupServiceClient
func (*BackupServiceClient) Get ¶
func (c *BackupServiceClient) Get(ctx context.Context, in *greenplum.GetBackupRequest, opts ...grpc.CallOption) (*greenplum.Backup, error)
Get implements greenplum.BackupServiceClient
func (*BackupServiceClient) List ¶
func (c *BackupServiceClient) List(ctx context.Context, in *greenplum.ListBackupsRequest, opts ...grpc.CallOption) (*greenplum.ListBackupsResponse, error)
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 ¶
func (it *ClusterBackupsIterator) Value() *greenplum.Backup
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 ¶
func (it *ClusterLogsIterator) Value() *greenplum.LogRecord
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 ¶
func (it *ClusterMasterHostsIterator) Value() *greenplum.Host
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 (it *ClusterOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*ClusterOperationsIterator) TakeAll ¶
func (it *ClusterOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*ClusterOperationsIterator) Value ¶
func (it *ClusterOperationsIterator) Value() *operation.Operation
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 ¶
func (it *ClusterSegmentHostsIterator) Value() *greenplum.Host
type ClusterServiceClient ¶
type ClusterServiceClient struct {
// contains filtered or unexported fields
}
ClusterServiceClient is a greenplum.ClusterServiceClient with lazy GRPC connection initialization.
func (*ClusterServiceClient) Backup ¶
func (c *ClusterServiceClient) Backup(ctx context.Context, in *greenplum.BackupClusterRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Backup implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) ClusterBackupsIterator ¶
func (c *ClusterServiceClient) ClusterBackupsIterator(ctx context.Context, req *greenplum.ListClusterBackupsRequest, opts ...grpc.CallOption) *ClusterBackupsIterator
func (*ClusterServiceClient) ClusterIterator ¶
func (c *ClusterServiceClient) ClusterIterator(ctx context.Context, req *greenplum.ListClustersRequest, opts ...grpc.CallOption) *ClusterIterator
func (*ClusterServiceClient) ClusterLogsIterator ¶
func (c *ClusterServiceClient) ClusterLogsIterator(ctx context.Context, req *greenplum.ListClusterLogsRequest, opts ...grpc.CallOption) *ClusterLogsIterator
func (*ClusterServiceClient) ClusterMasterHostsIterator ¶
func (c *ClusterServiceClient) ClusterMasterHostsIterator(ctx context.Context, req *greenplum.ListClusterHostsRequest, opts ...grpc.CallOption) *ClusterMasterHostsIterator
func (*ClusterServiceClient) ClusterOperationsIterator ¶
func (c *ClusterServiceClient) ClusterOperationsIterator(ctx context.Context, req *greenplum.ListClusterOperationsRequest, opts ...grpc.CallOption) *ClusterOperationsIterator
func (*ClusterServiceClient) ClusterSegmentHostsIterator ¶
func (c *ClusterServiceClient) ClusterSegmentHostsIterator(ctx context.Context, req *greenplum.ListClusterHostsRequest, opts ...grpc.CallOption) *ClusterSegmentHostsIterator
func (*ClusterServiceClient) Create ¶
func (c *ClusterServiceClient) Create(ctx context.Context, in *greenplum.CreateClusterRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) Delete ¶
func (c *ClusterServiceClient) Delete(ctx context.Context, in *greenplum.DeleteClusterRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) Expand ¶
func (c *ClusterServiceClient) Expand(ctx context.Context, in *greenplum.ExpandRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Expand implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) Get ¶
func (c *ClusterServiceClient) Get(ctx context.Context, in *greenplum.GetClusterRequest, opts ...grpc.CallOption) (*greenplum.Cluster, error)
Get implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) List ¶
func (c *ClusterServiceClient) List(ctx context.Context, in *greenplum.ListClustersRequest, opts ...grpc.CallOption) (*greenplum.ListClustersResponse, error)
List implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) ListBackups ¶
func (c *ClusterServiceClient) ListBackups(ctx context.Context, in *greenplum.ListClusterBackupsRequest, opts ...grpc.CallOption) (*greenplum.ListClusterBackupsResponse, error)
ListBackups implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) ListLogs ¶
func (c *ClusterServiceClient) ListLogs(ctx context.Context, in *greenplum.ListClusterLogsRequest, opts ...grpc.CallOption) (*greenplum.ListClusterLogsResponse, error)
ListLogs implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) ListMasterHosts ¶
func (c *ClusterServiceClient) ListMasterHosts(ctx context.Context, in *greenplum.ListClusterHostsRequest, opts ...grpc.CallOption) (*greenplum.ListClusterHostsResponse, error)
ListMasterHosts implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) ListOperations ¶
func (c *ClusterServiceClient) ListOperations(ctx context.Context, in *greenplum.ListClusterOperationsRequest, opts ...grpc.CallOption) (*greenplum.ListClusterOperationsResponse, error)
ListOperations implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) ListSegmentHosts ¶
func (c *ClusterServiceClient) ListSegmentHosts(ctx context.Context, in *greenplum.ListClusterHostsRequest, opts ...grpc.CallOption) (*greenplum.ListClusterHostsResponse, error)
ListSegmentHosts implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) Move ¶
func (c *ClusterServiceClient) Move(ctx context.Context, in *greenplum.MoveClusterRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Move implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) Restore ¶
func (c *ClusterServiceClient) Restore(ctx context.Context, in *greenplum.RestoreClusterRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Restore implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) Start ¶
func (c *ClusterServiceClient) Start(ctx context.Context, in *greenplum.StartClusterRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Start implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) Stop ¶
func (c *ClusterServiceClient) Stop(ctx context.Context, in *greenplum.StopClusterRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Stop implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) StreamLogs ¶
func (c *ClusterServiceClient) StreamLogs(ctx context.Context, in *greenplum.StreamClusterLogsRequest, opts ...grpc.CallOption) (greenplum.ClusterService_StreamLogsClient, error)
StreamLogs implements greenplum.ClusterServiceClient
func (*ClusterServiceClient) Update ¶
func (c *ClusterServiceClient) Update(ctx context.Context, in *greenplum.UpdateClusterRequest, opts ...grpc.CallOption) (*operation.Operation, error)
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 ¶
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 ¶
func (it *HBARuleAtRevisionIterator) Value() *greenplum.HBARule
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 ¶
func (c *HBARuleServiceClient) BatchUpdate(ctx context.Context, in *greenplum.BatchUpdateHBARulesRequest, opts ...grpc.CallOption) (*operation.Operation, error)
BatchUpdate implements greenplum.HBARuleServiceClient
func (*HBARuleServiceClient) Create ¶
func (c *HBARuleServiceClient) Create(ctx context.Context, in *greenplum.CreateHBARuleRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements greenplum.HBARuleServiceClient
func (*HBARuleServiceClient) Delete ¶
func (c *HBARuleServiceClient) Delete(ctx context.Context, in *greenplum.DeleteHBARuleRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements greenplum.HBARuleServiceClient
func (*HBARuleServiceClient) HBARuleAtRevisionIterator ¶
func (c *HBARuleServiceClient) HBARuleAtRevisionIterator(ctx context.Context, req *greenplum.ListHBARulesAtRevisionRequest, opts ...grpc.CallOption) *HBARuleAtRevisionIterator
func (*HBARuleServiceClient) HBARuleIterator ¶
func (c *HBARuleServiceClient) HBARuleIterator(ctx context.Context, req *greenplum.ListHBARulesRequest, opts ...grpc.CallOption) *HBARuleIterator
func (*HBARuleServiceClient) List ¶
func (c *HBARuleServiceClient) List(ctx context.Context, in *greenplum.ListHBARulesRequest, opts ...grpc.CallOption) (*greenplum.ListHBARulesResponse, error)
List implements greenplum.HBARuleServiceClient
func (*HBARuleServiceClient) ListAtRevision ¶
func (c *HBARuleServiceClient) ListAtRevision(ctx context.Context, in *greenplum.ListHBARulesAtRevisionRequest, opts ...grpc.CallOption) (*greenplum.ListHBARulesResponse, error)
ListAtRevision implements greenplum.HBARuleServiceClient
func (*HBARuleServiceClient) Update ¶
func (c *HBARuleServiceClient) Update(ctx context.Context, in *greenplum.UpdateHBARuleRequest, opts ...grpc.CallOption) (*operation.Operation, error)
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 (it *PXFDatasourceIterator) Take(size int64) ([]*greenplum.PXFDatasource, error)
func (*PXFDatasourceIterator) TakeAll ¶
func (it *PXFDatasourceIterator) TakeAll() ([]*greenplum.PXFDatasource, error)
func (*PXFDatasourceIterator) Value ¶
func (it *PXFDatasourceIterator) Value() *greenplum.PXFDatasource
type PXFDatasourceServiceClient ¶
type PXFDatasourceServiceClient struct {
// contains filtered or unexported fields
}
PXFDatasourceServiceClient is a greenplum.PXFDatasourceServiceClient with lazy GRPC connection initialization.
func (*PXFDatasourceServiceClient) Create ¶
func (c *PXFDatasourceServiceClient) Create(ctx context.Context, in *greenplum.CreatePXFDatasourceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements greenplum.PXFDatasourceServiceClient
func (*PXFDatasourceServiceClient) Delete ¶
func (c *PXFDatasourceServiceClient) Delete(ctx context.Context, in *greenplum.DeletePXFDatasourceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements greenplum.PXFDatasourceServiceClient
func (*PXFDatasourceServiceClient) List ¶
func (c *PXFDatasourceServiceClient) List(ctx context.Context, in *greenplum.ListPXFDatasourcesRequest, opts ...grpc.CallOption) (*greenplum.ListPXFDatasourcesResponse, error)
List implements greenplum.PXFDatasourceServiceClient
func (*PXFDatasourceServiceClient) PXFDatasourceIterator ¶
func (c *PXFDatasourceServiceClient) PXFDatasourceIterator(ctx context.Context, req *greenplum.ListPXFDatasourcesRequest, opts ...grpc.CallOption) *PXFDatasourceIterator
func (*PXFDatasourceServiceClient) Update ¶
func (c *PXFDatasourceServiceClient) Update(ctx context.Context, in *greenplum.UpdatePXFDatasourceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
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 (it *ResourcePresetIterator) Take(size int64) ([]*greenplum.ResourcePreset, error)
func (*ResourcePresetIterator) TakeAll ¶
func (it *ResourcePresetIterator) TakeAll() ([]*greenplum.ResourcePreset, error)
func (*ResourcePresetIterator) Value ¶
func (it *ResourcePresetIterator) Value() *greenplum.ResourcePreset
type ResourcePresetServiceClient ¶
type ResourcePresetServiceClient struct {
// contains filtered or unexported fields
}
ResourcePresetServiceClient is a greenplum.ResourcePresetServiceClient with lazy GRPC connection initialization.
func (*ResourcePresetServiceClient) Get ¶
func (c *ResourcePresetServiceClient) Get(ctx context.Context, in *greenplum.GetResourcePresetRequest, opts ...grpc.CallOption) (*greenplum.ResourcePreset, error)
Get implements greenplum.ResourcePresetServiceClient
func (*ResourcePresetServiceClient) List ¶
func (c *ResourcePresetServiceClient) List(ctx context.Context, in *greenplum.ListResourcePresetsRequest, opts ...grpc.CallOption) (*greenplum.ListResourcePresetsResponse, error)
List implements greenplum.ResourcePresetServiceClient
func (*ResourcePresetServiceClient) ResourcePresetIterator ¶
func (c *ResourcePresetServiceClient) ResourcePresetIterator(ctx context.Context, req *greenplum.ListResourcePresetsRequest, opts ...grpc.CallOption) *ResourcePresetIterator