Class MPPDataExchangeService

    • Method Detail

      • initTProcessor

        public void initTProcessor()
                            throws java.lang.ClassNotFoundException,
                                   java.lang.IllegalAccessException,
                                   java.lang.InstantiationException
        Specified by:
        initTProcessor in class org.apache.iotdb.commons.service.ThriftService
        Throws:
        java.lang.ClassNotFoundException
        java.lang.IllegalAccessException
        java.lang.InstantiationException
      • initThriftServiceThread

        public void initThriftServiceThread()
                                     throws java.lang.IllegalAccessException,
                                            java.lang.InstantiationException,
                                            java.lang.ClassNotFoundException
        Specified by:
        initThriftServiceThread in class org.apache.iotdb.commons.service.ThriftService
        Throws:
        java.lang.IllegalAccessException
        java.lang.InstantiationException
        java.lang.ClassNotFoundException
      • getBindIP

        public java.lang.String getBindIP()
        Specified by:
        getBindIP in class org.apache.iotdb.commons.service.ThriftService
      • getBindPort

        public int getBindPort()
        Specified by:
        getBindPort in class org.apache.iotdb.commons.service.ThriftService
      • getID

        public org.apache.iotdb.commons.service.ServiceType getID()
        Specified by:
        getID in interface org.apache.iotdb.commons.service.IService
      • stop

        public void stop()
        Specified by:
        stop in interface org.apache.iotdb.commons.service.IService
        Overrides:
        stop in class org.apache.iotdb.commons.service.ThriftService