| Package | Description |
|---|---|
| io.scalecube.cluster |
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig |
ClusterConfig.Builder.build() |
static ClusterConfig |
ClusterConfig.defaultConfig() |
static ClusterConfig |
ClusterConfig.defaultLanConfig() |
static ClusterConfig |
ClusterConfig.defaultLocalConfig()
Creates cluster config with default settings for cluster on local loopback interface.
|
static ClusterConfig |
ClusterConfig.defaultWanConfig()
Creates cluster config with default settings for cluster on WAN network.
|
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<Cluster> |
Cluster.join(ClusterConfig config)
Init cluster instance with the given configuration and join cluster synchronously.
|
static Cluster |
Cluster.joinAwait(ClusterConfig config)
Init cluster instance with the given configuration and join cluster synchronously.
|
Copyright © 2015–2017. All rights reserved.