tachyon.thrift
Class WorkerService.cacheFile_result
java.lang.Object
tachyon.thrift.WorkerService.cacheFile_result
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<WorkerService.cacheFile_result>, org.apache.thrift.TBase<WorkerService.cacheFile_result,WorkerService.cacheFile_result._Fields>
- Enclosing class:
- WorkerService
public static class WorkerService.cacheFile_result
- extends Object
- implements org.apache.thrift.TBase<WorkerService.cacheFile_result,WorkerService.cacheFile_result._Fields>, Serializable, Cloneable
- See Also:
- Serialized Form
eP
public FileDoesNotExistException eP
eS
public SuspectedFileSizeException eS
metaDataMap
public static final Map<WorkerService.cacheFile_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
WorkerService.cacheFile_result
public WorkerService.cacheFile_result()
WorkerService.cacheFile_result
public WorkerService.cacheFile_result(FileDoesNotExistException eP,
SuspectedFileSizeException eS)
WorkerService.cacheFile_result
public WorkerService.cacheFile_result(WorkerService.cacheFile_result other)
- Performs a deep copy on other.
deepCopy
public WorkerService.cacheFile_result deepCopy()
- Specified by:
deepCopy
in interface org.apache.thrift.TBase<WorkerService.cacheFile_result,WorkerService.cacheFile_result._Fields>
clear
public void clear()
- Specified by:
clear
in interface org.apache.thrift.TBase<WorkerService.cacheFile_result,WorkerService.cacheFile_result._Fields>
getEP
public FileDoesNotExistException getEP()
setEP
public WorkerService.cacheFile_result setEP(FileDoesNotExistException eP)
unsetEP
public void unsetEP()
isSetEP
public boolean isSetEP()
- Returns true if field eP is set (has been assigned a value) and false otherwise
setEPIsSet
public void setEPIsSet(boolean value)
getES
public SuspectedFileSizeException getES()
setES
public WorkerService.cacheFile_result setES(SuspectedFileSizeException eS)
unsetES
public void unsetES()
isSetES
public boolean isSetES()
- Returns true if field eS is set (has been assigned a value) and false otherwise
setESIsSet
public void setESIsSet(boolean value)
setFieldValue
public void setFieldValue(WorkerService.cacheFile_result._Fields field,
Object value)
- Specified by:
setFieldValue
in interface org.apache.thrift.TBase<WorkerService.cacheFile_result,WorkerService.cacheFile_result._Fields>
getFieldValue
public Object getFieldValue(WorkerService.cacheFile_result._Fields field)
- Specified by:
getFieldValue
in interface org.apache.thrift.TBase<WorkerService.cacheFile_result,WorkerService.cacheFile_result._Fields>
isSet
public boolean isSet(WorkerService.cacheFile_result._Fields field)
- Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- Specified by:
isSet
in interface org.apache.thrift.TBase<WorkerService.cacheFile_result,WorkerService.cacheFile_result._Fields>
equals
public boolean equals(Object that)
- Overrides:
equals
in class Object
equals
public boolean equals(WorkerService.cacheFile_result that)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
compareTo
public int compareTo(WorkerService.cacheFile_result other)
- Specified by:
compareTo
in interface Comparable<WorkerService.cacheFile_result>
fieldForId
public WorkerService.cacheFile_result._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interface org.apache.thrift.TBase<WorkerService.cacheFile_result,WorkerService.cacheFile_result._Fields>
read
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
- Specified by:
read
in interface org.apache.thrift.TBase<WorkerService.cacheFile_result,WorkerService.cacheFile_result._Fields>
- Throws:
org.apache.thrift.TException
write
public void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
- Specified by:
write
in interface org.apache.thrift.TBase<WorkerService.cacheFile_result,WorkerService.cacheFile_result._Fields>
- Throws:
org.apache.thrift.TException
toString
public String toString()
- Overrides:
toString
in class Object
validate
public void validate()
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
Copyright © 2013. All Rights Reserved.