mock_yt

package
v0.0.0-...-5d45249 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mock_yt is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClient

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

MockClient is a mock of Client interface.

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance.

func (*MockClient) AbortOperation

func (m *MockClient) AbortOperation(arg0 context.Context, arg1 yt.OperationID, arg2 *yt.AbortOperationOptions) error

AbortOperation mocks base method.

func (*MockClient) AbortQuery

func (m *MockClient) AbortQuery(arg0 context.Context, arg1 yt.QueryID, arg2 *yt.AbortQueryOptions) error

AbortQuery mocks base method.

func (*MockClient) AbortTx

func (m *MockClient) AbortTx(arg0 context.Context, arg1 yt.TxID, arg2 *yt.AbortTxOptions) error

AbortTx mocks base method.

func (*MockClient) AddMaintenance

AddMaintenance mocks base method.

func (*MockClient) AddMember

func (m *MockClient) AddMember(arg0 context.Context, arg1, arg2 string, arg3 *yt.AddMemberOptions) error

AddMember mocks base method.

func (*MockClient) AlterQuery

func (m *MockClient) AlterQuery(arg0 context.Context, arg1 yt.QueryID, arg2 *yt.AlterQueryOptions) error

AlterQuery mocks base method.

func (*MockClient) AlterTable

func (m *MockClient) AlterTable(arg0 context.Context, arg1 ypath.Path, arg2 *yt.AlterTableOptions) error

AlterTable mocks base method.

func (*MockClient) AlterTableReplica

func (m *MockClient) AlterTableReplica(arg0 context.Context, arg1 yt.NodeID, arg2 *yt.AlterTableReplicaOptions) error

AlterTableReplica mocks base method.

func (*MockClient) BeginTabletTx

func (m *MockClient) BeginTabletTx(arg0 context.Context, arg1 *yt.StartTabletTxOptions) (yt.TabletTx, error)

BeginTabletTx mocks base method.

func (*MockClient) BeginTx

func (m *MockClient) BeginTx(arg0 context.Context, arg1 *yt.StartTxOptions) (yt.Tx, error)

BeginTx mocks base method.

func (*MockClient) BuildMasterSnapshots

func (m *MockClient) BuildMasterSnapshots(arg0 context.Context, arg1 *yt.BuildMasterSnapshotsOptions) (*[]yt.BuildMasterSnapshot, error)

BuildMasterSnapshots mocks base method.

func (*MockClient) BuildSnapshot

func (m *MockClient) BuildSnapshot(arg0 context.Context, arg1 *yt.BuildSnapshotOptions) (*yt.BuildSnapshotResponse, error)

BuildSnapshot mocks base method.

func (*MockClient) CheckPermission

func (m *MockClient) CheckPermission(arg0 context.Context, arg1, arg2 string, arg3 ypath.YPath, arg4 *yt.CheckPermissionOptions) (*yt.CheckPermissionResponse, error)

CheckPermission mocks base method.

func (*MockClient) CommitTx

func (m *MockClient) CommitTx(arg0 context.Context, arg1 yt.TxID, arg2 *yt.CommitTxOptions) error

CommitTx mocks base method.

func (*MockClient) CompleteOperation

func (m *MockClient) CompleteOperation(arg0 context.Context, arg1 yt.OperationID, arg2 *yt.CompleteOperationOptions) error

CompleteOperation mocks base method.

func (*MockClient) CopyNode

func (m *MockClient) CopyNode(arg0 context.Context, arg1, arg2 ypath.YPath, arg3 *yt.CopyNodeOptions) (yt.NodeID, error)

CopyNode mocks base method.

func (*MockClient) CreateNode

func (m *MockClient) CreateNode(arg0 context.Context, arg1 ypath.YPath, arg2 yt.NodeType, arg3 *yt.CreateNodeOptions) (yt.NodeID, error)

CreateNode mocks base method.

func (*MockClient) CreateObject

func (m *MockClient) CreateObject(arg0 context.Context, arg1 yt.NodeType, arg2 *yt.CreateObjectOptions) (yt.NodeID, error)

CreateObject mocks base method.

func (*MockClient) CreateTableBackup

