Uses of Enum
zipkin2.collector.scribe.generated.ResultCode
-
Uses of ResultCode in zipkin2.collector.scribe.generated
Modifier and TypeMethodDescriptionstatic ResultCode
ResultCode.findByValue
(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.Scribe.AsyncClient.Log_call.getResult()
Scribe.Log_result.getSuccess()
Scribe.Client.recv_Log()
static ResultCode
Returns the enum constant of this type with the specified name.static ResultCode[]
ResultCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<ResultCode>
Scribe.AsyncProcessor.Log.getResultHandler
(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) 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.AsyncProcessor.Log.start
(I iface, Scribe.Log_args args, org.apache.thrift.async.AsyncMethodCallback<ResultCode> resultHandler) 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)