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 Summary
Nested Classes Modifier and Type Class Description static class
Scribe.Client.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultCode
Log(List<LogEntry> messages)
ResultCode
recv_Log()
void
send_Log(List<LogEntry> messages)
-
-
-
Method Detail
-
Log
public ResultCode Log(List<LogEntry> messages) throws org.apache.thrift.TException
- Specified by:
Log
in interfaceScribe.Iface
- Throws:
org.apache.thrift.TException
-
send_Log
public void send_Log(List<LogEntry> messages) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_Log
public ResultCode recv_Log() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-