public class ClusterOptions extends Object
| Constructor and Description |
|---|
ClusterOptions() |
ClusterOptions(ClusterOptions other) |
ClusterOptions(io.vertx.core.json.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.spi.cluster.ClusterManager |
getManager() |
io.vertx.core.json.JsonObject |
getOptions() |
boolean |
isEnabled() |
ClusterOptions |
setEnabled(boolean enabled) |
ClusterOptions |
setManager(io.vertx.core.spi.cluster.ClusterManager manager) |
ClusterOptions |
setOptions(io.vertx.core.json.JsonObject options) |
String |
toString() |
public ClusterOptions()
public ClusterOptions(ClusterOptions other)
public ClusterOptions(io.vertx.core.json.JsonObject json)
public boolean isEnabled()
public io.vertx.core.spi.cluster.ClusterManager getManager()
public io.vertx.core.json.JsonObject getOptions()
public ClusterOptions setEnabled(boolean enabled)
public ClusterOptions setManager(io.vertx.core.spi.cluster.ClusterManager manager)
public ClusterOptions setOptions(io.vertx.core.json.JsonObject options)
Copyright © 2017. All rights reserved.