public static final class MigrationServiceGrpc.MigrationServiceBlockingV2Stub extends AbstractBlockingStub<MigrationServiceGrpc.MigrationServiceBlockingV2Stub>A stub to allow clients to do synchronous rpc calls to service MigrationService.
Service to handle EDW migrations.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > MigrationServiceGrpc.MigrationServiceBlockingV2StubMethods
build(Channel channel, CallOptions callOptions)
protected MigrationServiceGrpc.MigrationServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
MigrationServiceGrpc.MigrationServiceBlockingV2Stub |
|
createMigrationWorkflow(CreateMigrationWorkflowRequest request)
public MigrationWorkflow createMigrationWorkflow(CreateMigrationWorkflowRequest request)Creates a migration workflow.
| Parameter | |
|---|---|
| Name | Description |
request |
CreateMigrationWorkflowRequest |
| Returns | |
|---|---|
| Type | Description |
MigrationWorkflow |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request)
public Empty deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request)Deletes a migration workflow by name.
| Parameter | |
|---|---|
| Name | Description |
request |
DeleteMigrationWorkflowRequest |
| Returns | |
|---|---|
| Type | Description |
Empty |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getMigrationSubtask(GetMigrationSubtaskRequest request)
public MigrationSubtask getMigrationSubtask(GetMigrationSubtaskRequest request)Gets a previously created migration subtask.
| Parameter | |
|---|---|
| Name | Description |
request |
GetMigrationSubtaskRequest |
| Returns | |
|---|---|
| Type | Description |
MigrationSubtask |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getMigrationWorkflow(GetMigrationWorkflowRequest request)
public MigrationWorkflow getMigrationWorkflow(GetMigrationWorkflowRequest request)Gets a previously created migration workflow.
| Parameter | |
|---|---|
| Name | Description |
request |
GetMigrationWorkflowRequest |
| Returns | |
|---|---|
| Type | Description |
MigrationWorkflow |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
listMigrationSubtasks(ListMigrationSubtasksRequest request)
public ListMigrationSubtasksResponse listMigrationSubtasks(ListMigrationSubtasksRequest request)Lists previously created migration subtasks.
| Parameter | |
|---|---|
| Name | Description |
request |
ListMigrationSubtasksRequest |
| Returns | |
|---|---|
| Type | Description |
ListMigrationSubtasksResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
listMigrationWorkflows(ListMigrationWorkflowsRequest request)
public ListMigrationWorkflowsResponse listMigrationWorkflows(ListMigrationWorkflowsRequest request)Lists previously created migration workflow.
| Parameter | |
|---|---|
| Name | Description |
request |
ListMigrationWorkflowsRequest |
| Returns | |
|---|---|
| Type | Description |
ListMigrationWorkflowsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
startMigrationWorkflow(StartMigrationWorkflowRequest request)
public Empty startMigrationWorkflow(StartMigrationWorkflowRequest request)Starts a previously created migration workflow. I.e., the state transitions from DRAFT to RUNNING. This is a no-op if the state is already RUNNING. An error will be signaled if the state is anything other than DRAFT or RUNNING.
| Parameter | |
|---|---|
| Name | Description |
request |
StartMigrationWorkflowRequest |
| Returns | |
|---|---|
| Type | Description |
Empty |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|