func (m *MockClient) CreateTableBackup(arg0 context.Context, arg1 yt.BackupManifest, arg2 *yt.CreateTableBackupOptions) error

CreateTableBackup mocks base method.

func (*MockClient) DeleteRows

func (m *MockClient) DeleteRows(arg0 context.Context, arg1 ypath.Path, arg2 []interface{}, arg3 *yt.DeleteRowsOptions) error

DeleteRows mocks base method.

func (*MockClient) DestroyChunkLocations

func (m *MockClient) DestroyChunkLocations(arg0 context.Context, arg1 string, arg2 bool, arg3 []guid.GUID, arg4 *yt.DestroyChunkLocationsOptions) (*yt.DestroyChunkLocationsResponse, error)

DestroyChunkLocations mocks base method.

func (*MockClient) DisableChunkLocations

func (m *MockClient) DisableChunkLocations(arg0 context.Context, arg1 string, arg2 []guid.GUID, arg3 *yt.DisableChunkLocationsOptions) (*yt.DisableChunkLocationsResponse, error)

DisableChunkLocations mocks base method.

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClient) FreezeTable

func (m *MockClient) FreezeTable(arg0 context.Context, arg1 ypath.Path, arg2 *yt.FreezeTableOptions) error

FreezeTable mocks base method.

func (*MockClient) GenerateTimestamp

func (m *MockClient) GenerateTimestamp(arg0 context.Context, arg1 *yt.GenerateTimestampOptions) (yt.Timestamp, error)

GenerateTimestamp mocks base method.

func (*MockClient) GetFileFromCache

func (m *MockClient) GetFileFromCache(arg0 context.Context, arg1 string, arg2 *yt.GetFileFromCacheOptions) (ypath.YPath, error)

GetFileFromCache mocks base method.

func (*MockClient) GetInSyncReplicas

func (m *MockClient) GetInSyncReplicas(arg0 context.Context, arg1 ypath.Path, arg2 yt.Timestamp, arg3 []interface{}, arg4 *yt.GetInSyncReplicasOptions) ([]yt.NodeID, error)

GetInSyncReplicas mocks base method.

func (*MockClient) GetJobStderr

func (m *MockClient) GetJobStderr(arg0 context.Context, arg1 yt.OperationID, arg2 yt.JobID, arg3 *yt.GetJobStderrOptions) ([]byte, error)

GetJobStderr mocks base method.

func (*MockClient) GetNode

func (m *MockClient) GetNode(arg0 context.Context, arg1 ypath.YPath, arg2 interface{}, arg3 *yt.GetNodeOptions) error

GetNode mocks base method.

func (*MockClient) GetOperation

func (m *MockClient) GetOperation(arg0 context.Context, arg1 yt.OperationID, arg2 *yt.GetOperationOptions) (*yt.OperationStatus, error)

GetOperation mocks base method.

func (*MockClient) GetOperationByAlias

func (m *MockClient) GetOperationByAlias(arg0 context.Context, arg1 string, arg2 *yt.GetOperationOptions) (*yt.OperationStatus, error)

GetOperationByAlias mocks base method.

func (*MockClient) GetQuery

func (m *MockClient) GetQuery(arg0 context.Context, arg1 yt.QueryID, arg2 *yt.GetQueryOptions) (*yt.Query, error)

GetQuery mocks base method.

func (*MockClient) GetQueryResult

func (m *MockClient) GetQueryResult(arg0 context.Context, arg1 yt.QueryID, arg2 int64, arg3 *yt.GetQueryResultOptions) (*yt.QueryResult, error)

GetQueryResult mocks base method.

func (*MockClient) InsertRowBatch

func (m *MockClient) InsertRowBatch(arg0 context.Context, arg1 ypath.Path, arg2 yt.RowBatch, arg3 *yt.InsertRowsOptions) error

InsertRowBatch mocks base method.

func (*MockClient) InsertRows

func (m *MockClient) InsertRows(arg0 context.Context, arg1 ypath.Path, arg2 []interface{}, arg3 *yt.InsertRowsOptions) error

InsertRows mocks base method.

func (*MockClient) LinkNode

func (m *MockClient) LinkNode(arg0 context.Context, arg1, arg2 ypath.YPath, arg3 *yt.LinkNodeOptions) (yt.NodeID, error)

