Class Scribe.Log_args
java.lang.Object
zipkin2.collector.scribe.generated.Scribe.Log_args
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<Scribe.Log_args>,- org.apache.thrift.TBase<Scribe.Log_args,,- Scribe.Log_args._Fields> - org.apache.thrift.TSerializable
- Enclosing class:
- Scribe
public static class Scribe.Log_args
extends Object
implements org.apache.thrift.TBase<Scribe.Log_args,Scribe.Log_args._Fields>, Serializable, Cloneable, Comparable<Scribe.Log_args> 
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Map<Scribe.Log_args._Fields,org.apache.thrift.meta_data.FieldMetaData> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddToMessages(LogEntry elem) voidclear()intcompareTo(Scribe.Log_args other) deepCopy()booleanbooleanequals(Scribe.Log_args that) fieldForId(int fieldId) intinthashCode()booleanisSet(Scribe.Log_args._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field messages is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) voidsetFieldValue(Scribe.Log_args._Fields field, Object value) setMessages(List<LogEntry> messages) voidsetMessagesIsSet(boolean value) toString()voidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot) 
- 
Field Details- 
messages
- 
metaDataMappublic static final Map<Scribe.Log_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
 
- 
- 
Constructor Details- 
Log_argspublic Log_args()
- 
Log_args
- 
Log_argsPerforms a deep copy on other.
 
- 
- 
Method Details- 
deepCopy- Specified by:
- deepCopyin interface- org.apache.thrift.TBase<Scribe.Log_args,- Scribe.Log_args._Fields> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- org.apache.thrift.TBase<Scribe.Log_args,- Scribe.Log_args._Fields> 
 
- 
getMessagesSizepublic int getMessagesSize()
- 
getMessagesIterator
- 
addToMessages
- 
getMessages
- 
setMessages
- 
unsetMessagespublic void unsetMessages()
- 
isSetMessagespublic boolean isSetMessages()Returns true if field messages is set (has been assigned a value) and false otherwise
- 
setMessagesIsSetpublic void setMessagesIsSet(boolean value) 
- 
setFieldValue- Specified by:
- setFieldValuein interface- org.apache.thrift.TBase<Scribe.Log_args,- Scribe.Log_args._Fields> 
 
- 
getFieldValue- Specified by:
- getFieldValuein interface- org.apache.thrift.TBase<Scribe.Log_args,- Scribe.Log_args._Fields> 
 
- 
isSetReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
- isSetin interface- org.apache.thrift.TBase<Scribe.Log_args,- Scribe.Log_args._Fields> 
 
- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<Scribe.Log_args>
 
- 
fieldForId- Specified by:
- fieldForIdin interface- org.apache.thrift.TBase<Scribe.Log_args,- Scribe.Log_args._Fields> 
 
- 
readpublic void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
- readin interface- org.apache.thrift.TSerializable
- Throws:
- org.apache.thrift.TException
 
- 
writepublic void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
- writein interface- org.apache.thrift.TSerializable
- Throws:
- org.apache.thrift.TException
 
- 
toString
- 
validatepublic void validate() throws org.apache.thrift.TException- Throws:
- org.apache.thrift.TException
 
 
-