Package com.google.cloud.dataproc.v1
Class BatchControllerGrpc.BatchControllerImplBase
- java.lang.Object
-
- com.google.cloud.dataproc.v1.BatchControllerGrpc.BatchControllerImplBase
-
- All Implemented Interfaces:
BatchControllerGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- BatchControllerGrpc
public abstract static class BatchControllerGrpc.BatchControllerImplBase extends Object implements io.grpc.BindableService, BatchControllerGrpc.AsyncService
Base class for the server implementation of the service BatchController.The BatchController provides methods to manage batch workloads.
-
-
Constructor Summary
Constructors Constructor Description BatchControllerImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.dataproc.v1.BatchControllerGrpc.AsyncService
createBatch, deleteBatch, getBatch, listBatches
-
-