Package com.smartfoxserver.cluster.core
Interface IClusterLobbyService
-
- All Superinterfaces:
com.smartfoxserver.bitswarm.service.IService
public interface IClusterLobbyService extends com.smartfoxserver.bitswarm.service.IService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IClusterApigetApi()com.smartfoxserver.v2.entities.ZonegetClusterZone()com.smartfoxserver.cluster.orch.BaseClusterConductorgetConductor()com.smartfoxserver.bitswarm.service.BaseCoreServicegetEventManager()com.smartfoxserver.cluster.core.server.IGameExtensionDeployergetGameExtensionDeployer()com.smartfoxserver.cluster.core.server.INodeManagergetGameNodeManager()IGlobalsgetGlobals()com.smartfoxserver.cluster.core.server.InvitationFreezergetInvoFreezer()com.smartfoxserver.v2.util.TaskSchedulergetScheduler()com.smartfoxserver.cluster.config.ClusterSettingsgetSettings()booleanisActive()com.smartfoxserver.cluster.data.SFSGameNodequeryLoadBalancer()com.smartfoxserver.cluster.data.SFSGameNodequeryLoadBalancer(java.lang.Object param)
-
-
-
Method Detail
-
getGameNodeManager
com.smartfoxserver.cluster.core.server.INodeManager getGameNodeManager()
-
getSettings
com.smartfoxserver.cluster.config.ClusterSettings getSettings()
-
getScheduler
com.smartfoxserver.v2.util.TaskScheduler getScheduler()
-
getApi
IClusterApi getApi()
-
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()
-
getGlobals
IGlobals getGlobals()
-
isActive
boolean isActive()
-
getInvoFreezer
com.smartfoxserver.cluster.core.server.InvitationFreezer getInvoFreezer()
-
getGameExtensionDeployer
com.smartfoxserver.cluster.core.server.IGameExtensionDeployer getGameExtensionDeployer()
-
-