Uses of Class
zipkin2.collector.scribe.generated.LogEntry
-
Packages that use LogEntry Package Description zipkin2.collector.scribe.generated -
-
Uses of LogEntry in zipkin2.collector.scribe.generated
Fields in zipkin2.collector.scribe.generated with type parameters of type LogEntry Modifier and Type Field Description List<LogEntry>
Scribe.Log_args. messages
Methods in zipkin2.collector.scribe.generated that return LogEntry Modifier and Type Method Description LogEntry
LogEntry. deepCopy()
LogEntry
LogEntry. setCategory(String category)
LogEntry
LogEntry. setMessage(String message)
Methods in zipkin2.collector.scribe.generated that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>
Scribe.Log_args. getMessages()
Iterator<LogEntry>
Scribe.Log_args. getMessagesIterator()
Methods in zipkin2.collector.scribe.generated with parameters of type LogEntry Modifier and Type Method Description void
Scribe.Log_args. addToMessages(LogEntry elem)
int
LogEntry. compareTo(LogEntry other)
boolean
LogEntry. equals(LogEntry that)
Method parameters in zipkin2.collector.scribe.generated with type arguments of type LogEntry Modifier and Type Method Description void
Scribe.AsyncClient. Log(List<LogEntry> messages, org.apache.thrift.async.AsyncMethodCallback<ResultCode> resultHandler)
void
Scribe.AsyncIface. Log(List<LogEntry> messages, org.apache.thrift.async.AsyncMethodCallback<ResultCode> resultHandler)
ResultCode
Scribe.Client. Log(List<LogEntry> messages)
ResultCode
Scribe.Iface. Log(List<LogEntry> messages)
void
Scribe.Client. send_Log(List<LogEntry> messages)
Scribe.Log_args
Scribe.Log_args. setMessages(List<LogEntry> messages)
Constructors in zipkin2.collector.scribe.generated with parameters of type LogEntry Constructor Description LogEntry(LogEntry other)
Performs a deep copy on other.Constructor parameters in zipkin2.collector.scribe.generated with type arguments of type LogEntry Constructor Description Log_args(List<LogEntry> messages)
Log_call(List<LogEntry> messages, org.apache.thrift.async.AsyncMethodCallback<ResultCode> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-