Uses of Record Class
com.loomcache.server.discovery.MemberAttributes
Packages that use MemberAttributes
-
Uses of MemberAttributes in com.loomcache.server.discovery
Methods in com.loomcache.server.discovery that return MemberAttributesModifier and TypeMethodDescriptionstatic MemberAttributesMemberAttributes.empty()static MemberAttributesPeerAddress.memberAttributes()Returns the value of thememberAttributesrecord component.MemberAttributes.merge(MemberAttributes fallback) static MemberAttributesMemberAttributes.topology(@Nullable String rack, @Nullable String zone, @Nullable String node, @Nullable String region) static MemberAttributesMemberAttributes.topology(@Nullable String rack, @Nullable String zone, @Nullable String node, @Nullable String region, @Nullable String partitionGroup) Methods in com.loomcache.server.discovery with parameters of type MemberAttributesConstructors in com.loomcache.server.discovery with parameters of type MemberAttributesModifierConstructorDescriptionPeerAddress(String nodeId, String host, int port, MemberAttributes memberAttributes) Compact constructor for validation.