Class MigrationServiceGrpc (0.44.0)

public final class MigrationServiceGrpc

Service to handle EDW migrations.

Inheritance

java.lang.Object > MigrationServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(MigrationServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(MigrationServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceMigrationServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateMigrationWorkflowMethod()

public static MethodDescriptor<CreateMigrationWorkflowRequest,MigrationWorkflow> getCreateMigrationWorkflowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateMigrationWorkflowRequest,MigrationWorkflow>

getDeleteMigrationWorkflowMethod()

public static MethodDescriptor<DeleteMigrationWorkflowRequest,Empty> getDeleteMigrationWorkflowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteMigrationWorkflowRequest,Empty>

getGetMigrationSubtaskMethod()

public static MethodDescriptor<GetMigrationSubtaskRequest,MigrationSubtask> getGetMigrationSubtaskMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetMigrationSubtaskRequest,MigrationSubtask>

getGetMigrationWorkflowMethod()

public static MethodDescriptor<GetMigrationWorkflowRequest,MigrationWorkflow> getGetMigrationWorkflowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetMigrationWorkflowRequest,MigrationWorkflow>

getListMigrationSubtasksMethod()

public static MethodDescriptor<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse> getListMigrationSubtasksMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListMigrationSubtasksRequest,ListMigrationSubtasksResponse>

getListMigrationWorkflowsMethod()

public static MethodDescriptor<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse> getListMigrationWorkflowsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getStartMigrationWorkflowMethod()

public static MethodDescriptor<StartMigrationWorkflowRequest,Empty> getStartMigrationWorkflowMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<StartMigrationWorkflowRequest,Empty>

newBlockingStub(Channel channel)

public static MigrationServiceGrpc.MigrationServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
MigrationServiceGrpc.MigrationServiceBlockingStub

newFutureStub(Channel channel)

public static MigrationServiceGrpc.MigrationServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
MigrationServiceGrpc.MigrationServiceFutureStub

newStub(Channel channel)

public static MigrationServiceGrpc.MigrationServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
MigrationServiceGrpc.MigrationServiceStub