Uses of Class
io.atomix.cluster.MemberBuilder
Packages that use MemberBuilder
-
Uses of MemberBuilder in io.atomix.cluster
Methods in io.atomix.cluster that return MemberBuilderModifier and TypeMethodDescriptionstatic MemberBuilderMember.builder()Returns a new member builder with no ID.static MemberBuilderReturns a new member builder.static MemberBuilderReturns a new member builder.MemberBuilder.withAddress(Address address) Sets the member address.MemberBuilder.withHostId(String hostId) Sets the host to which the member belongs.Sets the member identifier.MemberBuilder.withPort(int port) MemberBuilder.withProperties(Properties properties) Sets the member properties.MemberBuilder.withRackId(String rack) Sets the rack to which the member belongs.MemberBuilder.withZoneId(String zoneId) Sets the zone to which the member belongs.