| Package | Description |
|---|---|
| io.scalecube.cluster |
| Modifier and Type | Method and Description |
|---|---|
static Cluster |
Cluster.joinAwait()
Init cluster instance and join cluster synchronously.
|
static Cluster |
Cluster.joinAwait(Address... seedMembers)
Init cluster instance with the given seed members and join cluster synchronously.
|
static Cluster |
Cluster.joinAwait(ClusterConfig config)
Init cluster instance with the given configuration and join cluster synchronously.
|
static Cluster |
Cluster.joinAwait(Map<String,String> metadata,
Address... seedMembers)
Init cluster instance with the given metadata and seed members and join cluster synchronously.
|
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<Cluster> |
Cluster.join()
Init cluster instance and join cluster asynchronously.
|
static CompletableFuture<Cluster> |
Cluster.join(Address... seedMembers)
Init cluster instance with the given seed members and join cluster asynchronously.
|
static CompletableFuture<Cluster> |
Cluster.join(ClusterConfig config)
Init cluster instance with the given configuration and join cluster synchronously.
|
static CompletableFuture<Cluster> |
Cluster.join(Map<String,String> metadata,
Address... seedMembers)
Init cluster instance with the given metadata and seed members and join cluster synchronously.
|
Copyright © 2015–2017. All rights reserved.