Class HttpJsonClusterControllerStub (4.1.0)

public class HttpJsonClusterControllerStub extends ClusterControllerStub

REST stub implementation for the ClusterController service API.

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

Inheritance

java.lang.Object > ClusterControllerStub > HttpJsonClusterControllerStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonClusterControllerStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonClusterControllerStub
Exceptions
TypeDescription
IOException

create(ClusterControllerStubSettings settings)

public static final HttpJsonClusterControllerStub create(ClusterControllerStubSettings settings)
Parameter
NameDescription
settingsClusterControllerStubSettings
Returns
TypeDescription
HttpJsonClusterControllerStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

Constructors

HttpJsonClusterControllerStub(ClusterControllerStubSettings settings, ClientContext clientContext)

protected HttpJsonClusterControllerStub(ClusterControllerStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonClusterControllerStub, 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
settingsClusterControllerStubSettings
clientContextClientContext

HttpJsonClusterControllerStub(ClusterControllerStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonClusterControllerStub(ClusterControllerStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonClusterControllerStub, 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
settingsClusterControllerStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

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

close()

public final void close()
Overrides

createClusterCallable()

public UnaryCallable<CreateClusterRequest,Operation> createClusterCallable()
Returns
TypeDescription
UnaryCallable<CreateClusterRequest,Operation>
Overrides

createClusterOperationCallable()

public OperationCallable<CreateClusterRequest,Cluster,ClusterOperationMetadata> createClusterOperationCallable()
Returns
TypeDescription
OperationCallable<CreateClusterRequest,Cluster,ClusterOperationMetadata>
Overrides

deleteClusterCallable()

public UnaryCallable<DeleteClusterRequest,Operation> deleteClusterCallable()
Returns
TypeDescription
UnaryCallable<DeleteClusterRequest,Operation>
Overrides

deleteClusterOperationCallable()

public OperationCallable<DeleteClusterRequest,Empty,ClusterOperationMetadata> deleteClusterOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteClusterRequest,Empty,ClusterOperationMetadata>
Overrides

diagnoseClusterCallable()

public UnaryCallable<DiagnoseClusterRequest,Operation> diagnoseClusterCallable()
Returns
TypeDescription
UnaryCallable<DiagnoseClusterRequest,Operation>
Overrides

diagnoseClusterOperationCallable()

public OperationCallable<DiagnoseClusterRequest,DiagnoseClusterResults,ClusterOperationMetadata> diagnoseClusterOperationCallable()
Returns
TypeDescription
OperationCallable<DiagnoseClusterRequest,DiagnoseClusterResults,ClusterOperationMetadata>
Overrides

getClusterCallable()

public UnaryCallable<GetClusterRequest,Cluster> getClusterCallable()
Returns
TypeDescription
UnaryCallable<GetClusterRequest,Cluster>
Overrides

getHttpJsonOperationsStub()

public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
HttpJsonOperationsStub
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listClustersCallable()

public UnaryCallable<ListClustersRequest,ListClustersResponse> listClustersCallable()
Returns
TypeDescription
UnaryCallable<ListClustersRequest,ListClustersResponse>
Overrides

listClustersPagedCallable()

public UnaryCallable<ListClustersRequest,ClusterControllerClient.ListClustersPagedResponse> listClustersPagedCallable()
Returns
TypeDescription
UnaryCallable<ListClustersRequest,ListClustersPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

startClusterCallable()

public UnaryCallable<StartClusterRequest,Operation> startClusterCallable()
Returns
TypeDescription
UnaryCallable<StartClusterRequest,Operation>
Overrides

startClusterOperationCallable()

public OperationCallable<StartClusterRequest,Cluster,ClusterOperationMetadata> startClusterOperationCallable()
Returns
TypeDescription
OperationCallable<StartClusterRequest,Cluster,ClusterOperationMetadata>
Overrides

stopClusterCallable()

public UnaryCallable<StopClusterRequest,Operation> stopClusterCallable()
Returns
TypeDescription
UnaryCallable<StopClusterRequest,Operation>
Overrides

stopClusterOperationCallable()

public OperationCallable<StopClusterRequest,Cluster,ClusterOperationMetadata> stopClusterOperationCallable()
Returns
TypeDescription
OperationCallable<StopClusterRequest,Cluster,ClusterOperationMetadata>
Overrides

updateClusterCallable()

public UnaryCallable<UpdateClusterRequest,Operation> updateClusterCallable()
Returns
TypeDescription
UnaryCallable<UpdateClusterRequest,Operation>
Overrides

updateClusterOperationCallable()

public OperationCallable<UpdateClusterRequest,Cluster,ClusterOperationMetadata> updateClusterOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateClusterRequest,Cluster,ClusterOperationMetadata>
Overrides