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 Summary
Modifier and TypeClassDescriptionstatic enum
The set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Modifier and TypeFieldDescriptionstatic final Map<Scribe.Log_args._Fields,
org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addToMessages
(LogEntry elem) void
clear()
int
compareTo
(Scribe.Log_args other) deepCopy()
boolean
boolean
equals
(Scribe.Log_args that) fieldForId
(int fieldId) int
int
hashCode()
boolean
isSet
(Scribe.Log_args._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
Returns true if field messages is set (has been assigned a value) and false otherwisevoid
read
(org.apache.thrift.protocol.TProtocol iprot) void
setFieldValue
(Scribe.Log_args._Fields field, Object value) setMessages
(List<LogEntry> messages) void
setMessagesIsSet
(boolean value) toString()
void
void
validate()
void
write
(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
messages
-
metaDataMap
public static final Map<Scribe.Log_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
Log_args
public Log_args() -
Log_args
-
Log_args
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<Scribe.Log_args,
Scribe.Log_args._Fields>
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.thrift.TBase<Scribe.Log_args,
Scribe.Log_args._Fields>
-
getMessagesSize
public int getMessagesSize() -
getMessagesIterator
-
addToMessages
-
getMessages
-
setMessages
-
unsetMessages
public void unsetMessages() -
isSetMessages
public boolean isSetMessages()Returns true if field messages is set (has been assigned a value) and false otherwise -
setMessagesIsSet
public void setMessagesIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<Scribe.Log_args,
Scribe.Log_args._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<Scribe.Log_args,
Scribe.Log_args._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.thrift.TBase<Scribe.Log_args,
Scribe.Log_args._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<Scribe.Log_args>
-
fieldForId
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<Scribe.Log_args,
Scribe.Log_args._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
read
in 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:
write
in interfaceorg.apache.thrift.TSerializable
- Throws:
org.apache.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-