| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Status | |
|---|---|
| org.apache.flume.thrift | |
| Uses of Status in org.apache.flume.thrift | 
|---|
| Fields in org.apache.flume.thrift declared as Status | |
|---|---|
|  Status | ThriftSourceProtocol.append_result.success | 
|  Status | ThriftSourceProtocol.appendBatch_result.success | 
| Methods in org.apache.flume.thrift that return Status | |
|---|---|
|  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. | 
| Methods in org.apache.flume.thrift with parameters of type Status | |
|---|---|
|  ThriftSourceProtocol.append_result | ThriftSourceProtocol.append_result.setSuccess(Status success) | 
|  ThriftSourceProtocol.appendBatch_result | ThriftSourceProtocol.appendBatch_result.setSuccess(Status success) | 
| Constructors in org.apache.flume.thrift with parameters of type Status | |
|---|---|
| ThriftSourceProtocol.append_result(Status success) | |
| ThriftSourceProtocol.appendBatch_result(Status success) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||