Uses of Class
org.apache.activemq.artemis.core.client.impl.TopologyMemberImpl
Packages that use TopologyMemberImpl
Package
Description
-
Uses of TopologyMemberImpl in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl that return TopologyMemberImplModifier and TypeMethodDescriptionTopology.getMember(RemotingConnection rc) Topology.updateBackup(TopologyMemberImpl memberInput) This is called by the server when the node is activated from backup state.Methods in org.apache.activemq.artemis.core.client.impl that return types with arguments of type TopologyMemberImplMethods in org.apache.activemq.artemis.core.client.impl with parameters of type TopologyMemberImplModifier and TypeMethodDescriptionvoidTopology.updateAsPrimary(String nodeId, TopologyMemberImpl memberInput) This is called by the server when the node is activated from backup state.Topology.updateBackup(TopologyMemberImpl memberInput) This is called by the server when the node is activated from backup state.booleanTopology.updateMember(long uniqueEventID, String nodeId, TopologyMemberImpl memberInput) Update a memberbooleanTopologyManager.updateMember(long uniqueEventID, String nodeId, TopologyMemberImpl memberInput) -
Uses of TopologyMemberImpl in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type TopologyMemberImplModifier and TypeMethodDescriptionbooleanClusterConnectionImpl.updateMember(long uniqueEventID, String nodeId, TopologyMemberImpl memberInput) This is the implementation of TopologyManager.