Uses of Class
zipkin2.collector.scribe.generated.LogEntry
-
Uses of LogEntry in zipkin2.collector.scribe.generated
Modifier and TypeMethodDescriptionLogEntry.deepCopy()
LogEntry.setCategory
(String category) LogEntry.setMessage
(String message) Modifier and TypeMethodDescriptionScribe.Log_args.getMessages()
Scribe.Log_args.getMessagesIterator()
Modifier and TypeMethodDescriptionvoid
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) void
Scribe.Log_args.setMessages
(List<LogEntry> messages) ModifierConstructorDescriptionLog_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)