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