Package | Description |
---|---|
alluxio.client.block.util | |
alluxio.grpc | |
alluxio.network | |
alluxio.util | |
alluxio.wire | |
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
Modifier and Type | Method and Description |
---|---|
static Optional<Pair<WorkerNetAddress,Boolean>> |
BlockLocationUtils.nearest(TieredIdentity tieredIdentity,
List<WorkerNetAddress> addresses,
AlluxioConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
static TieredIdentity |
GrpcUtils.fromProto(TieredIdentity tieredPIdentity)
Converts a proto type to a wire type.
|
Modifier and Type | Method and Description |
---|---|
static TieredIdentity |
GrpcUtils.toProto(TieredIdentity tieredIdentity)
Converts wire type to proto type.
|
Modifier and Type | Method and Description |
---|---|
static TieredIdentity |
TieredIdentityFactory.fromString(String identityString,
AlluxioConfiguration conf) |
static TieredIdentity |
TieredIdentityFactory.localIdentity(AlluxioConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
static Optional<TieredIdentity> |
TieredIdentityUtils.nearest(TieredIdentity tieredIdentity,
List<TieredIdentity> identities,
AlluxioConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
static Optional<TieredIdentity> |
TieredIdentityUtils.nearest(TieredIdentity tieredIdentity,
List<TieredIdentity> identities,
AlluxioConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
static Optional<TieredIdentity> |
TieredIdentityUtils.nearest(TieredIdentity tieredIdentity,
List<TieredIdentity> identities,
AlluxioConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
TieredIdentity |
WorkerNetAddress.getTieredIdentity() |
Modifier and Type | Method and Description |
---|---|
WorkerNetAddress |
WorkerNetAddress.setTieredIdentity(TieredIdentity tieredIdentity) |
boolean |
TieredIdentity.topTiersMatch(TieredIdentity other) |
Modifier and Type | Method and Description |
---|---|
static WorkerProcess |
WorkerProcess.Factory.create(TieredIdentity tieredIdentity) |
Copyright © 2023. All Rights Reserved.