Package | Description |
---|---|
alluxio.cli.fsadmin.report | |
alluxio.client.file | |
alluxio.grpc | |
alluxio.master.file | |
alluxio.master.file.meta.options | |
alluxio.util.webui | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static void |
UfsCommand.printMountInfo(Map<String,MountPointInfo> mountTable)
Prints mount information for a mount table.
|
Modifier and Type | Method and Description |
---|---|
Map<String,MountPointInfo> |
FileSystemCache.InstanceCachingFileSystem.getMountTable() |
Map<String,MountPointInfo> |
BaseFileSystem.getMountTable() |
Map<String,MountPointInfo> |
RetryHandlingFileSystemMasterClient.getMountTable() |
Map<String,MountPointInfo> |
FileSystem.getMountTable()
Lists all mount points and their corresponding under storage addresses.
|
Map<String,MountPointInfo> |
DelegatingFileSystem.getMountTable() |
Map<String,MountPointInfo> |
FileSystemMasterClient.getMountTable()
Lists all mount points and their corresponding under storage addresses.
|
Modifier and Type | Method and Description |
---|---|
static MountPointInfo |
GrpcUtils.fromProto(MountPointInfo mountPointPInfo)
Converts a proto type to a wire type.
|
Modifier and Type | Method and Description |
---|---|
static MountPointInfo |
GrpcUtils.toProto(MountPointInfo info)
Converts wire type to proto type.
|
Modifier and Type | Method and Description |
---|---|
MountPointInfo |
DefaultFileSystemMaster.getDisplayMountPointInfo(AlluxioURI path) |
MountPointInfo |
FileSystemMaster.getDisplayMountPointInfo(AlluxioURI path)
Gets the mount point information of an Alluxio path for display purpose.
|
Modifier and Type | Method and Description |
---|---|
Map<String,MountPointInfo> |
DefaultFileSystemMaster.getMountPointInfoSummary() |
Map<String,MountPointInfo> |
FileSystemMaster.getMountPointInfoSummary() |
Modifier and Type | Method and Description |
---|---|
MountPointInfo |
MountInfo.toDisplayMountPointInfo() |
MountPointInfo |
MountInfo.toMountPointInfo() |
Constructor and Description |
---|
UIMountPointInfo(String mountPoint,
MountPointInfo mountPointInfo)
Instantiates a new instance of
UIMountPointInfo . |
Modifier and Type | Method and Description |
---|---|
MountPointInfo |
MountPointInfo.setMountId(long mountId) |
MountPointInfo |
MountPointInfo.setProperties(Map<String,String> properties) |
MountPointInfo |
MountPointInfo.setReadOnly(boolean readOnly) |
MountPointInfo |
MountPointInfo.setShared(boolean shared) |
MountPointInfo |
MountPointInfo.setUfsCapacityBytes(long capacity) |
MountPointInfo |
MountPointInfo.setUfsType(String type) |
MountPointInfo |
MountPointInfo.setUfsUri(String uri) |
MountPointInfo |
MountPointInfo.setUfsUsedBytes(long usedBytes) |
Modifier and Type | Method and Description |
---|---|
Map<String,MountPointInfo> |
AlluxioMasterInfo.getMountPoints() |
Modifier and Type | Method and Description |
---|---|
MasterWebUIMountTable |
MasterWebUIMountTable.setMountPointInfos(Map<String,MountPointInfo> mountPoints)
Sets mount point infos.
|
AlluxioMasterInfo |
AlluxioMasterInfo.setMountPoints(Map<String,MountPointInfo> mountPoints) |
Copyright © 2023. All Rights Reserved.