public interface WorkerProvider
| Modifier and Type | Method and Description |
|---|---|
CloseableResource<BlockWorkerClient> |
getWorkerClient(WorkerNetAddress address)
Gets a worker client.
|
java.util.List<WorkerInfo> |
getWorkerInfos()
Gets a list of worker information.
|
java.util.List<WorkerInfo> getWorkerInfos()
AlluxioRuntimeException - if failed to get worker informationCloseableResource<BlockWorkerClient> getWorkerClient(WorkerNetAddress address)
address - the worker addressAlluxioRuntimeException - if failed to get worker clientCopyright © 2024. All Rights Reserved.