Package | Description |
---|---|
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static TieredIdentity.LocalityTier |
TieredIdentity.LocalityTier.fromThrift(LocalityTier localityTier) |
TieredIdentity.LocalityTier |
TieredIdentity.getTier(int i) |
Modifier and Type | Method and Description |
---|---|
List<TieredIdentity.LocalityTier> |
TieredIdentity.getTiers() |
Modifier and Type | Method and Description |
---|---|
boolean |
TieredIdentity.LocalityTier.matches(TieredIdentity.LocalityTier otherTier)
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.
|
Constructor and Description |
---|
TieredIdentity(List<TieredIdentity.LocalityTier> tiers) |
Copyright © 2023. All Rights Reserved.