Class MigrationServiceGrpc.MigrationServiceImplBase (0.12.0)

publicabstractstaticclass MigrationServiceGrpc.MigrationServiceImplBaseimplementsBindableService

Service to handle EDW migrations.

Inheritance

java.lang.Object > MigrationServiceGrpc.MigrationServiceImplBase

Implements

io.grpc.BindableService

Constructors

MigrationServiceImplBase()

publicMigrationServiceImplBase()

Methods

bindService()

publicfinalServerServiceDefinitionbindService()
Returns
Type Description
io.grpc.ServerServiceDefinition

createMigrationWorkflow(CreateMigrationWorkflowRequest request, StreamObserver<MigrationWorkflow> responseObserver)

publicvoidcreateMigrationWorkflow(CreateMigrationWorkflowRequestrequest,StreamObserver<MigrationWorkflow>responseObserver)

Creates a migration workflow.

Parameters
Name Description
responseObserver io.grpc.stub.StreamObserver<MigrationWorkflow>

deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request, StreamObserver<Empty> responseObserver)

publicvoiddeleteMigrationWorkflow(DeleteMigrationWorkflowRequestrequest,StreamObserver<Empty>responseObserver)

Deletes a migration workflow by name.

Parameters
Name Description
responseObserver io.grpc.stub.StreamObserver<Empty>

getMigrationSubtask(GetMigrationSubtaskRequest request, StreamObserver<MigrationSubtask> responseObserver)

publicvoidgetMigrationSubtask(GetMigrationSubtaskRequestrequest,StreamObserver<MigrationSubtask>responseObserver)

Gets a previously created migration subtask.

Parameters
Name Description
responseObserver io.grpc.stub.StreamObserver<MigrationSubtask>

getMigrationWorkflow(GetMigrationWorkflowRequest request, StreamObserver<MigrationWorkflow> responseObserver)

publicvoidgetMigrationWorkflow(GetMigrationWorkflowRequestrequest,StreamObserver<MigrationWorkflow>responseObserver)

Gets a previously created migration workflow.

Parameters
Name Description
responseObserver io.grpc.stub.StreamObserver<MigrationWorkflow>

listMigrationSubtasks(ListMigrationSubtasksRequest request, StreamObserver<ListMigrationSubtasksResponse> responseObserver)

publicvoidlistMigrationSubtasks(ListMigrationSubtasksRequestrequest,StreamObserver<ListMigrationSubtasksResponse>responseObserver)

Lists previously created migration subtasks.

Parameters
Name Description
responseObserver io.grpc.stub.StreamObserver<ListMigrationSubtasksResponse>

listMigrationWorkflows(ListMigrationWorkflowsRequest request, StreamObserver<ListMigrationWorkflowsResponse> responseObserver)

publicvoidlistMigrationWorkflows(ListMigrationWorkflowsRequestrequest,StreamObserver<ListMigrationWorkflowsResponse>responseObserver)

Lists previously created migration workflow.

Parameters
Name Description
responseObserver io.grpc.stub.StreamObserver<ListMigrationWorkflowsResponse>

startMigrationWorkflow(StartMigrationWorkflowRequest request, StreamObserver<Empty> responseObserver)

publicvoidstartMigrationWorkflow(StartMigrationWorkflowRequestrequest,StreamObserver<Empty>responseObserver)

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.

Parameters
Name Description
responseObserver io.grpc.stub.StreamObserver<Empty>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.