| Package | Description |
|---|---|
| com.twitter.zipkin.gen |
| Modifier and Type | Method and 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.Iface.Log(List<LogEntry> messages) |
ResultCode |
scribe.Client.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.
|
| Modifier and Type | Method and Description |
|---|---|
scribe.Log_result |
scribe.Log_result.setSuccess(ResultCode success) |
| Constructor and Description |
|---|
scribe.Log_result(ResultCode success) |
Copyright © 2015. All Rights Reserved.