WorkerNetAddress |
MostAvailableFirstPolicy.getWorker(GetWorkerOptions options) |
WorkerNetAddress |
RoundRobinPolicy.getWorker(GetWorkerOptions options)
The policy uses the first fetch of worker info list as the base, and visits each of them in a
round-robin manner in the subsequent calls.
|
WorkerNetAddress |
LocalFirstPolicy.getWorker(GetWorkerOptions options) |
WorkerNetAddress |
LocalFirstAvoidEvictionPolicy.getWorker(GetWorkerOptions options) |
WorkerNetAddress |
SpecificHostPolicy.getWorker(GetWorkerOptions options) |
WorkerNetAddress |
DeterministicHashPolicy.getWorker(GetWorkerOptions options) |
WorkerNetAddress |
BlockLocationPolicy.getWorker(GetWorkerOptions options)
Gets the worker's network address for serving operations requested for the block.
|