Class DataNodeInternalRPCService

    • Field Summary

      • Fields inherited from class org.apache.iotdb.commons.service.ThriftService

        mbeanName, processor, STATUS_DOWN, STATUS_UP, thriftServiceThread
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBindIP()  
      int getBindPort()  
      org.apache.iotdb.commons.service.ServiceType getID()  
      static DataNodeInternalRPCService getInstance()  
      void initThriftServiceThread()  
      void initTProcessor()  
      • Methods inherited from class org.apache.iotdb.commons.service.ThriftService

        getRPCServiceStatus, initAsyncedServiceImpl, initSyncedServiceImpl, restartService, start, startService, stop, stopService
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.iotdb.commons.service.IService

        shutdown, waitAndStop
    • Method Detail

      • getID

        public org.apache.iotdb.commons.service.ServiceType getID()
        Specified by:
        getID in interface org.apache.iotdb.commons.service.IService
      • 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