Class MPPDataExchangeServiceThriftHandler

  • All Implemented Interfaces:
    org.apache.thrift.server.TServerEventHandler

    public class MPPDataExchangeServiceThriftHandler
    extends java.lang.Object
    implements org.apache.thrift.server.TServerEventHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.thrift.server.ServerContext createContext​(org.apache.thrift.protocol.TProtocol tProtocol, org.apache.thrift.protocol.TProtocol tProtocol1)  
      void deleteContext​(org.apache.thrift.server.ServerContext serverContext, org.apache.thrift.protocol.TProtocol tProtocol, org.apache.thrift.protocol.TProtocol tProtocol1)  
      void preServe()  
      void processContext​(org.apache.thrift.server.ServerContext serverContext, org.apache.thrift.transport.TTransport tTransport, org.apache.thrift.transport.TTransport tTransport1)  
      • Methods inherited from class java.lang.Object

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

      • MPPDataExchangeServiceThriftHandler

        public MPPDataExchangeServiceThriftHandler()
    • Method Detail

      • preServe

        public void preServe()
        Specified by:
        preServe in interface org.apache.thrift.server.TServerEventHandler
      • createContext

        public org.apache.thrift.server.ServerContext createContext​(org.apache.thrift.protocol.TProtocol tProtocol,
                                                                    org.apache.thrift.protocol.TProtocol tProtocol1)
        Specified by:
        createContext in interface org.apache.thrift.server.TServerEventHandler
      • deleteContext

        public void deleteContext​(org.apache.thrift.server.ServerContext serverContext,
                                  org.apache.thrift.protocol.TProtocol tProtocol,
                                  org.apache.thrift.protocol.TProtocol tProtocol1)
        Specified by:
        deleteContext in interface org.apache.thrift.server.TServerEventHandler
      • processContext

        public void processContext​(org.apache.thrift.server.ServerContext serverContext,
                                   org.apache.thrift.transport.TTransport tTransport,
                                   org.apache.thrift.transport.TTransport tTransport1)
        Specified by:
        processContext in interface org.apache.thrift.server.TServerEventHandler