Class Scribe.AsyncClient
java.lang.Object
org.apache.thrift.async.TAsyncClient
zipkin2.collector.scribe.generated.Scribe.AsyncClient
- All Implemented Interfaces:
Scribe.AsyncIface
- Enclosing class:
- Scribe
public static class Scribe.AsyncClient
extends org.apache.thrift.async.TAsyncClient
implements Scribe.AsyncIface
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class org.apache.thrift.async.TAsyncClient
___currentMethod, ___manager, ___protocolFactory, ___transport
-
Constructor Summary
ConstructorDescriptionAsyncClient
(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Log
(List<LogEntry> messages, org.apache.thrift.async.AsyncMethodCallback<ResultCode> resultHandler) Methods inherited from class org.apache.thrift.async.TAsyncClient
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
-
Constructor Details
-
AsyncClient
public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
-
-
Method Details
-
Log
public void Log(List<LogEntry> messages, org.apache.thrift.async.AsyncMethodCallback<ResultCode> resultHandler) throws org.apache.thrift.TException - Specified by:
Log
in interfaceScribe.AsyncIface
- Throws:
org.apache.thrift.TException
-