Class ConfigNodeRPCServiceHandler
java.lang.Object
org.apache.iotdb.confignode.service.thrift.ConfigNodeRPCServiceHandler
- All Implemented Interfaces:
org.apache.thrift.server.TServerEventHandler
public class ConfigNodeRPCServiceHandler
extends Object
implements org.apache.thrift.server.TServerEventHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.thrift.server.ServerContextcreateContext(org.apache.thrift.protocol.TProtocol input, org.apache.thrift.protocol.TProtocol output) voiddeleteContext(org.apache.thrift.server.ServerContext serverContext, org.apache.thrift.protocol.TProtocol input, org.apache.thrift.protocol.TProtocol output) voidpreServe()voidprocessContext(org.apache.thrift.server.ServerContext serverContext, org.apache.thrift.transport.TTransport input, org.apache.thrift.transport.TTransport output)
-
Constructor Details
-
ConfigNodeRPCServiceHandler
public ConfigNodeRPCServiceHandler()
-
-
Method Details
-
createContext
public org.apache.thrift.server.ServerContext createContext(org.apache.thrift.protocol.TProtocol input, org.apache.thrift.protocol.TProtocol output) - Specified by:
createContextin interfaceorg.apache.thrift.server.TServerEventHandler
-
deleteContext
public void deleteContext(org.apache.thrift.server.ServerContext serverContext, org.apache.thrift.protocol.TProtocol input, org.apache.thrift.protocol.TProtocol output) - Specified by:
deleteContextin interfaceorg.apache.thrift.server.TServerEventHandler
-
preServe
public void preServe()- Specified by:
preServein interfaceorg.apache.thrift.server.TServerEventHandler
-
processContext
public void processContext(org.apache.thrift.server.ServerContext serverContext, org.apache.thrift.transport.TTransport input, org.apache.thrift.transport.TTransport output) - Specified by:
processContextin interfaceorg.apache.thrift.server.TServerEventHandler
-