public static class ThriftSourceProtocol.Client extends org.apache.thrift.TServiceClient implements ThriftSourceProtocol.Iface
Modifier and Type | Class and Description |
---|---|
static class |
ThriftSourceProtocol.Client.Factory |
Constructor and Description |
---|
Client(org.apache.thrift.protocol.TProtocol prot) |
Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot) |
Modifier and Type | Method and Description |
---|---|
Status |
append(ThriftFlumeEvent event) |
Status |
appendBatch(List<ThriftFlumeEvent> events) |
Status |
recv_append() |
Status |
recv_appendBatch() |
void |
send_append(ThriftFlumeEvent event) |
void |
send_appendBatch(List<ThriftFlumeEvent> events) |
public Client(org.apache.thrift.protocol.TProtocol prot)
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
public Status append(ThriftFlumeEvent event) throws org.apache.thrift.TException
append
in interface ThriftSourceProtocol.Iface
org.apache.thrift.TException
public void send_append(ThriftFlumeEvent event) throws org.apache.thrift.TException
org.apache.thrift.TException
public Status recv_append() throws org.apache.thrift.TException
org.apache.thrift.TException
public Status appendBatch(List<ThriftFlumeEvent> events) throws org.apache.thrift.TException
appendBatch
in interface ThriftSourceProtocol.Iface
org.apache.thrift.TException
public void send_appendBatch(List<ThriftFlumeEvent> events) throws org.apache.thrift.TException
org.apache.thrift.TException
public Status recv_appendBatch() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.