LinkNode mocks base method.

func (*MockClient) ListJobs

func (m *MockClient) ListJobs(arg0 context.Context, arg1 yt.OperationID, arg2 *yt.ListJobsOptions) (*yt.ListJobsResult, error)

ListJobs mocks base method.

func (*MockClient) ListNode

func (m *MockClient) ListNode(arg0 context.Context, arg1 ypath.YPath, arg2 interface{}, arg3 *yt.ListNodeOptions) error

ListNode mocks base method.

func (*MockClient) ListOperations

func (m *MockClient) ListOperations(arg0 context.Context, arg1 *yt.ListOperationsOptions) (*yt.ListOperationsResult, error)

ListOperations mocks base method.

func (*MockClient) ListQueries

func (m *MockClient) ListQueries(arg0 context.Context, arg1 *yt.ListQueriesOptions) (*yt.ListQueriesResult, error)

ListQueries mocks base method.

func (*MockClient) LocateSkynetShare

func (m *MockClient) LocateSkynetShare(arg0 context.Context, arg1 ypath.YPath, arg2 *yt.LocateSkynetShareOptions) (yt.ShareLocation, error)

LocateSkynetShare mocks base method.

func (*MockClient) LockRows

func (m *MockClient) LockRows(arg0 context.Context, arg1 ypath.Path, arg2 []string, arg3 yt.LockType, arg4 []interface{}, arg5 *yt.LockRowsOptions) error

LockRows mocks base method.

func (*MockClient) LookupRows

func (m *MockClient) LookupRows(arg0 context.Context, arg1 ypath.Path, arg2 []interface{}, arg3 *yt.LookupRowsOptions) (yt.TableReader, error)

LookupRows mocks base method.

func (*MockClient) MountTable

func (m *MockClient) MountTable(arg0 context.Context, arg1 ypath.Path, arg2 *yt.MountTableOptions) error

MountTable mocks base method.

func (*MockClient) MoveNode

func (m *MockClient) MoveNode(arg0 context.Context, arg1, arg2 ypath.YPath, arg3 *yt.MoveNodeOptions) (yt.NodeID, error)

MoveNode mocks base method.

func (*MockClient) MultisetAttributes

func (m *MockClient) MultisetAttributes(arg0 context.Context, arg1 ypath.YPath, arg2 map[string]interface{}, arg3 *yt.MultisetAttributesOptions) error

MultisetAttributes mocks base method.

func (*MockClient) NewRowBatchWriter

func (m *MockClient) NewRowBatchWriter() yt.RowBatchWriter

NewRowBatchWriter mocks base method.

func (*MockClient) NodeExists

func (m *MockClient) NodeExists(arg0 context.Context, arg1 ypath.YPath, arg2 *yt.NodeExistsOptions) (bool, error)

NodeExists mocks base method.

func (*MockClient) PingTx

func (m *MockClient) PingTx(arg0 context.Context, arg1 yt.TxID, arg2 *yt.PingTxOptions) error

PingTx mocks base method.

func (*MockClient) PutFileToCache

func (m *MockClient) PutFileToCache(arg0 context.Context, arg1 ypath.YPath, arg2 string, arg3 *yt.PutFileToCacheOptions) (ypath.YPath, error)

PutFileToCache mocks base method.

func (*MockClient) ReadFile

func (m *MockClient) ReadFile(arg0 context.Context, arg1 ypath.YPath, arg2 *yt.ReadFileOptions) (io.ReadCloser, error)

ReadFile mocks base method.

func (*MockClient) ReadQueryResult

func (m *MockClient) ReadQueryResult(arg0 context.Context, arg1 yt.QueryID, arg2 int64, arg3 *yt.ReadQueryResultOptions) (yt.TableReader, error)

ReadQueryResult mocks base method.

func (*MockClient) ReadTable

func (m *MockClient) ReadTable(arg0 context.Context, arg1 ypath.YPath, arg2 *yt.ReadTableOptions) (yt.TableReader, error)

ReadTable mocks base method.

func (*MockClient) RemountTable

func (m *MockClient) RemountTable(arg0 context.Context, arg1 ypath.Path, arg2 *yt.RemountTableOptions) error

