Uses of Class
io.atomix.cluster.NodeBuilder
| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
-
Uses of NodeBuilder in io.atomix.cluster
Subclasses of NodeBuilder in io.atomix.cluster Modifier and Type Class Description classMemberBuilderMember builder.Methods in io.atomix.cluster that return NodeBuilder Modifier and Type Method Description static NodeBuilderNode. builder()Returns a new member builder with no ID.NodeBuilderNodeBuilder. withAddress(int port)Deprecated.since 3.1.NodeBuilderNodeBuilder. withAddress(io.atomix.utils.net.Address address)Sets the node address.NodeBuilderNodeBuilder. withAddress(String address)Deprecated.since 3.1.NodeBuilderNodeBuilder. withAddress(String host, int port)Deprecated.since 3.1.NodeBuilderNodeBuilder. withHost(String host)Sets the node host.NodeBuilderNodeBuilder. withId(NodeId id)Sets the node identifier.NodeBuilderNodeBuilder. withId(String id)Sets the node identifier.NodeBuilderNodeBuilder. withPort(int port)Sets the node port.