Uses of Class
zipkin2.collector.scribe.generated.ResultCode
-
Packages that use ResultCode Package Description zipkin2.collector.scribe.generated -
-
Uses of ResultCode in zipkin2.collector.scribe.generated
Fields in zipkin2.collector.scribe.generated declared as ResultCode Modifier and Type Field Description ResultCode
Scribe.Log_result. success
Methods in zipkin2.collector.scribe.generated that return ResultCode Modifier and Type Method Description static ResultCode
ResultCode. findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.ResultCode
Scribe.AsyncClient.Log_call. getResult()
ResultCode
Scribe.Log_result. getSuccess()
ResultCode
Scribe.Client. Log(List<LogEntry> messages)
ResultCode
Scribe.Iface. Log(List<LogEntry> messages)
ResultCode
Scribe.Client. recv_Log()
static ResultCode
ResultCode. valueOf(String name)
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.Methods in zipkin2.collector.scribe.generated that return types with arguments of type ResultCode Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<ResultCode>
Scribe.AsyncProcessor.Log. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
Methods in zipkin2.collector.scribe.generated with parameters of type ResultCode Modifier and Type Method Description Scribe.Log_result
Scribe.Log_result. setSuccess(ResultCode success)
Method parameters in zipkin2.collector.scribe.generated with type arguments of type ResultCode Modifier and Type Method Description void
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)
Constructors in zipkin2.collector.scribe.generated with parameters of type ResultCode Constructor Description Log_result(ResultCode success)
Constructor parameters in zipkin2.collector.scribe.generated with type arguments of type ResultCode Constructor Description Log_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)
-