Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
OptionalString |
OptionalString.deepCopy() |
OptionalString |
OptionalString.setValue(String value) |
Modifier and Type | Method and Description |
---|---|
Map<OptionalString,List<String>> |
InconsistentProperty.getValues() |
Modifier and Type | Method and Description |
---|---|
int |
OptionalString.compareTo(OptionalString other) |
boolean |
OptionalString.equals(OptionalString that) |
void |
InconsistentProperty.putToValues(OptionalString key,
List<String> val) |
Modifier and Type | Method and Description |
---|---|
InconsistentProperty |
InconsistentProperty.setValues(Map<OptionalString,List<String>> values) |
Constructor and Description |
---|
OptionalString(OptionalString other)
Performs a deep copy on other.
|
Constructor and Description |
---|
InconsistentProperty(String name,
Map<OptionalString,List<String>> values) |
Modifier and Type | Method and Description |
---|---|
OptionalString |
OptionalString.toThrift() |
Modifier and Type | Method and Description |
---|---|
static OptionalString |
OptionalString.fromThrift(OptionalString t) |
Copyright © 2023. All Rights Reserved.