@ThreadSafe public class UIMountPointInfo extends Object
Constructor and Description |
---|
UIMountPointInfo(String mountPoint,
MountPointInfo mountPointInfo)
Instantiates a new instance of
UIMountPointInfo . |
Modifier and Type | Method and Description |
---|---|
String |
getMountPoint()
Gets mount point.
|
String |
getProperties() |
String |
getUfsCapacityBytes()
Gets ufs capacity bytes.
|
String |
getUfsType()
Gets ufs type.
|
String |
getUfsUri()
Gets ufs uri.
|
String |
getUfsUsedBytes()
Gets ufs used bytes.
|
boolean |
isReadOnly()
Is readonly.
|
boolean |
isShared()
Is shared.
|
public UIMountPointInfo(String mountPoint, MountPointInfo mountPointInfo)
UIMountPointInfo
.mountPoint
- the mount pointmountPointInfo
- the MountPointInfo
for the mount pointpublic String getUfsCapacityBytes()
public String getUfsUsedBytes()
public String getMountPoint()
public String getUfsType()
public String getUfsUri()
public boolean isReadOnly()
public boolean isShared()
public String getProperties()
Copyright © 2023. All Rights Reserved.