Class GrpcServiceControllerStub (1.41.0)

public class GrpcServiceControllerStub extends ServiceControllerStub

gRPC stub implementation for the ServiceController service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ServiceControllerStub > GrpcServiceControllerStub

Static Methods

create(ClientContext clientContext)

public static final GrpcServiceControllerStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcServiceControllerStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcServiceControllerStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcServiceControllerStub
Exceptions
TypeDescription
IOException

create(ServiceControllerStubSettings settings)

public static final GrpcServiceControllerStub create(ServiceControllerStubSettings settings)
Parameter
NameDescription
settingsServiceControllerStubSettings
Returns
TypeDescription
GrpcServiceControllerStub
Exceptions
TypeDescription
IOException

Constructors

GrpcServiceControllerStub(ServiceControllerStubSettings settings, ClientContext clientContext)

protected GrpcServiceControllerStub(ServiceControllerStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcServiceControllerStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsServiceControllerStubSettings
clientContextClientContext

GrpcServiceControllerStub(ServiceControllerStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcServiceControllerStub(ServiceControllerStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcServiceControllerStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsServiceControllerStubSettings
clientContextClientContext
callableFactoryGrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

checkCallable()

public UnaryCallable<CheckRequest,CheckResponse> checkCallable()
Returns
TypeDescription
UnaryCallable<CheckRequest,CheckResponse>
Overrides

close()

public final void close()
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

reportCallable()

public UnaryCallable<ReportRequest,ReportResponse> reportCallable()
Returns
TypeDescription
UnaryCallable<ReportRequest,ReportResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()