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