Package | Description |
---|---|
org.apache.flume.thrift |
Modifier and Type | Field and Description |
---|---|
Status |
ThriftSourceProtocol.append_result.success |
Status |
ThriftSourceProtocol.appendBatch_result.success |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<Status> |
ThriftSourceProtocol.AsyncProcessor.append.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<Status> |
ThriftSourceProtocol.AsyncProcessor.appendBatch.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
ThriftSourceProtocol.append_result |
ThriftSourceProtocol.append_result.setSuccess(Status success) |
ThriftSourceProtocol.appendBatch_result |
ThriftSourceProtocol.appendBatch_result.setSuccess(Status success) |
Modifier and Type | Method and Description |
---|---|
void |
ThriftSourceProtocol.AsyncProcessor.append.start(I iface,
ThriftSourceProtocol.append_args args,
org.apache.thrift.async.AsyncMethodCallback<Status> resultHandler) |
void |
ThriftSourceProtocol.AsyncProcessor.appendBatch.start(I iface,
ThriftSourceProtocol.appendBatch_args args,
org.apache.thrift.async.AsyncMethodCallback<Status> resultHandler) |
Constructor and Description |
---|
append_result(Status success) |
appendBatch_result(Status success) |
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.