@NotThreadSafe public final class MasterWebUIData extends Object implements Serializable
Constructor and Description |
---|
MasterWebUIData()
Creates a new instance of
MasterWebUIData . |
Modifier and Type | Method and Description |
---|---|
String |
getFatalError()
Gets fatal error.
|
List<UIFileInfo> |
getFileInfos()
Gets file infos.
|
int |
getInAlluxioFileNum()
Gets in alluxio file num.
|
String |
getMasterNodeAddress()
Gets master node address.
|
String |
getPermissionError()
Gets permission error.
|
boolean |
getShowPermissions()
Gets show permissions.
|
MasterWebUIData |
setFatalError(String FatalError)
Sets fatal error.
|
MasterWebUIData |
setFileInfos(List<UIFileInfo> FileInfos)
Sets file infos.
|
MasterWebUIData |
setInAlluxioFileNum(int InAlluxioFileNum)
Sets in alluxio file num.
|
MasterWebUIData |
setMasterNodeAddress(String MasterNodeAddress)
Sets master node address.
|
MasterWebUIData |
setPermissionError(String PermissionError)
Sets permission error.
|
MasterWebUIData |
setShowPermissions(boolean ShowPermissions)
Sets show permissions.
|
String |
toString() |
public MasterWebUIData()
MasterWebUIData
.public String getFatalError()
public List<UIFileInfo> getFileInfos()
public int getInAlluxioFileNum()
public String getMasterNodeAddress()
public String getPermissionError()
public boolean getShowPermissions()
public MasterWebUIData setFatalError(String FatalError)
FatalError
- the fatal errorpublic MasterWebUIData setFileInfos(List<UIFileInfo> FileInfos)
FileInfos
- the file infospublic MasterWebUIData setInAlluxioFileNum(int InAlluxioFileNum)
InAlluxioFileNum
- the in alluxio file numpublic MasterWebUIData setMasterNodeAddress(String MasterNodeAddress)
MasterNodeAddress
- the master node addresspublic MasterWebUIData setPermissionError(String PermissionError)
PermissionError
- the permission errorpublic MasterWebUIData setShowPermissions(boolean ShowPermissions)
ShowPermissions
- the show permissionsCopyright © 2023. All Rights Reserved.