Package | Description |
---|---|
alluxio.grpc | |
alluxio.util | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static TieredIdentity.LocalityTier |
GrpcUtils.fromProto(LocalityTier localityPTier)
Converts a proto type to a wire type.
|
Modifier and Type | Method and Description |
---|---|
static LocalityTier |
GrpcUtils.toProto(TieredIdentity.LocalityTier localityTier)
Converts wire type to proto type.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
TieredIdentityUtils.matches(TieredIdentity.LocalityTier tier,
TieredIdentity.LocalityTier otherTier,
boolean resolveIpAddress)
Locality comparison for wire type locality tiers, two locality tiers matches if both name and
values are equal, or for the "node" tier, if the node names resolve to the same IP address.
|
Modifier and Type | Method and Description |
---|---|
TieredIdentity.LocalityTier |
TieredIdentity.getTier(int i) |
Modifier and Type | Method and Description |
---|---|
List<TieredIdentity.LocalityTier> |
TieredIdentity.getTiers() |
Constructor and Description |
---|
TieredIdentity(List<TieredIdentity.LocalityTier> tiers) |
Copyright © 2023. All Rights Reserved.