Class Scribe.Client
- java.lang.Object
- 
- org.apache.thrift.TServiceClient
- 
- zipkin2.collector.scribe.generated.Scribe.Client
 
 
- 
- All Implemented Interfaces:
- Scribe.Iface
 - Enclosing class:
- Scribe
 
 public static class Scribe.Client extends org.apache.thrift.TServiceClient implements Scribe.Iface 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classScribe.Client.Factory
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultCodeLog(List<LogEntry> messages)ResultCoderecv_Log()voidsend_Log(List<LogEntry> messages)
 
- 
- 
- 
Method Detail- 
Logpublic ResultCode Log(List<LogEntry> messages) throws org.apache.thrift.TException - Specified by:
- Login interface- Scribe.Iface
- Throws:
- org.apache.thrift.TException
 
 - 
send_Logpublic void send_Log(List<LogEntry> messages) throws org.apache.thrift.TException - Throws:
- org.apache.thrift.TException
 
 - 
recv_Logpublic ResultCode recv_Log() throws org.apache.thrift.TException - Throws:
- org.apache.thrift.TException
 
 
- 
 
-