Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
LocalityTier |
LocalityTier.deepCopy() |
LocalityTier |
LocalityTier.setTierName(String tierName) |
LocalityTier |
LocalityTier.setValue(String value) |
Modifier and Type | Method and Description |
---|---|
List<LocalityTier> |
TieredIdentity.getTiers() |
Iterator<LocalityTier> |
TieredIdentity.getTiersIterator() |
Modifier and Type | Method and Description |
---|---|
void |
TieredIdentity.addToTiers(LocalityTier elem) |
int |
LocalityTier.compareTo(LocalityTier other) |
boolean |
LocalityTier.equals(LocalityTier that) |
Modifier and Type | Method and Description |
---|---|
TieredIdentity |
TieredIdentity.setTiers(List<LocalityTier> tiers) |
Constructor and Description |
---|
LocalityTier(LocalityTier other)
Performs a deep copy on other.
|
Constructor and Description |
---|
TieredIdentity(List<LocalityTier> tiers) |
Modifier and Type | Method and Description |
---|---|
LocalityTier |
TieredIdentity.LocalityTier.toThrift() |
Modifier and Type | Method and Description |
---|---|
static TieredIdentity.LocalityTier |
TieredIdentity.LocalityTier.fromThrift(LocalityTier localityTier) |
Copyright © 2023. All Rights Reserved.