Documentation ¶
Index ¶
- type QuboleClient
- func (_m *QuboleClient) ExecuteHiveCommand(ctx context.Context, commandStr string, timeoutVal uint32, ...) (*client.QuboleCommandDetails, error)
- func (_m *QuboleClient) GetCommandStatus(ctx context.Context, commandID string, accountKey string) (client.QuboleStatus, error)
- func (_m *QuboleClient) KillCommand(ctx context.Context, commandID string, accountKey string) error
- func (_m *QuboleClient) OnExecuteHiveCommand(ctx context.Context, commandStr string, timeoutVal uint32, ...) *QuboleClient_ExecuteHiveCommand
- func (_m *QuboleClient) OnExecuteHiveCommandMatch(matchers ...interface{}) *QuboleClient_ExecuteHiveCommand
- func (_m *QuboleClient) OnGetCommandStatus(ctx context.Context, commandID string, accountKey string) *QuboleClient_GetCommandStatus
- func (_m *QuboleClient) OnGetCommandStatusMatch(matchers ...interface{}) *QuboleClient_GetCommandStatus
- func (_m *QuboleClient) OnKillCommand(ctx context.Context, commandID string, accountKey string) *QuboleClient_KillCommand
- func (_m *QuboleClient) OnKillCommandMatch(matchers ...interface{}) *QuboleClient_KillCommand
- type QuboleClient_ExecuteHiveCommand
- type QuboleClient_GetCommandStatus
- type QuboleClient_KillCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QuboleClient ¶
QuboleClient is an autogenerated mock type for the QuboleClient type
func (*QuboleClient) ExecuteHiveCommand ¶
func (_m *QuboleClient) ExecuteHiveCommand(ctx context.Context, commandStr string, timeoutVal uint32, clusterPrimaryLabel string, accountKey string, tags []string, commandMetadata client.CommandMetadata) (*client.QuboleCommandDetails, error)
ExecuteHiveCommand provides a mock function with given fields: ctx, commandStr, timeoutVal, clusterPrimaryLabel, accountKey, tags, commandMetadata
func (*QuboleClient) GetCommandStatus ¶
func (_m *QuboleClient) GetCommandStatus(ctx context.Context, commandID string, accountKey string) (client.QuboleStatus, error)
GetCommandStatus provides a mock function with given fields: ctx, commandID, accountKey
func (*QuboleClient) KillCommand ¶
KillCommand provides a mock function with given fields: ctx, commandID, accountKey
func (*QuboleClient) OnExecuteHiveCommand ¶
func (_m *QuboleClient) OnExecuteHiveCommand(ctx context.Context, commandStr string, timeoutVal uint32, clusterPrimaryLabel string, accountKey string, tags []string, commandMetadata client.CommandMetadata) *QuboleClient_ExecuteHiveCommand
func (*QuboleClient) OnExecuteHiveCommandMatch ¶
func (_m *QuboleClient) OnExecuteHiveCommandMatch(matchers ...interface{}) *QuboleClient_ExecuteHiveCommand
func (*QuboleClient) OnGetCommandStatus ¶
func (_m *QuboleClient) OnGetCommandStatus(ctx context.Context, commandID string, accountKey string) *QuboleClient_GetCommandStatus
func (*QuboleClient) OnGetCommandStatusMatch ¶
func (_m *QuboleClient) OnGetCommandStatusMatch(matchers ...interface{}) *QuboleClient_GetCommandStatus
func (*QuboleClient) OnKillCommand ¶
func (_m *QuboleClient) OnKillCommand(ctx context.Context, commandID string, accountKey string) *QuboleClient_KillCommand
func (*QuboleClient) OnKillCommandMatch ¶
func (_m *QuboleClient) OnKillCommandMatch(matchers ...interface{}) *QuboleClient_KillCommand
type QuboleClient_ExecuteHiveCommand ¶
func (QuboleClient_ExecuteHiveCommand) Return ¶
func (_m QuboleClient_ExecuteHiveCommand) Return(_a0 *client.QuboleCommandDetails, _a1 error) *QuboleClient_ExecuteHiveCommand
type QuboleClient_GetCommandStatus ¶
func (QuboleClient_GetCommandStatus) Return ¶
func (_m QuboleClient_GetCommandStatus) Return(_a0 client.QuboleStatus, _a1 error) *QuboleClient_GetCommandStatus
type QuboleClient_KillCommand ¶
func (QuboleClient_KillCommand) Return ¶
func (_m QuboleClient_KillCommand) Return(_a0 error) *QuboleClient_KillCommand
Click to show internal directories.
Click to hide internal directories.