Package | Description |
---|---|
alluxio.client.block.policy | |
alluxio.client.block.policy.options |
Modifier and Type | Method and Description |
---|---|
WorkerNetAddress |
MostAvailableFirstPolicy.getWorker(GetWorkerOptions options) |
WorkerNetAddress |
SpecificHostPolicy.getWorker(GetWorkerOptions options) |
WorkerNetAddress |
DeterministicHashPolicy.getWorker(GetWorkerOptions options) |
WorkerNetAddress |
LocalFirstPolicy.getWorker(GetWorkerOptions options) |
WorkerNetAddress |
LocalFirstAvoidEvictionPolicy.getWorker(GetWorkerOptions options) |
WorkerNetAddress |
BlockLocationPolicy.getWorker(GetWorkerOptions options)
Gets the worker's network address for serving operations requested for the block.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static GetWorkerOptions |
GetWorkerOptions.defaults() |
GetWorkerOptions |
GetWorkerOptions.setBlockInfo(BlockInfo blockInfo) |
GetWorkerOptions |
GetWorkerOptions.setBlockWorkerInfos(List<BlockWorkerInfo> blockWorkerInfos) |
Copyright © 2023. All Rights Reserved.