RemountTable mocks base method.

func (*MockClient) RemoveMaintenance

RemoveMaintenance mocks base method.

func (*MockClient) RemoveMember

func (m *MockClient) RemoveMember(arg0 context.Context, arg1, arg2 string, arg3 *yt.RemoveMemberOptions) error

RemoveMember mocks base method.

func (*MockClient) RemoveNode

func (m *MockClient) RemoveNode(arg0 context.Context, arg1 ypath.YPath, arg2 *yt.RemoveNodeOptions) error

RemoveNode mocks base method.

func (*MockClient) RequestRestart

func (m *MockClient) RequestRestart(arg0 context.Context, arg1 string, arg2 *yt.RequestRestartOptions) error

RequestRestart mocks base method.

func (*MockClient) ReshardTable

func (m *MockClient) ReshardTable(arg0 context.Context, arg1 ypath.Path, arg2 *yt.ReshardTableOptions) error

ReshardTable mocks base method.

func (*MockClient) RestoreTableBackup

func (m *MockClient) RestoreTableBackup(arg0 context.Context, arg1 yt.BackupManifest, arg2 *yt.RestoreTableBackupOptions) error

RestoreTableBackup mocks base method.

func (*MockClient) ResumeOperation

func (m *MockClient) ResumeOperation(arg0 context.Context, arg1 yt.OperationID, arg2 *yt.ResumeOperationOptions) error

ResumeOperation mocks base method.

func (*MockClient) ResurrectChunkLocations

func (m *MockClient) ResurrectChunkLocations(arg0 context.Context, arg1 string, arg2 []guid.GUID, arg3 *yt.ResurrectChunkLocationsOptions) (*yt.ResurrectChunkLocationsResponse, error)

ResurrectChunkLocations mocks base method.

func (*MockClient) SelectRows

func (m *MockClient) SelectRows(arg0 context.Context, arg1 string, arg2 *yt.SelectRowsOptions) (yt.TableReader, error)

SelectRows mocks base method.

func (*MockClient) SetNode

func (m *MockClient) SetNode(arg0 context.Context, arg1 ypath.YPath, arg2 interface{}, arg3 *yt.SetNodeOptions) error

SetNode mocks base method.

func (*MockClient) StartOperation

func (m *MockClient) StartOperation(arg0 context.Context, arg1 yt.OperationType, arg2 interface{}, arg3 *yt.StartOperationOptions) (yt.OperationID, error)

StartOperation mocks base method.

func (*MockClient) StartQuery

func (m *MockClient) StartQuery(arg0 context.Context, arg1 yt.QueryEngine, arg2 string, arg3 *yt.StartQueryOptions) (yt.QueryID, error)

StartQuery mocks base method.

func (*MockClient) StartTabletTx

func (m *MockClient) StartTabletTx(arg0 context.Context, arg1 *yt.StartTabletTxOptions) (yt.TxID, error)

StartTabletTx mocks base method.

func (*MockClient) StartTx

func (m *MockClient) StartTx(arg0 context.Context, arg1 *yt.StartTxOptions) (yt.TxID, error)

StartTx mocks base method.

func (*MockClient) Stop

func (m *MockClient) Stop()

Stop mocks base method.

func (*MockClient) SuspendOperation

func (m *MockClient) SuspendOperation(arg0 context.Context, arg1 yt.OperationID, arg2 *yt.SuspendOperationOptions) error

SuspendOperation mocks base method.

func (*MockClient) TransferAccountResources

func (m *MockClient) TransferAccountResources(arg0 context.Context, arg1, arg2 string, arg3 interface{}, arg4 *yt.TransferAccountResourcesOptions) error

TransferAccountResources mocks base method.

func (*MockClient) TransferPoolResources

func (m *MockClient) TransferPoolResources(arg0 context.Context, arg1, arg2, arg3 string, arg4 interface{}, arg5 *yt.TransferPoolResourcesOptions) error

TransferPoolResources mocks base method.

func (*MockClient) UnfreezeTable

func (m *MockClient) UnfreezeTable(arg0 context.Context, arg1 ypath.Path, arg2 *yt.UnfreezeTableOptions) error

UnfreezeTable mocks base method.

func (*MockClient) UnmountTable

