Class ServerInstance


  • public class ServerInstance
    extends Object
    A standalone server which will listen on a port and serve queries based on the given configuration. Cluster management is maintained outside of this class.
    • Method Detail

      • startDataManager

        public void startDataManager()
      • startQueryServer

        public void startQueryServer()
      • shutDown

        public void shutDown()
      • getLatestQueryTime

        public long getLatestQueryTime()
      • getHelixManager

        public org.apache.helix.HelixManager getHelixManager()