Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
MountPointInfo |
MountPointInfo.deepCopy() |
MountPointInfo |
MountPointInfo.setProperties(Map<String,String> properties) |
MountPointInfo |
MountPointInfo.setReadOnly(boolean readOnly) |
MountPointInfo |
MountPointInfo.setShared(boolean shared) |
MountPointInfo |
MountPointInfo.setUfsCapacityBytes(long ufsCapacityBytes) |
MountPointInfo |
MountPointInfo.setUfsType(String ufsType) |
MountPointInfo |
MountPointInfo.setUfsUri(String ufsUri) |
MountPointInfo |
MountPointInfo.setUfsUsedBytes(long ufsUsedBytes) |
Modifier and Type | Method and Description |
---|---|
Map<String,MountPointInfo> |
GetMountTableTResponse.getMountTable() |
Modifier and Type | Method and Description |
---|---|
int |
MountPointInfo.compareTo(MountPointInfo other) |
boolean |
MountPointInfo.equals(MountPointInfo that) |
void |
GetMountTableTResponse.putToMountTable(String key,
MountPointInfo val) |
Modifier and Type | Method and Description |
---|---|
GetMountTableTResponse |
GetMountTableTResponse.setMountTable(Map<String,MountPointInfo> mountTable) |
Constructor and Description |
---|
MountPointInfo(MountPointInfo other)
Performs a deep copy on other.
|
Constructor and Description |
---|
GetMountTableTResponse(Map<String,MountPointInfo> mountTable) |
Modifier and Type | Method and Description |
---|---|
MountPointInfo |
MountPointInfo.toThrift() |
Modifier and Type | Method and Description |
---|---|
static MountPointInfo |
MountPointInfo.fromThrift(MountPointInfo info)
Creates a new instance of
MountPointInfo from thrift representation. |
Copyright © 2023. All Rights Reserved.