func (m *MockClient) UnmountTable(arg0 context.Context, arg1 ypath.Path, arg2 *yt.UnmountTableOptions) error

UnmountTable mocks base method.

func (*MockClient) UpdateOperationParameters

func (m *MockClient) UpdateOperationParameters(arg0 context.Context, arg1 yt.OperationID, arg2 interface{}, arg3 *yt.UpdateOperationParametersOptions) error

UpdateOperationParameters mocks base method.

func (*MockClient) WriteFile

func (m *MockClient) WriteFile(arg0 context.Context, arg1 ypath.YPath, arg2 *yt.WriteFileOptions) (io.WriteCloser, error)

WriteFile mocks base method.

func (*MockClient) WriteTable

func (m *MockClient) WriteTable(arg0 context.Context, arg1 ypath.YPath, arg2 *yt.WriteTableOptions) (yt.TableWriter, error)

WriteTable mocks base method.

type MockClientMockRecorder

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

MockClientMockRecorder is the mock recorder for MockClient.

func (*MockClientMockRecorder) AbortOperation

func (mr *MockClientMockRecorder) AbortOperation(arg0, arg1, arg2 interface{}) *gomock.Call

AbortOperation indicates an expected call of AbortOperation.

func (*MockClientMockRecorder) AbortQuery

func (mr *MockClientMockRecorder) AbortQuery(arg0, arg1, arg2 interface{}) *gomock.Call

AbortQuery indicates an expected call of AbortQuery.

func (*MockClientMockRecorder) AbortTx

func (mr *MockClientMockRecorder) AbortTx(arg0, arg1, arg2 interface{}) *gomock.Call

AbortTx indicates an expected call of AbortTx.

func (*MockClientMockRecorder) AddMaintenance

