Class HttpJsonExecutionsStub (2.44.0)

public class HttpJsonExecutionsStub extends ExecutionsStub

REST stub implementation for the Executions service API.

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

Inheritance

java.lang.Object > ExecutionsStub > HttpJsonExecutionsStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonExecutionsStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonExecutionsStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonExecutionsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonExecutionsStub
Exceptions
Type Description
IOException

create(ExecutionsStubSettings settings)

public static final HttpJsonExecutionsStub create(ExecutionsStubSettings settings)
Parameter
Name Description
settings ExecutionsStubSettings
Returns
Type Description
HttpJsonExecutionsStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonExecutionsStub(ExecutionsStubSettings settings, ClientContext clientContext)

protected HttpJsonExecutionsStub(ExecutionsStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonExecutionsStub, 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
Name Description
settings ExecutionsStubSettings
clientContext ClientContext

HttpJsonExecutionsStub(ExecutionsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonExecutionsStub(ExecutionsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonExecutionsStub, 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
Name Description
settings ExecutionsStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

cancelExecutionCallable()

public UnaryCallable<CancelExecutionRequest,Execution> cancelExecutionCallable()
Returns
Type Description
UnaryCallable<CancelExecutionRequest,Execution>
Overrides

close()

public final void close()
Overrides

createExecutionCallable()

public UnaryCallable<CreateExecutionRequest,Execution> createExecutionCallable()
Returns
Type Description
UnaryCallable<CreateExecutionRequest,Execution>
Overrides

getExecutionCallable()

public UnaryCallable<GetExecutionRequest,Execution> getExecutionCallable()
Returns
Type Description
UnaryCallable<GetExecutionRequest,Execution>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listExecutionsCallable()

public UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> listExecutionsCallable()
Returns
Type Description
UnaryCallable<ListExecutionsRequest,ListExecutionsResponse>
Overrides

listExecutionsPagedCallable()

public UnaryCallable<ListExecutionsRequest,ExecutionsClient.ListExecutionsPagedResponse> listExecutionsPagedCallable()
Returns
Type Description
UnaryCallable<ListExecutionsRequest,ListExecutionsPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()