Uses of Enum Class
zipkin2.collector.scribe.generated.ResultCode
Packages that use ResultCode
-
Uses of ResultCode in zipkin2.collector.scribe.generated
Fields in zipkin2.collector.scribe.generated declared as ResultCodeMethods in zipkin2.collector.scribe.generated that return ResultCodeModifier 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 class with the specified name.static ResultCode[]
ResultCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zipkin2.collector.scribe.generated that return types with arguments of type ResultCodeModifier and TypeMethodDescriptionorg.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 ResultCodeMethod parameters in zipkin2.collector.scribe.generated with type arguments of type ResultCodeModifier 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) Constructors in zipkin2.collector.scribe.generated with parameters of type ResultCodeConstructor parameters in zipkin2.collector.scribe.generated with type arguments of type ResultCodeModifierConstructorDescriptionLog_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)