func (mr *MockClientMockRecorder) AddMaintenance(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

AddMaintenance indicates an expected call of AddMaintenance.

func (*MockClientMockRecorder) AddMember

func (mr *MockClientMockRecorder) AddMember(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

AddMember indicates an expected call of AddMember.

func (*MockClientMockRecorder) AlterQuery

func (mr *MockClientMockRecorder) AlterQuery(arg0, arg1, arg2 interface{}) *gomock.Call

AlterQuery indicates an expected call of AlterQuery.

func (*MockClientMockRecorder) AlterTable

func (mr *MockClientMockRecorder) AlterTable(arg0, arg1, arg2 interface{}) *gomock.Call

AlterTable indicates an expected call of AlterTable.

func (*MockClientMockRecorder) AlterTableReplica

func (mr *MockClientMockRecorder) AlterTableReplica(arg0, arg1, arg2 interface{}) *gomock.Call

AlterTableReplica indicates an expected call of AlterTableReplica.

func (*MockClientMockRecorder) BeginTabletTx

func (mr *MockClientMockRecorder) BeginTabletTx(arg0, arg1 interface{}) *gomock.Call

BeginTabletTx indicates an expected call of BeginTabletTx.

func (*MockClientMockRecorder) BeginTx

func (mr *MockClientMockRecorder) BeginTx(arg0, arg1 interface{}) *gomock.Call

BeginTx indicates an expected call of BeginTx.

func (*MockClientMockRecorder) BuildMasterSnapshots

func (mr *MockClientMockRecorder) BuildMasterSnapshots(arg0, arg1 interface{}) *gomock.Call

BuildMasterSnapshots indicates an expected call of BuildMasterSnapshots.

func (*MockClientMockRecorder) BuildSnapshot

func (mr *MockClientMockRecorder) BuildSnapshot(arg0, arg1 interface{}) *gomock.Call

BuildSnapshot indicates an expected call of BuildSnapshot.

func (*MockClientMockRecorder) CheckPermission

func (mr *MockClientMockRecorder) CheckPermission(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

CheckPermission indicates an expected call of CheckPermission.

func (*MockClientMockRecorder) CommitTx

func (mr *MockClientMockRecorder) CommitTx(arg0, arg1, arg2 interface{}) *gomock.Call

CommitTx indicates an expected call of CommitTx.

func (*MockClientMockRecorder) CompleteOperation

func (mr *MockClientMockRecorder) CompleteOperation(arg0, arg1, arg2 interface{}) *gomock.Call

CompleteOperation indicates an expected call of CompleteOperation.

func (*MockClientMockRecorder) CopyNode

func (mr *MockClientMockRecorder) CopyNode(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

CopyNode indicates an expected call of CopyNode.

func (*MockClientMockRecorder) CreateNode

func (mr *MockClientMockRecorder) CreateNode(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

CreateNode indicates an expected call of CreateNode.

func (*MockClientMockRecorder) CreateObject

func (mr *MockClientMockRecorder) CreateObject(arg0, arg1, arg2 interface{}) *gomock.Call

CreateObject indicates an expected call of CreateObject.

func (*MockClientMockRecorder) CreateTableBackup

func (mr *MockClientMockRecorder) CreateTableBackup(arg0, arg1, arg2 interface{}) *gomock.Call

CreateTableBackup indicates an expected call of CreateTableBackup.

func (*MockClientMockRecorder) DeleteRows

func (mr *MockClientMockRecorder) DeleteRows(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

DeleteRows indicates an expected call of DeleteRows.

func (*MockClientMockRecorder) DestroyChunkLocations

func (mr *MockClientMockRecorder) DestroyChunkLocations(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

DestroyChunkLocations indicates an expected call of DestroyChunkLocations.

func (*MockClientMockRecorder) DisableChunkLocations

func (mr *MockClientMockRecorder) DisableChunkLocations(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

DisableChunkLocations indicates an expected call of DisableChunkLocations.

func (*MockClientMockRecorder) FreezeTable

func (mr *MockClientMockRecorder) FreezeTable(arg0, arg1, arg2 interface{}) *gomock.Call

FreezeTable indicates an expected call of FreezeTable.

func (*MockClientMockRecorder) GenerateTimestamp

func (mr *MockClientMockRecorder) GenerateTimestamp(arg0, arg1 interface{}) *gomock.Call

GenerateTimestamp indicates an expected call of GenerateTimestamp.

func (*MockClientMockRecorder) GetFileFromCache

func (mr *MockClientMockRecorder) GetFileFromCache(arg0, arg1, arg2 interface{}) *gomock.Call

GetFileFromCache indicates an expected call of GetFileFromCache.

func (*MockClientMockRecorder) GetInSyncReplicas

func (mr *MockClientMockRecorder) GetInSyncReplicas(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

GetInSyncReplicas indicates an expected call of GetInSyncReplicas.

func (*MockClientMockRecorder) GetJobStderr

func (mr *MockClientMockRecorder) GetJobStderr(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetJobStderr indicates an expected call of GetJobStderr.

func (*MockClientMockRecorder) GetNode

func (mr *MockClientMockRecorder) GetNode(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetNode indicates an expected call of GetNode.

func (*MockClientMockRecorder) GetOperation

func (mr *MockClientMockRecorder) GetOperation(arg0, arg1, arg2 interface{}) *gomock.Call

GetOperation indicates an expected call of GetOperation.

func (*MockClientMockRecorder) GetOperationByAlias

func (mr *MockClientMockRecorder) GetOperationByAlias(arg0, arg1, arg2 interface{}) *gomock.Call

GetOperationByAlias indicates an expected call of GetOperationByAlias.

func (*MockClientMockRecorder) GetQuery

func (mr *MockClientMockRecorder) GetQuery(arg0, arg1, arg2 interface{}) *gomock.Call

GetQuery indicates an expected call of GetQuery.

func (*MockClientMockRecorder) GetQueryResult

func (mr *MockClientMockRecorder) GetQueryResult(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetQueryResult indicates an expected call of GetQueryResult.

func (*MockClientMockRecorder) InsertRowBatch

func (mr *MockClientMockRecorder) InsertRowBatch(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

InsertRowBatch indicates an expected call of InsertRowBatch.

func (*MockClientMockRecorder) InsertRows

func (mr *MockClientMockRecorder) InsertRows(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

InsertRows indicates an expected call of InsertRows.

func (*MockClientMockRecorder) LinkNode

func (mr *MockClientMockRecorder) LinkNode(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

LinkNode indicates an expected call of LinkNode.

func (*MockClientMockRecorder) ListJobs

func (mr *MockClientMockRecorder) ListJobs(arg0, arg1, arg2 interface{}) *gomock.Call

ListJobs indicates an expected call of ListJobs.

func (*MockClientMockRecorder) ListNode

func (mr *MockClientMockRecorder) ListNode(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ListNode indicates an expected call of ListNode.

func (*MockClientMockRecorder) ListOperations

func (mr *MockClientMockRecorder) ListOperations(arg0, arg1 interface{}) *gomock.Call

ListOperations indicates an expected call of ListOperations.

func (*MockClientMockRecorder) ListQueries

func (mr *MockClientMockRecorder) ListQueries(arg0, arg1 interface{}) *gomock.Call

ListQueries indicates an expected call of ListQueries.

func (*MockClientMockRecorder) LocateSkynetShare

func (mr *MockClientMockRecorder) LocateSkynetShare(arg0, arg1, arg2 interface{}) *gomock.Call

LocateSkynetShare indicates an expected call of LocateSkynetShare.

func (*MockClientMockRecorder) LockRows

func (mr *MockClientMockRecorder) LockRows(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

LockRows indicates an expected call of LockRows.

func (*MockClientMockRecorder) LookupRows

func (mr *MockClientMockRecorder) LookupRows(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

LookupRows indicates an expected call of LookupRows.

func (*MockClientMockRecorder) MountTable

func (mr *MockClientMockRecorder) MountTable(arg0, arg1, arg2 interface{}) *gomock.Call

MountTable indicates an expected call of MountTable.

func (*MockClientMockRecorder) MoveNode

func (mr *MockClientMockRecorder) MoveNode(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

MoveNode indicates an expected call of MoveNode.

func (*MockClientMockRecorder) MultisetAttributes

func (mr *MockClientMockRecorder) MultisetAttributes(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

MultisetAttributes indicates an expected call of MultisetAttributes.

func (*MockClientMockRecorder) NewRowBatchWriter

func (mr *MockClientMockRecorder) NewRowBatchWriter() *gomock.Call

NewRowBatchWriter indicates an expected call of NewRowBatchWriter.

func (*MockClientMockRecorder) NodeExists

func (mr *MockClientMockRecorder) NodeExists(arg0, arg1, arg2 interface{}) *gomock.Call

NodeExists indicates an expected call of NodeExists.

func (*MockClientMockRecorder) PingTx

func (mr *MockClientMockRecorder) PingTx(arg0, arg1, arg2 interface{}) *gomock.Call

PingTx indicates an expected call of PingTx.

func (*MockClientMockRecorder) PutFileToCache

func (mr *MockClientMockRecorder) PutFileToCache(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

PutFileToCache indicates an expected call of PutFileToCache.

func (*MockClientMockRecorder) ReadFile

func (mr *MockClientMockRecorder) ReadFile(arg0, arg1, arg2 interface{}) *gomock.Call

ReadFile indicates an expected call of ReadFile.

func (*MockClientMockRecorder) ReadQueryResult

func (mr *MockClientMockRecorder) ReadQueryResult(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ReadQueryResult indicates an expected call of ReadQueryResult.

func (*MockClientMockRecorder) ReadTable

func (mr *MockClientMockRecorder) ReadTable(arg0, arg1, arg2 interface{}) *gomock.Call

ReadTable indicates an expected call of ReadTable.

func (*MockClientMockRecorder) RemountTable

func (mr *MockClientMockRecorder) RemountTable(arg0, arg1, arg2 interface{}) *gomock.Call

RemountTable indicates an expected call of RemountTable.

func (*MockClientMockRecorder) RemoveMaintenance

func (mr *MockClientMockRecorder) RemoveMaintenance(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

RemoveMaintenance indicates an expected call of RemoveMaintenance.

func (*MockClientMockRecorder) RemoveMember

func (mr *MockClientMockRecorder) RemoveMember(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

RemoveMember indicates an expected call of RemoveMember.

func (*MockClientMockRecorder) RemoveNode

func (mr *MockClientMockRecorder) RemoveNode(arg0, arg1, arg2 interface{}) *gomock.Call

RemoveNode indicates an expected call of RemoveNode.

func (*MockClientMockRecorder) RequestRestart

func (mr *MockClientMockRecorder) RequestRestart(arg0, arg1, arg2 interface{}) *gomock.Call

RequestRestart indicates an expected call of RequestRestart.

func (*MockClientMockRecorder) ReshardTable

func (mr *MockClientMockRecorder) ReshardTable(arg0, arg1, arg2 interface{}) *gomock.Call

ReshardTable indicates an expected call of ReshardTable.

func (*MockClientMockRecorder) RestoreTableBackup

func (mr *MockClientMockRecorder) RestoreTableBackup(arg0, arg1, arg2 interface{}) *gomock.Call

RestoreTableBackup indicates an expected call of RestoreTableBackup.

func (*MockClientMockRecorder) ResumeOperation

func (mr *MockClientMockRecorder) ResumeOperation(arg0, arg1, arg2 interface{}) *gomock.Call

ResumeOperation indicates an expected call of ResumeOperation.

func (*MockClientMockRecorder) ResurrectChunkLocations

func (mr *MockClientMockRecorder) ResurrectChunkLocations(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ResurrectChunkLocations indicates an expected call of ResurrectChunkLocations.

func (*MockClientMockRecorder) SelectRows

func (mr *MockClientMockRecorder) SelectRows(arg0, arg1, arg2 interface{}) *gomock.Call

SelectRows indicates an expected call of SelectRows.

func (*MockClientMockRecorder) SetNode

func (mr *MockClientMockRecorder) SetNode(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

SetNode indicates an expected call of SetNode.

func (*MockClientMockRecorder) StartOperation

func (mr *MockClientMockRecorder) StartOperation(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StartOperation indicates an expected call of StartOperation.

func (*MockClientMockRecorder) StartQuery

func (mr *MockClientMockRecorder) StartQuery(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

StartQuery indicates an expected call of StartQuery.

func (*MockClientMockRecorder) StartTabletTx

func (mr *MockClientMockRecorder) StartTabletTx(arg0, arg1 interface{}) *gomock.Call

StartTabletTx indicates an expected call of StartTabletTx.

func (*MockClientMockRecorder) StartTx

func (mr *MockClientMockRecorder) StartTx(arg0, arg1 interface{}) *gomock.Call

StartTx indicates an expected call of StartTx.

func (*MockClientMockRecorder) Stop

func (mr *MockClientMockRecorder) Stop() *gomock.Call

Stop indicates an expected call of Stop.

func (*MockClientMockRecorder) SuspendOperation

func (mr *MockClientMockRecorder) SuspendOperation(arg0, arg1, arg2 interface{}) *gomock.Call

SuspendOperation indicates an expected call of SuspendOperation.

func (*MockClientMockRecorder) TransferAccountResources

func (mr *MockClientMockRecorder) TransferAccountResources(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

TransferAccountResources indicates an expected call of TransferAccountResources.

func (*MockClientMockRecorder) TransferPoolResources

func (mr *MockClientMockRecorder) TransferPoolResources(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

TransferPoolResources indicates an expected call of TransferPoolResources.

func (*MockClientMockRecorder) UnfreezeTable

func (mr *MockClientMockRecorder) UnfreezeTable(arg0, arg1, arg2 interface{}) *gomock.Call

UnfreezeTable indicates an expected call of UnfreezeTable.

func (*MockClientMockRecorder) UnmountTable

func (mr *MockClientMockRecorder) UnmountTable(arg0, arg1, arg2 interface{}) *gomock.Call

UnmountTable indicates an expected call of UnmountTable.

func (*MockClientMockRecorder) UpdateOperationParameters

func (mr *MockClientMockRecorder) UpdateOperationParameters(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

UpdateOperationParameters indicates an expected call of UpdateOperationParameters.

func (*MockClientMockRecorder) WriteFile

func (mr *MockClientMockRecorder) WriteFile(arg0, arg1, arg2 interface{}) *gomock.Call

WriteFile indicates an expected call of WriteFile.

func (*MockClientMockRecorder) WriteTable

func (mr *MockClientMockRecorder) WriteTable(arg0, arg1, arg2 interface{}) *gomock.Call

WriteTable indicates an expected call of WriteTable.

Jump to

Keyboard shortcuts

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