Interface | Description |
---|---|
WorkerLocationPolicy |
Interface for determining the Alluxio worker location to serve a read or write request.
|
Class | Description |
---|---|
ConsistentHashPolicy |
An impl of WorkerLocationPolicy.
|
ConsistentHashProvider |
A consistent hashing algorithm implementation.
|
DoraCacheClient |
Dora cache client.
|
DoraCachePositionReader |
Implementation of
PositionReader that reads data through network from source. |
LocalWorkerPolicy |
A policy where a client will ONLY talk to a local worker.
|
WorkerLocationPolicy.Factory |
The factory for the
WorkerLocationPolicy . |
Copyright © 2023. All Rights Reserved.