Uses of Class
zipkin2.collector.scribe.generated.LogEntry
Packages that use LogEntry
-
Uses of LogEntry in zipkin2.collector.scribe.generated
Fields in zipkin2.collector.scribe.generated with type parameters of type LogEntryMethods in zipkin2.collector.scribe.generated that return LogEntryModifier and TypeMethodDescriptionLogEntry.deepCopy()LogEntry.setCategory(String category) LogEntry.setMessage(String message) Methods in zipkin2.collector.scribe.generated that return types with arguments of type LogEntryModifier and TypeMethodDescriptionScribe.Log_args.getMessages()Scribe.Log_args.getMessagesIterator()Methods in zipkin2.collector.scribe.generated with parameters of type LogEntryMethod parameters in zipkin2.collector.scribe.generated with type arguments of type LogEntryModifier and TypeMethodDescriptionvoidScribe.AsyncClient.Log(List<LogEntry> messages, org.apache.thrift.async.AsyncMethodCallback<ResultCode> resultHandler) voidScribe.AsyncIface.Log(List<LogEntry> messages, org.apache.thrift.async.AsyncMethodCallback<ResultCode> resultHandler) voidScribe.Log_args.setMessages(List<LogEntry> messages) Constructors in zipkin2.collector.scribe.generated with parameters of type LogEntryConstructor parameters in zipkin2.collector.scribe.generated with type arguments of type LogEntryModifierConstructorDescriptionLog_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)