com.cloudera.flume.handlers.thrift
Class ThriftFlumeEventServer.Client

java.lang.Object
  extended by com.cloudera.flume.handlers.thrift.ThriftFlumeEventServer.Client
All Implemented Interfaces:
ThriftFlumeEventServer.Iface, org.apache.thrift.TServiceClient
Enclosing class:
ThriftFlumeEventServer

public static class ThriftFlumeEventServer.Client
extends Object
implements org.apache.thrift.TServiceClient, ThriftFlumeEventServer.Iface


Nested Class Summary
static class ThriftFlumeEventServer.Client.Factory
           
 
Field Summary
protected  org.apache.thrift.protocol.TProtocol iprot_
           
protected  org.apache.thrift.protocol.TProtocol oprot_
           
protected  int seqid_
           
 
Constructor Summary
ThriftFlumeEventServer.Client(org.apache.thrift.protocol.TProtocol prot)
           
ThriftFlumeEventServer.Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
           
 
Method Summary
 void append(ThriftFlumeEvent evt)
           
 void close()
           
 org.apache.thrift.protocol.TProtocol getInputProtocol()
           
 org.apache.thrift.protocol.TProtocol getOutputProtocol()
           
 void recv_close()
           
 void send_append(ThriftFlumeEvent evt)
           
 void send_close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iprot_

protected org.apache.thrift.protocol.TProtocol iprot_

oprot_

protected org.apache.thrift.protocol.TProtocol oprot_

seqid_

protected int seqid_
Constructor Detail

ThriftFlumeEventServer.Client

public ThriftFlumeEventServer.Client(org.apache.thrift.protocol.TProtocol prot)

ThriftFlumeEventServer.Client

public ThriftFlumeEventServer.Client(org.apache.thrift.protocol.TProtocol iprot,
                                     org.apache.thrift.protocol.TProtocol oprot)
Method Detail

getInputProtocol

public org.apache.thrift.protocol.TProtocol getInputProtocol()
Specified by:
getInputProtocol in interface org.apache.thrift.TServiceClient

getOutputProtocol

public org.apache.thrift.protocol.TProtocol getOutputProtocol()
Specified by:
getOutputProtocol in interface org.apache.thrift.TServiceClient

append

public void append(ThriftFlumeEvent evt)
            throws org.apache.thrift.TException
Specified by:
append in interface ThriftFlumeEventServer.Iface
Throws:
org.apache.thrift.TException

send_append

public void send_append(ThriftFlumeEvent evt)
                 throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

close

public void close()
           throws org.apache.thrift.TException
Specified by:
close in interface ThriftFlumeEventServer.Iface
Throws:
org.apache.thrift.TException

send_close

public void send_close()
                throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_close

public void recv_close()
                throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.