Uses of Class
org.kiwiproject.consul.model.agent.Member
Packages that use Member
-
Uses of Member in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return types with arguments of type MemberModifier and TypeMethodDescriptionAgentClient.getMembers()Retrieves all members that the Agent can see in the gossip pool.AgentClient.getMembers(QueryOptions queryOptions) Retrieves all members that the Agent can see in the gossip pool. -
Uses of Member in org.kiwiproject.consul.model.agent
Subclasses of Member in org.kiwiproject.consul.model.agentMethods in org.kiwiproject.consul.model.agent that return MemberMethods in org.kiwiproject.consul.model.agent with parameters of type MemberModifier and TypeMethodDescriptionstatic ImmutableMemberCreates an immutable copy of aMembervalue.final ImmutableMember.BuilderFill a builder with attribute values from the providedMemberinstance.final ImmutableAgent.BuilderInitializes the value for thememberattribute.final ImmutableAgentImmutableAgent.withMember(Member value) Copy the current immutable object by setting a value for thememberattribute.