Class Scribe.Client

  • All Implemented Interfaces:
    Scribe.Iface
    Enclosing class:
    Scribe

    public static class Scribe.Client
    extends org.apache.thrift.TServiceClient
    implements Scribe.Iface
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Scribe.Client.Factory  
    • Field Summary

      • Fields inherited from class org.apache.thrift.TServiceClient

        iprot_, oprot_, seqid_
    • Constructor Summary

      Constructors 
      Constructor Description
      Client​(org.apache.thrift.protocol.TProtocol prot)  
      Client​(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ResultCode Log​(java.util.List<LogEntry> messages)  
      ResultCode recv_Log()  
      void send_Log​(java.util.List<LogEntry> messages)  
      • Methods inherited from class org.apache.thrift.TServiceClient

        getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Client

        public Client​(org.apache.thrift.protocol.TProtocol prot)
      • Client

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

      • Log

        public ResultCode Log​(java.util.List<LogEntry> messages)
                       throws org.apache.thrift.TException
        Specified by:
        Log in interface Scribe.Iface
        Throws:
        org.apache.thrift.TException
      • send_Log

        public void send_Log​(java.util.List<LogEntry> messages)
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_Log

        public ResultCode recv_Log()
                            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException