public static class FileSystemMasterClientService.mount_args extends Object implements org.apache.thrift.TBase<FileSystemMasterClientService.mount_args,FileSystemMasterClientService.mount_args._Fields>, Serializable, Cloneable, Comparable<FileSystemMasterClientService.mount_args>
Modifier and Type | Class and Description |
---|---|
static class |
FileSystemMasterClientService.mount_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<FileSystemMasterClientService.mount_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
mount_args() |
mount_args(FileSystemMasterClientService.mount_args other)
Performs a deep copy on other.
|
mount_args(String alluxioPath,
String ufsPath,
MountTOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(FileSystemMasterClientService.mount_args other) |
FileSystemMasterClientService.mount_args |
deepCopy() |
boolean |
equals(FileSystemMasterClientService.mount_args that) |
boolean |
equals(Object that) |
FileSystemMasterClientService.mount_args._Fields |
fieldForId(int fieldId) |
String |
getAlluxioPath()
the path of alluxio mount point
|
Object |
getFieldValue(FileSystemMasterClientService.mount_args._Fields field) |
MountTOptions |
getOptions()
the options for creating the mount point
|
String |
getUfsPath()
the path of the under file system
|
int |
hashCode() |
boolean |
isSet(FileSystemMasterClientService.mount_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetAlluxioPath()
Returns true if field alluxioPath is set (has been assigned a value) and false otherwise
|
boolean |
isSetOptions()
Returns true if field options is set (has been assigned a value) and false otherwise
|
boolean |
isSetUfsPath()
Returns true if field ufsPath is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
FileSystemMasterClientService.mount_args |
setAlluxioPath(String alluxioPath)
the path of alluxio mount point
|
void |
setAlluxioPathIsSet(boolean value) |
void |
setFieldValue(FileSystemMasterClientService.mount_args._Fields field,
Object value) |
FileSystemMasterClientService.mount_args |
setOptions(MountTOptions options)
the options for creating the mount point
|
void |
setOptionsIsSet(boolean value) |
FileSystemMasterClientService.mount_args |
setUfsPath(String ufsPath)
the path of the under file system
|
void |
setUfsPathIsSet(boolean value) |
String |
toString() |
void |
unsetAlluxioPath() |
void |
unsetOptions() |
void |
unsetUfsPath() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<FileSystemMasterClientService.mount_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public mount_args()
public mount_args(String alluxioPath, String ufsPath, MountTOptions options)
public mount_args(FileSystemMasterClientService.mount_args other)
public FileSystemMasterClientService.mount_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<FileSystemMasterClientService.mount_args,FileSystemMasterClientService.mount_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<FileSystemMasterClientService.mount_args,FileSystemMasterClientService.mount_args._Fields>
public String getAlluxioPath()
public FileSystemMasterClientService.mount_args setAlluxioPath(String alluxioPath)
public void unsetAlluxioPath()
public boolean isSetAlluxioPath()
public void setAlluxioPathIsSet(boolean value)
public String getUfsPath()
public FileSystemMasterClientService.mount_args setUfsPath(String ufsPath)
public void unsetUfsPath()
public boolean isSetUfsPath()
public void setUfsPathIsSet(boolean value)
public MountTOptions getOptions()
public FileSystemMasterClientService.mount_args setOptions(MountTOptions options)
public void unsetOptions()
public boolean isSetOptions()
public void setOptionsIsSet(boolean value)
public void setFieldValue(FileSystemMasterClientService.mount_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<FileSystemMasterClientService.mount_args,FileSystemMasterClientService.mount_args._Fields>
public Object getFieldValue(FileSystemMasterClientService.mount_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<FileSystemMasterClientService.mount_args,FileSystemMasterClientService.mount_args._Fields>
public boolean isSet(FileSystemMasterClientService.mount_args._Fields field)
isSet
in interface org.apache.thrift.TBase<FileSystemMasterClientService.mount_args,FileSystemMasterClientService.mount_args._Fields>
public boolean equals(FileSystemMasterClientService.mount_args that)
public int compareTo(FileSystemMasterClientService.mount_args other)
compareTo
in interface Comparable<FileSystemMasterClientService.mount_args>
public FileSystemMasterClientService.mount_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<FileSystemMasterClientService.mount_args,FileSystemMasterClientService.mount_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<FileSystemMasterClientService.mount_args,FileSystemMasterClientService.mount_args._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<FileSystemMasterClientService.mount_args,FileSystemMasterClientService.mount_args._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.