@NotThreadSafe @PublicApi public class MountPointInfo extends Object implements Serializable
Constructor and Description |
---|
MountPointInfo()
Creates a new instance of
MountPointInfo . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getMountId() |
Map<String,String> |
getProperties() |
boolean |
getReadOnly() |
boolean |
getShared() |
long |
getUfsCapacityBytes() |
String |
getUfsType() |
String |
getUfsUri() |
long |
getUfsUsedBytes() |
int |
hashCode() |
MountPointInfo |
setMountId(long mountId) |
MountPointInfo |
setProperties(Map<String,String> properties) |
MountPointInfo |
setReadOnly(boolean readOnly) |
MountPointInfo |
setShared(boolean shared) |
MountPointInfo |
setUfsCapacityBytes(long capacity) |
MountPointInfo |
setUfsType(String type) |
MountPointInfo |
setUfsUri(String uri) |
MountPointInfo |
setUfsUsedBytes(long usedBytes) |
String |
toString() |
public MountPointInfo()
MountPointInfo
.public long getMountId()
public String getUfsUri()
public String getUfsType()
public long getUfsCapacityBytes()
public long getUfsUsedBytes()
public boolean getReadOnly()
public boolean getShared()
public MountPointInfo setMountId(long mountId)
mountId
- set mountIdpublic MountPointInfo setUfsUri(String uri)
uri
- the uri of the under filesystem to usepublic MountPointInfo setUfsType(String type)
type
- the type of the under filesystem to usepublic MountPointInfo setUfsCapacityBytes(long capacity)
capacity
- the capacity of the under filesystem to usepublic MountPointInfo setUfsUsedBytes(long usedBytes)
usedBytes
- the used bytes of the under filesystem to usepublic MountPointInfo setReadOnly(boolean readOnly)
readOnly
- the indicator of whether the mount point is read-only to usepublic MountPointInfo setProperties(Map<String,String> properties)
properties
- the mount point properties to usepublic MountPointInfo setShared(boolean shared)
shared
- the indicator of whether the mount point is shared with all Alluxio usersCopyright © 2023. All Rights Reserved.