public static class FileSystemMasterService.mount_args extends Object implements org.apache.thrift.TBase<FileSystemMasterService.mount_args,FileSystemMasterService.mount_args._Fields>, Serializable, Cloneable, Comparable<FileSystemMasterService.mount_args>
| Modifier and Type | Class and Description |
|---|---|
static class |
FileSystemMasterService.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<FileSystemMasterService.mount_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
String |
tachyonPath |
String |
ufsPath |
| Constructor and Description |
|---|
FileSystemMasterService.mount_args() |
FileSystemMasterService.mount_args(FileSystemMasterService.mount_args other)
Performs a deep copy on other.
|
FileSystemMasterService.mount_args(String tachyonPath,
String ufsPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(FileSystemMasterService.mount_args other) |
FileSystemMasterService.mount_args |
deepCopy() |
boolean |
equals(FileSystemMasterService.mount_args that) |
boolean |
equals(Object that) |
FileSystemMasterService.mount_args._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(FileSystemMasterService.mount_args._Fields field) |
String |
getTachyonPath() |
String |
getUfsPath() |
int |
hashCode() |
boolean |
isSet(FileSystemMasterService.mount_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetTachyonPath()
Returns true if field tachyonPath 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) |
void |
setFieldValue(FileSystemMasterService.mount_args._Fields field,
Object value) |
FileSystemMasterService.mount_args |
setTachyonPath(String tachyonPath) |
void |
setTachyonPathIsSet(boolean value) |
FileSystemMasterService.mount_args |
setUfsPath(String ufsPath) |
void |
setUfsPathIsSet(boolean value) |
String |
toString() |
void |
unsetTachyonPath() |
void |
unsetUfsPath() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public String tachyonPath
public String ufsPath
public static final Map<FileSystemMasterService.mount_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public FileSystemMasterService.mount_args()
public FileSystemMasterService.mount_args(String tachyonPath, String ufsPath)
public FileSystemMasterService.mount_args(FileSystemMasterService.mount_args other)
public FileSystemMasterService.mount_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<FileSystemMasterService.mount_args,FileSystemMasterService.mount_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<FileSystemMasterService.mount_args,FileSystemMasterService.mount_args._Fields>public String getTachyonPath()
public FileSystemMasterService.mount_args setTachyonPath(String tachyonPath)
public void unsetTachyonPath()
public boolean isSetTachyonPath()
public void setTachyonPathIsSet(boolean value)
public String getUfsPath()
public FileSystemMasterService.mount_args setUfsPath(String ufsPath)
public void unsetUfsPath()
public boolean isSetUfsPath()
public void setUfsPathIsSet(boolean value)
public void setFieldValue(FileSystemMasterService.mount_args._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<FileSystemMasterService.mount_args,FileSystemMasterService.mount_args._Fields>public Object getFieldValue(FileSystemMasterService.mount_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<FileSystemMasterService.mount_args,FileSystemMasterService.mount_args._Fields>public boolean isSet(FileSystemMasterService.mount_args._Fields field)
isSet in interface org.apache.thrift.TBase<FileSystemMasterService.mount_args,FileSystemMasterService.mount_args._Fields>public boolean equals(FileSystemMasterService.mount_args that)
public int compareTo(FileSystemMasterService.mount_args other)
compareTo in interface Comparable<FileSystemMasterService.mount_args>public FileSystemMasterService.mount_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<FileSystemMasterService.mount_args,FileSystemMasterService.mount_args._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<FileSystemMasterService.mount_args,FileSystemMasterService.mount_args._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<FileSystemMasterService.mount_args,FileSystemMasterService.mount_args._Fields>org.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2015. All Rights Reserved.