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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.thrift.server.ServerContext
    createContext(org.apache.thrift.protocol.TProtocol input, org.apache.thrift.protocol.TProtocol output)
     
    void
    deleteContext(org.apache.thrift.server.ServerContext serverContext, org.apache.thrift.protocol.TProtocol input, org.apache.thrift.protocol.TProtocol output)
     
    void
     
    void
    processContext(org.apache.thrift.server.ServerContext serverContext, org.apache.thrift.transport.TTransport input, org.apache.thrift.transport.TTransport output)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      createContext in interface org.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:
      deleteContext in interface org.apache.thrift.server.TServerEventHandler
    • preServe

      public void preServe()
      Specified by:
      preServe in interface org.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:
      processContext in interface org.apache.thrift.server.TServerEventHandler