Accounts.listPoolNodeCountsAsync 方法
定义
重载
listPoolNodeCountsAsync() |
Gets the number of nodes in each state, grouped by pool.
|
listPoolNodeCountsAsync(final AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions) |
Gets the number of nodes in each state, grouped by pool.
|
listPoolNodeCountsAsync(final AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions, final ListOperationCallback<PoolNodeCounts> serviceCallback) |
Gets the number of nodes in each state, grouped by pool.
|
listPoolNodeCountsAsync(final ListOperationCallback<PoolNodeCounts> serviceCallback) |
Gets the number of nodes in each state, grouped by pool.
|
listPoolNodeCountsAsync()
Gets the number of nodes in each state, grouped by pool.
public Observable<Page<PoolNodeCounts>> listPoolNodeCountsAsync()
返回
the observable to the PagedList<PoolNodeCounts> object
例外
thrown if parameters fail the validation
listPoolNodeCountsAsync(final AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)
Gets the number of nodes in each state, grouped by pool.
public Observable<Page<PoolNodeCounts>> listPoolNodeCountsAsync(final AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)
参数
- accountListPoolNodeCountsOptions
- final AccountListPoolNodeCountsOptions
Additional parameters for the operation
返回
the observable to the PagedList<PoolNodeCounts> object
例外
thrown if parameters fail the validation
listPoolNodeCountsAsync(final AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions, final ListOperationCallback<PoolNodeCounts> serviceCallback)
Gets the number of nodes in each state, grouped by pool.
public ServiceFuture<List<PoolNodeCounts>> listPoolNodeCountsAsync(final AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions, final ListOperationCallback<PoolNodeCounts> serviceCallback)
参数
- accountListPoolNodeCountsOptions
- final AccountListPoolNodeCountsOptions
Additional parameters for the operation
- serviceCallback
- final ListOperationCallback<PoolNodeCounts>
the async ServiceCallback to handle successful and failed responses.
返回
the ServiceFuture object
例外
thrown if parameters fail the validation
listPoolNodeCountsAsync(final ListOperationCallback<PoolNodeCounts> serviceCallback)
Gets the number of nodes in each state, grouped by pool.
public ServiceFuture<List<PoolNodeCounts>> listPoolNodeCountsAsync(final ListOperationCallback<PoolNodeCounts> serviceCallback)
参数
- serviceCallback
- final ListOperationCallback<PoolNodeCounts>
the async ServiceCallback to handle successful and failed responses.
返回
the ServiceFuture object
例外
thrown if parameters fail the validation