Interface IClusterLobbyService

  • All Superinterfaces:
    com.smartfoxserver.bitswarm.service.IService

    public interface IClusterLobbyService
    extends com.smartfoxserver.bitswarm.service.IService
    • Method Detail

      • getGameNodeManager

        com.smartfoxserver.cluster.core.server.INodeManager getGameNodeManager()
      • getSettings

        com.smartfoxserver.cluster.config.ClusterSettings getSettings()
      • getScheduler

        com.smartfoxserver.v2.util.TaskScheduler getScheduler()
      • queryLoadBalancer

        com.smartfoxserver.cluster.data.SFSGameNode queryLoadBalancer()
      • getConductor

        com.smartfoxserver.cluster.orch.BaseClusterConductor getConductor()
      • queryLoadBalancer

        com.smartfoxserver.cluster.data.SFSGameNode queryLoadBalancer​(java.lang.Object param)
      • getClusterZone

        com.smartfoxserver.v2.entities.Zone getClusterZone()
      • getEventManager

        com.smartfoxserver.bitswarm.service.BaseCoreService getEventManager()
      • isActive

        boolean isActive()
      • getInvoFreezer

        com.smartfoxserver.cluster.core.server.InvitationFreezer getInvoFreezer()
      • getGameExtensionDeployer

        com.smartfoxserver.cluster.core.server.IGameExtensionDeployer getGameExtensionDeployer()