Class MPPDataExchangeServiceThriftHandler
- java.lang.Object
-
- org.apache.iotdb.db.mpp.execution.exchange.MPPDataExchangeServiceThriftHandler
-
- All Implemented Interfaces:
org.apache.thrift.server.TServerEventHandler
public class MPPDataExchangeServiceThriftHandler extends java.lang.Object implements org.apache.thrift.server.TServerEventHandler
-
-
Constructor Summary
Constructors Constructor Description MPPDataExchangeServiceThriftHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.thrift.server.ServerContextcreateContext(org.apache.thrift.protocol.TProtocol tProtocol, org.apache.thrift.protocol.TProtocol tProtocol1)voiddeleteContext(org.apache.thrift.server.ServerContext serverContext, org.apache.thrift.protocol.TProtocol tProtocol, org.apache.thrift.protocol.TProtocol tProtocol1)voidpreServe()voidprocessContext(org.apache.thrift.server.ServerContext serverContext, org.apache.thrift.transport.TTransport tTransport, org.apache.thrift.transport.TTransport tTransport1)
-
-
-
Method Detail
-
preServe
public void preServe()
- Specified by:
preServein interfaceorg.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:
createContextin interfaceorg.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:
deleteContextin interfaceorg.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:
processContextin interfaceorg.apache.thrift.server.TServerEventHandler
-
-