Status |
ThriftSourceProtocol.Iface.append(ThriftFlumeEvent event) |
Status |
ThriftSourceProtocol.Client.append(ThriftFlumeEvent event) |
Status |
ThriftSourceProtocol.Iface.appendBatch(List<ThriftFlumeEvent> events) |
Status |
ThriftSourceProtocol.Client.appendBatch(List<ThriftFlumeEvent> events) |
static Status |
Status.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
Status |
ThriftSourceProtocol.AsyncClient.append_call.getResult() |
Status |
ThriftSourceProtocol.AsyncClient.appendBatch_call.getResult() |
Status |
ThriftSourceProtocol.append_result.getSuccess() |
Status |
ThriftSourceProtocol.appendBatch_result.getSuccess() |
Status |
ThriftSourceProtocol.Client.recv_append() |
Status |
ThriftSourceProtocol.Client.recv_appendBatch() |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|