Class TInfo
- java.lang.Object
-
- org.apache.accumulo.core.trace.thrift.TInfo
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TInfo>,org.apache.thrift.TBase<TInfo,TInfo._Fields>,org.apache.thrift.TSerializable
public class TInfo extends Object implements org.apache.thrift.TBase<TInfo,TInfo._Fields>, Serializable, Cloneable, Comparable<TInfo>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTInfo._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description static Map<TInfo._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMaplongparentIdlongtraceId
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TInfo other)TInfodeepCopy()booleanequals(Object that)booleanequals(TInfo that)TInfo._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TInfo._Fields field)longgetParentId()longgetTraceId()inthashCode()booleanisSet(TInfo._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetParentId()Returns true if field parentId is set (has been assigned a value) and false otherwisebooleanisSetTraceId()Returns true if field traceId is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TInfo._Fields field, Object value)TInfosetParentId(long parentId)voidsetParentIdIsSet(boolean value)TInfosetTraceId(long traceId)voidsetTraceIdIsSet(boolean value)StringtoString()voidunsetParentId()voidunsetTraceId()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
traceId
public long traceId
-
parentId
public long parentId
-
metaDataMap
public static final Map<TInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TInfo
public TInfo()
-
TInfo
public TInfo(long traceId, long parentId)
-
TInfo
public TInfo(TInfo other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TInfo deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TInfo,TInfo._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TInfo,TInfo._Fields>
-
getTraceId
public long getTraceId()
-
setTraceId
public TInfo setTraceId(long traceId)
-
unsetTraceId
public void unsetTraceId()
-
isSetTraceId
public boolean isSetTraceId()
Returns true if field traceId is set (has been assigned a value) and false otherwise
-
setTraceIdIsSet
public void setTraceIdIsSet(boolean value)
-
getParentId
public long getParentId()
-
setParentId
public TInfo setParentId(long parentId)
-
unsetParentId
public void unsetParentId()
-
isSetParentId
public boolean isSetParentId()
Returns true if field parentId is set (has been assigned a value) and false otherwise
-
setParentIdIsSet
public void setParentIdIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TInfo._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TInfo,TInfo._Fields>
-
getFieldValue
public Object getFieldValue(TInfo._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TInfo,TInfo._Fields>
-
isSet
public boolean isSet(TInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TInfo,TInfo._Fields>
-
equals
public boolean equals(TInfo that)
-
compareTo
public int compareTo(TInfo other)
- Specified by:
compareToin interfaceComparable<TInfo>
-
fieldForId
public TInfo._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TInfo,TInfo._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-