Package | Description |
---|---|
org.apache.flume.source.scribe |
Modifier and Type | Field and Description |
---|---|
ResultCode |
Scribe.Log_result.success |
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 |
---|---|
org.apache.thrift.async.AsyncMethodCallback<ResultCode> |
Scribe.AsyncProcessor.Log.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
Scribe.Log_result |
Scribe.Log_result.setSuccess(ResultCode success) |
Modifier and Type | Method and Description |
---|---|
void |
Scribe.AsyncProcessor.Log.start(I iface,
Scribe.Log_args args,
org.apache.thrift.async.AsyncMethodCallback<ResultCode> resultHandler) |
Constructor and Description |
---|
Log_result(ResultCode success) |
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.