NodeStartPollerAsync Class
- java.
lang. Object - com.
azure. compute. batch. NodeStartPollerAsync
- com.
public final class NodeStartPollerAsync
Constructor Summary
| Constructor | Description |
|---|---|
| NodeStartPollerAsync(BatchAsyncClient batchAsyncClient, String poolId, String nodeId, RequestOptions options) |
Creates a new NodeStartPollerAsync. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Function<Polling |
getActivationOperation()
Activation operation to start the node. |
|
Bi |
getCancelOperation()
Cancel operation (not supported for start). |
|
Function<Polling |
getFetchResultOperation()
Final result fetch operation. |
|
Function<Polling |
getPollOperation()
Poll operation to check the node's start-up state. |
Methods inherited from java.lang.Object
Constructor Details
NodeStartPollerAsync
public NodeStartPollerAsync(BatchAsyncClient batchAsyncClient, String poolId, String nodeId, RequestOptions options)
Creates a new NodeStartPollerAsync.
Parameters:
Method Details
getActivationOperation
public Function<PollingContext<BatchNode>,Mono<PollResponse<BatchNode>>> getActivationOperation()
Activation operation to start the node.
Returns:
getCancelOperation
public BiFunction<PollingContext<BatchNode>,PollResponse<BatchNode>,Mono<BatchNode>> getCancelOperation()
Cancel operation (not supported for start).
Returns:
getFetchResultOperation
public Function<PollingContext<BatchNode>,Mono<BatchNode>> getFetchResultOperation()
Final result fetch operation.
Returns:
getPollOperation
public Function<PollingContext<BatchNode>,Mono<PollResponse<BatchNode>>> getPollOperation()
Poll operation to check the node's start-up state.
Returns: