public interface PlatformManagerFactory
Modifier and Type | Method and Description |
---|---|
PlatformManager |
createPlatformManager()
Create a non clustered platform manager
|
PlatformManager |
createPlatformManager(int clusterPort,
java.lang.String clusterHost)
Create a clustered platform manager
|
PlatformManager |
createPlatformManager(int clusterPort,
java.lang.String clusterHost,
int quorumSize,
java.lang.String haGroup)
Create a clustered platform manager with HA enabled
|
PlatformManager createPlatformManager()
PlatformManager createPlatformManager(int clusterPort, java.lang.String clusterHost)
clusterPort
- The cluster port to listen onclusterHost
- The cluster host to listen onPlatformManager createPlatformManager(int clusterPort, java.lang.String clusterHost, int quorumSize, java.lang.String haGroup)
clusterPort
- The cluster port to listen onclusterHost
- The cluster host to listen onquorumSize
- The minimum number of nodes in the cluster before deployments will be activatedhaGroup
- The HA group this Vert.x instance participates in. If null defaults to __DEFAULT__