Class MPPDataExchangeService
- java.lang.Object
-
- org.apache.iotdb.commons.service.ThriftService
-
- org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeService
-
- All Implemented Interfaces:
org.apache.iotdb.commons.service.IService,MPPDataExchangeServiceMBean
public class MPPDataExchangeService extends org.apache.iotdb.commons.service.ThriftService implements MPPDataExchangeServiceMBean
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBindIP()intgetBindPort()org.apache.iotdb.commons.service.ServiceTypegetID()static MPPDataExchangeServicegetInstance()MPPDataExchangeManagergetMPPDataExchangeManager()intgetRPCPort()voidinitThriftServiceThread()voidinitTProcessor()voidstop()-
Methods inherited from class org.apache.iotdb.commons.service.ThriftService
getRPCServiceStatus, initAsyncedServiceImpl, initSyncedServiceImpl, restartService, start, startService, 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.db.mpp.execution.exchange.MPPDataExchangeServiceMBean
getRPCServiceStatus, restartService, startService, stopService
-
-
-
-
Method Detail
-
initTProcessor
public void initTProcessor() throws java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.InstantiationException- Specified by:
initTProcessorin classorg.apache.iotdb.commons.service.ThriftService- Throws:
java.lang.ClassNotFoundExceptionjava.lang.IllegalAccessExceptionjava.lang.InstantiationException
-
getMPPDataExchangeManager
public MPPDataExchangeManager getMPPDataExchangeManager()
-
initThriftServiceThread
public void initThriftServiceThread() throws java.lang.IllegalAccessException, java.lang.InstantiationException, java.lang.ClassNotFoundException- Specified by:
initThriftServiceThreadin classorg.apache.iotdb.commons.service.ThriftService- Throws:
java.lang.IllegalAccessExceptionjava.lang.InstantiationExceptionjava.lang.ClassNotFoundException
-
getBindIP
public java.lang.String getBindIP()
- Specified by:
getBindIPin classorg.apache.iotdb.commons.service.ThriftService
-
getBindPort
public int getBindPort()
- Specified by:
getBindPortin classorg.apache.iotdb.commons.service.ThriftService
-
getID
public org.apache.iotdb.commons.service.ServiceType getID()
- Specified by:
getIDin interfaceorg.apache.iotdb.commons.service.IService
-
stop
public void stop()
- Specified by:
stopin interfaceorg.apache.iotdb.commons.service.IService- Overrides:
stopin classorg.apache.iotdb.commons.service.ThriftService
-
getInstance
public static MPPDataExchangeService getInstance()
-
getRPCPort
public int getRPCPort()
- Specified by:
getRPCPortin interfaceMPPDataExchangeServiceMBean
-
-