Uses of Interface
org.jgroups.Address
Packages that use Address
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Provides debug support, including testing, profiling, and a graphical view of a protocol stack.
Provides demonstrations of JGroups functionality.
A distributed whiteboard applet implemented using JGroups.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Supports probabilistic broadcasts.
Support for managing protocol stacks.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of Address in org.jgroups
Fields in org.jgroups declared as AddressModifier and TypeFieldDescriptionprotected AddressMessage.dest_addrprotected AddressMessage.src_addrFields in org.jgroups with type parameters of type AddressModifier and TypeFieldDescriptionView.membersA list containing all the members of the view This list is always ordered, with the coordinator being the first member.Methods in org.jgroups that return AddressModifier and TypeMethodDescriptionMembership.elementAt(int index) Returns the component at the specified indexViewId.getCoordAddress()returns the address of the member that issued this viewView.getCreator()returns the creator of this view if this view was created with the empty constructur, null will be returnedMessage.getDest()abstract AddressChannel.getLocalAddress()Returns the channel's own address.JChannel.getLocalAddress()returns the local address of the channel returns null if the channel is closedMessage.getSrc()Methods in org.jgroups that return types with arguments of type AddressModifier and TypeMethodDescriptionMembership.getMembers()returns a copy (clone) of the members in this membership.View.getMembers()Returns a reference to the List of members (ordered) Do NOT change this list, hence your will invalidate the view Make a copy if you have to modify it.Methods in org.jgroups with parameters of type AddressModifier and TypeMethodDescriptionvoidAdds a new member to this membership.voidChannelListener.channelReconnected(Address addr) voidChannelListenerAdapter.channelReconnected(Address addr) abstract voidConnects the channel to a group and fetches the statevoidConnects this channel to a group and gets a state from a specified state provider.booleanReturns true if the provided member belongs to this membershipbooleanView.containsMember(Address mbr) returns true, if this view contains a certain memberabstract booleanRetrieve the state of the group.abstract booleanFetches a partial state identified by state_id.booleanRetrieves a full state from the target member.booleanRetrieves a substate (or partial state) indicated by state_id from the target member.booleanRetrieves a substate (or partial state) indicated by state_id from the target member.protected booleanRetrieves a substate (or partial state) indicated by state_id from the target member.protected voidChannel.notifyChannelReconnected(Address addr) voidremoves an member from the membership.abstract voidChannel.send(Address dst, Address src, Serializable obj) Helper method.voidJChannel.send(Address dst, Address src, Serializable obj) creates a new message with the destination address, and the source address and the object as the message valuevoidvoidvoidvoidCalled whenever a member is suspected of having crashed, but has not yet been excluded.voidMethod parameters in org.jgroups with type arguments of type AddressModifier and TypeMethodDescriptionfinal voidMembership.add(Collection<Address> v) Adds a list of members to this membershipvoidMembership.merge(Collection<Address> new_mems, Collection<Address> suspects) merges membership with the new members and removes suspects The Merge method will remove all the suspects and add in the new members.voidMembership.remove(Collection<Address> v) removes all the members contained in v from this membershipvoidMembership.set(Collection<Address> v) Clear the membership and adds all members of v This method will clear out all the old members of this membership by invoking theClearmethod.abstract booleanChannel.startFlush(List<Address> flushParticipants, boolean automatic_resume) booleanJChannel.startFlush(List<Address> flushParticipants, boolean automatic_resume) Performs a partial flush in a cluster for flush participants.abstract voidvoidConstructors in org.jgroups with parameters of type AddressModifierConstructorDescriptionCreates a new viewPublic constructorPublic constructorConstructs a message.Message(Address dest, Address src, Serializable obj) Public constructorCreates a new viewCreates a ViewID with the coordinator address and a Lamport timestamp of 0.Creates a ViewID with the coordinator address and the given Lamport timestamp.Constructor parameters in org.jgroups with type arguments of type AddressModifierConstructorDescriptionMembership(Collection<Address> initial_members) Creates a member ship object with the initial members.Creates a new viewCreates a new viewCreates a new viewCreates a new view -
Uses of Address in org.jgroups.blocks
Fields in org.jgroups.blocks declared as AddressModifier and TypeFieldDescriptionprotected AddressMessageDispatcher.local_addrprotected AddressRequestCorrelator.local_addrThe address of this group memberFields in org.jgroups.blocks with type parameters of type AddressModifier and TypeFieldDescriptionRequestCorrelator.call_stackThis field is used only if deadlock detection is enabled.RequestCorrelator.Header.callStackStack<Address>.RequestCorrelator.Header.dest_mbrsContains a list of members who should receive the request (others will drop).Methods in org.jgroups.blocks that return AddressModifier and TypeMethodDescriptionGroupRequest.getCaller()BasicConnectionTable.getLocalAddress()DistributedHashtable.getLocalAddress()Deprecated.DistributedQueue.getLocalAddress()NotificationBus.getLocalAddress()ReplicatedHashMap.getLocalAddress()ReplicatedHashtable.getLocalAddress()Deprecated.ReplicatedTree.getLocalAddress()RequestCorrelator.getLocalAddress()Methods in org.jgroups.blocks that return types with arguments of type AddressModifier and TypeMethodDescriptionGroupRequest.getSuspects()Returns the list of suspected members.Methods in org.jgroups.blocks with parameters of type AddressModifier and TypeMethodDescriptionRpcDispatcher.callRemoteMethod(Address dest, String method_name, Object[] args, Class[] types, int mode, long timeout) RpcDispatcher.callRemoteMethod(Address dest, String method_name, Object[] args, String[] signature, int mode, long timeout) RpcDispatcher.callRemoteMethod(Address dest, MethodCall method_call, int mode, long timeout) RpcDispatcher.callRemoteMethod(Address dest, MethodCall method_call, int mode, long timeout, boolean oob) voidPullPushAdapter.channelReconnected(Address addr) Deprecated.voidRpcDispatcher.channelReconnected(Address new_addr) voidBasicConnectionTable.ConnectionListener.connectionClosed(Address peer_addr) voidBasicConnectionTable.ConnectionListener.connectionOpened(Address peer_addr) NotificationBus.getCacheFromMember(Address mbr, long timeout, int max_tries) Determines the coordinator and asks it for its cache.booleanRspFilter.isAcceptable(Object response, Address sender) Determines whether a response from a given sender should be added to the response list of the requestvoidNotificationBus.Consumer.memberJoined(Address mbr) voidNotificationBus.Consumer.memberLeft(Address mbr) protected voidPullPushAdapter.notifySuspect(Address suspected_mbr) Deprecated.voidCalls the receiver callback.voidvoidGroupRequest.receiveResponse(Object response_value, Address sender) Callback (called by RequestCorrelator or Transport).voidRspCollector.receiveResponse(Object response_value, Address sender) voidRequestCorrelator.receiveSuspect(Address mbr) Event.SUSPECT event received from a layer below.voidBasicConnectionTable.removeConnection(Address addr) Removeaddrfrom connection table.protected voidConnectionTableNIO.runRequest(Address addr, ByteBuffer buf) voidvoidNotificationBus.sendNotification(Address dest, Serializable n) Pack the argument in a Info, serialize that one into the message buffer and send the messagevoidvoidRequestCorrelator.setLocalAddress(Address local_addr) voidDeprecated.Called when a member is suspectedvoidvoidCalled when a member is suspectedvoidCalled when a member is suspectedvoidCallback (called by RequestCorrelator or Transport).voidNotify membership listener that some node was suspected.voidvoidCalled when a member is suspectedvoidDeprecated.Called when a member is suspectedvoidCalled when a member is suspectedvoidvoidCallback for notification that one node is suspectedMethod parameters in org.jgroups.blocks with type arguments of type AddressModifier and TypeMethodDescriptionfinal voidThis method sets themembershipvariable to the value ofmembers.voidBasicConnectionTable.retainAll(Collection<Address> current_mbrs) Removes all connections from ConnectionTable which are not in current_mbrsvoidRequestCorrelator.sendRequest(long id, List<Address> dest_mbrs, Message msg, RspCollector coll) voidRequestCorrelator.sendRequest(long id, List<Address> dest_mbrs, Message msg, RspCollector coll, boolean use_anycasting) Send a request to a group.voidReplicatedHashMap.Notification.viewChange(View view, Vector<Address> new_mbrs, Vector<Address> old_mbrs) Constructors in org.jgroups.blocks with parameters of type AddressModifierConstructorDescriptionRequestCorrelator(String name, Object transport, RequestHandler handler, boolean deadlock_detection, Address local_addr) RequestCorrelator(String name, Object transport, RequestHandler handler, boolean deadlock_detection, Address local_addr, boolean concurrent_processing) RequestCorrelator(String name, Object transport, RequestHandler handler, Address local_addr) Constructor parameters in org.jgroups.blocks with type arguments of type AddressModifierConstructorDescriptionGroupRequest(Message m, RequestCorrelator corr, Vector<Address> members, int rsp_mode) GroupRequest(Message m, RequestCorrelator corr, Vector<Address> members, int rsp_mode, long timeout, int expected_mbrs) GroupRequest(Message m, Transport transport, Vector<Address> members, int rsp_mode) GroupRequest(Message m, Transport transport, Vector<Address> members, int rsp_mode, long timeout, int expected_mbrs) -
Uses of Address in org.jgroups.debug
Methods in org.jgroups.debug with parameters of type Address -
Uses of Address in org.jgroups.demos
Methods in org.jgroups.demos with parameters of type AddressModifier and TypeMethodDescriptionvoidDraw.channelReconnected(Address addr) voidGossip.channelReconnected(Address new_addr) voidNotificationBusDemo.memberJoined(Address mbr) voidNotificationBusDemo.memberLeft(Address mbr) voidvoidvoidvoidvoidCalled when a member is suspected -
Uses of Address in org.jgroups.demos.wb
Fields in org.jgroups.demos.wb declared as AddressMethods in org.jgroups.demos.wb with parameters of type Address -
Uses of Address in org.jgroups.jmx
Methods in org.jgroups.jmx that return AddressMethods in org.jgroups.jmx with parameters of type Address -
Uses of Address in org.jgroups.jmx.protocols
Methods in org.jgroups.jmx.protocols that return Address -
Uses of Address in org.jgroups.mux
Methods in org.jgroups.mux that return AddressMethods in org.jgroups.mux with parameters of type AddressModifier and TypeMethodDescriptionvoidbooleanvoidMuxChannel.send(Address dst, Address src, Serializable obj) Constructors in org.jgroups.mux with parameters of type Address -
Uses of Address in org.jgroups.protocols
Classes in org.jgroups.protocols that implement AddressModifier and TypeClassDescriptionstatic classSimpleAddressrepresenting the JMS node ID or JMS topic group.Classes in org.jgroups.protocols that implement interfaces with type arguments of type AddressFields in org.jgroups.protocols declared as AddressModifier and TypeFieldDescriptionPingRsp.coord_addrprotected AddressTP.local_addrThe address (host and port) of this memberprotected AddressPARTITION.local_addressPingRsp.own_addrFields in org.jgroups.protocols with type parameters of type AddressModifier and TypeFieldDescriptionTP.membersThe members of this group (updated when a member joins or leaves)Methods in org.jgroups.protocols that return AddressModifier and TypeMethodDescriptionprotected AddressUDP.createLocalAddress()PingRsp.getAddress()PingRsp.getCoordAddress()SEQUENCER.getCoordinator()protected AddressENCRYPT.getKeyServerAddr()protected AddressENCRYPT.getLocal_addr()SEQUENCER.getLocalAddress()TP.getLocalAddress()SEQUENCER.SequencerHeader.getOriginalSender()Methods in org.jgroups.protocols that return types with arguments of type AddressModifier and TypeMethodDescriptionTCPPING.getInitialHosts()Returns the list of initial hosts as configured by the user via XML.TP.ProtocolAdapter.getMembers()Methods in org.jgroups.protocols with parameters of type AddressModifier and TypeMethodDescriptionvoidDISCARD.addIgnoreMember(Address sender) Messages from this sender will get droppedprotected voidFD.Broadcaster.addSuspectedMember(Address mbr) Adds a suspected member.voidFD.BroadcastTask.addSuspectedMember(Address suspect) voidCalled by AgeOutCache, to removed expired connectionsvoidDiscovery.localAddressSet(Address addr) Called after local_addr was setvoidPING.localAddressSet(Address addr) voidTCPPING.localAddressSet(Address addr) voidBasicTCP.postUnmarshalling(Message msg, Address dest, Address src, boolean multicast) voidLOOPBACK.postUnmarshalling(Message msg, Address dest, Address src, boolean multicast) voidSHARED_LOOPBACK.postUnmarshalling(Message msg, Address dest, Address src, boolean multicast) abstract voidTP.postUnmarshalling(Message msg, Address dest, Address src, boolean multicast) voidTUNNEL.postUnmarshalling(Message msg, Address dest, Address src, boolean multicast) voidUDP.postUnmarshalling(Message msg, Address dest, Address src, boolean multicast) voidBasicTCP.postUnmarshallingList(Message msg, Address dest, boolean multicast) voidLOOPBACK.postUnmarshallingList(Message msg, Address dest, boolean multicast) voidSHARED_LOOPBACK.postUnmarshallingList(Message msg, Address dest, boolean multicast) abstract voidTP.postUnmarshallingList(Message msg, Address dest, boolean multicast) voidTUNNEL.postUnmarshallingList(Message msg, Address dest, boolean multicast) voidUDP.postUnmarshallingList(Message msg, Address dest, boolean multicast) voidConnectionTable.Receiver interfaceprotected final voidSubclasses must call this method when a unicast or multicast message has been received.booleanUNICAST.removeConnection(Address mbr) Removes and resets from connection table (which is already locked).voidDISCARD.removeIgnoredMember(Address member) voidSMACK.retransmit(long seqno, Message msg, Address dest) abstract voidvoidvoidvoidBasicTCP.sendToSingleMember(Address dest, byte[] data, int offset, int length) voidLOOPBACK.sendToSingleMember(Address dest, byte[] data, int offset, int length) voidSHARED_LOOPBACK.sendToSingleMember(Address dest, byte[] data, int offset, int length) abstract voidTP.sendToSingleMember(Address dest, byte[] data, int offset, int length) Send to all members in the group.voidTUNNEL.sendToSingleMember(Address dest, byte[] data, int offset, int length) voidUDP.sendToSingleMember(Address dest, byte[] data, int offset, int length) protected voidENCRYPT.setKeyServerAddr(Address keyServerAddr) protected voidENCRYPT.setLocal_addr(Address local_addr) voidDISCARD.setLocalAddress(Address localAddress) Method parameters in org.jgroups.protocols with type arguments of type AddressModifier and TypeMethodDescriptionabstract voidBasicTCP.retainAll(Collection<Address> members) voidTCP_NIO.retainAll(Collection<Address> members) voidTCP.retainAll(Collection<Address> members) Constructors in org.jgroups.protocols with parameters of type AddressModifierConstructorDescriptionCoordAnnouncement(Address coord) HTotalHeader(Address dest, Address src) MergefastHeader(Address coord) ProtocolAdapter(String cluster_name, String transport_name, Protocol up, Protocol down, String pattern, Address addr) SequencerHeader(byte type, Address original_sender, long seqno) Constructor parameters in org.jgroups.protocols with type arguments of type Address -
Uses of Address in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast that return AddressModifier and TypeMethodDescriptionprotected AddressGMS.determineCoordinator()GMS.GmsHeader.getMember()MergeData.getSender()Methods in org.jgroups.protocols.pbcast with parameters of type AddressModifier and TypeMethodDescriptionvoidGossip.addToSeenList(Address mbr) doubleNAKACK.getSmoothedAverageRetransmissionTime(Address sender) Returns the smoothed average retransmission time for a given sendervoidCoordGmsImpl.handleDigestResponse(Address sender, Digest digest) voidGmsImpl.handleDigestResponse(Address sender, Digest digest) voidCoordGmsImpl.handleMergeRequest(Address sender, ViewId merge_id) Get the view and digest and send back both (MergeData) in the form of a MERGE_RSP to the sender.voidGmsImpl.handleMergeRequest(Address sender, ViewId merge_id) voidParticipantGmsImpl.handleMergeRequest(Address sender, ViewId merge_id) voidvoidabstract voidvoidvoidClientGmsImpl.joinWithStateTransfer(Address address) voidCoordGmsImpl.joinWithStateTransfer(Address mbr) abstract voidGmsImpl.joinWithStateTransfer(Address local_addr) voidParticipantGmsImpl.joinWithStateTransfer(Address mbr) voidvoidThe coordinator itself wants to leave the groupabstract voidvoidLoop: determine coord.voidNAKACK.messageGapDetected(long from, long to, Address src) Called when a message gap is detectedvoidNAKACK.missingMessageReceived(long seqno, Address original_sender) voidGossip.removeFromNotSeenList(Address mbr) Removes obj from not_seen listvoidNAKACK.retransmit(long first_seqno, long last_seqno, Address sender) Implementation of Retransmitter.RetransmitCommand.protected voidNAKACK.retransmit(long first_seqno, long last_seqno, Address sender, boolean multicast_xmit_request) voidGMS.sendJoinResponse(JoinRsp rsp, Address dest) protected voidGmsImpl.sendMergeRejectedResponse(Address sender, ViewId merge_id) voidvoidabstract voidvoidvoidvoidabstract voidvoidRemoves previously suspected member from list of currently suspected membersprotected booleanGMS.wouldBeNewCoordinator(Address potential_new_coord) Checks whether the potential_new_coord would be the new coordinator (2nd in line)Method parameters in org.jgroups.protocols.pbcast with type arguments of type AddressModifier and TypeMethodDescriptionvoidGMS.castViewChangeWithDest(View new_view, Digest digest, JoinRsp jr, Collection<Address> newMembers) Broadcasts the new view and digest, and waits for acks from all members in the list given as argument.protected booleanGMS.checkSelfInclusion(Vector<Address> mbrs) Returns true if local_addr is member of mbrs, else falseGMS.getNextView(Collection<Address> new_mbrs, Collection<Address> old_mbrs, Collection<Address> suspected_mbrs) Computes the next view.static ViewvoidInvoked upon receiving a MERGE event from the MERGE layer.voidConstructors in org.jgroups.protocols.pbcast with parameters of type AddressModifierConstructorDescriptionUsed for JOIN_REQ or LEAVE_REQ headerNakAckHeader(byte type, long low, long high, Address sender) StateHeader(byte type, Address sender, long id, Digest digest) StateHeader(byte type, Address sender, long id, Digest digest, String state_id) StateHeader(byte type, Address sender, long id, Digest digest) StateHeader(byte type, Address sender, String state_id) StateHeader(byte type, Address sender, IpAddress bind_addr, Digest digest, String state_id) Constructor parameters in org.jgroups.protocols.pbcast with type arguments of type Address -
Uses of Address in org.jgroups.stack
Classes in org.jgroups.stack that implement AddressFields in org.jgroups.stack declared as AddressMethods in org.jgroups.stack that return AddressMethods in org.jgroups.stack that return types with arguments of type AddressModifier and TypeMethodDescriptionGossipClient.getMembers(String group) Returns all members of a given groupMethods in org.jgroups.stack with parameters of type AddressModifier and TypeMethodDescriptionvoidAn ACK has been received fromsender.voidNakReceiverWindow.Listener.messageGapDetected(long from, long to, Address src) voidNakReceiverWindow.Listener.missingMessageReceived(long seqno, Address original_sender) voidAdds the member to the given group.voidRemoveobjfrom all receiver sets and wake up retransmission thread.voidAckMcastSenderWindow.RetransmitCommand.retransmit(long seqno, Message msg, Address dest) Retranmit the given msgvoidAckSenderWindow.retransmit(long first_seqno, long last_seqno, Address sender) voidRetransmitter.RetransmitCommand.retransmit(long first_seqno, long last_seqno, Address sender) Get the missing messages between sequence numbersfirst_seqnoandlast_seqno.voidRouterStub.sendToSingleMember(Address dest, byte[] data, int offset, int length) voidProcess with addresssuspectedis suspected: remove it from all receiver sets.voidGossipClient.unregister(String group, Address mbr) Constructors in org.jgroups.stack with parameters of type AddressModifierConstructorDescriptionAckSenderWindow(AckSenderWindow.RetransmitCommand com, Interval interval, TimeScheduler sched, Address sender) GossipData(byte type, String group, Address addr, List mbrs) NakReceiverWindow(Address local_addr, Address sender, Retransmitter.RetransmitCommand cmd, long highest_delivered_seqno, long lowest_seqno, TimeScheduler sched) NakReceiverWindow(Address sender, Retransmitter.RetransmitCommand cmd, long highest_delivered_seqno) Creates a new instance with the given retransmit commandNakReceiverWindow(Address sender, Retransmitter.RetransmitCommand cmd, long highest_delivered_seqno, long lowest_seqno, TimeScheduler sched) Creates a new instance with the given retransmit commandNakReceiverWindow(Address sender, Retransmitter.RetransmitCommand cmd, long highest_delivered_seqno, TimeScheduler sched) Creates a new instance with the given retransmit commandRetransmitter(Address sender, Retransmitter.RetransmitCommand cmd) Create a new Retransmitter associated with the given sender addressRetransmitter(Address sender, Retransmitter.RetransmitCommand cmd, TimeScheduler sched) Create a new Retransmitter associated with the given sender addressStateTransferInfo(Address target) StateTransferInfo(Address target, long timeout) StateTransferInfo(Address target, InputStream is, String state_id) StateTransferInfo(Address target, OutputStream os, String state_id) StateTransferInfo(Address target, String state_id, long timeout) StateTransferInfo(Address target, String state_id, long timeout, byte[] state) -
Uses of Address in org.jgroups.util
Classes in org.jgroups.util that implement interfaces with type arguments of type AddressFields in org.jgroups.util with type parameters of type AddressModifier and TypeFieldDescriptionprotected final Map<Address, Digest.Entry> Digest.sendersMap<Address, Entry>Methods in org.jgroups.util that return AddressModifier and TypeMethodDescriptionRsp.getSender()static AddressUtil.readAddress(DataInputStream in) Methods in org.jgroups.util that return types with arguments of type AddressModifier and TypeMethodDescriptionUtil.determineLeftMembers(Vector<Address> old_mbrs, Vector<Address> new_mbrs) Returns all members that left between 2 views.RspList.entrySet()ResponseCollector.getResults()Digest.getSenders()Returns an unmodifiable map, so modifications will result in exceptionsMutableDigest.getSenders()RspList.getSuspectedMembers()RspList.keySet()static Collection<Address> Util.readAddresses(DataInputStream in, Class cl) Methods in org.jgroups.util with parameters of type AddressModifier and TypeMethodDescriptionvoidvoidMutableDigest.add(Address sender, long low_seqno, long highest_delivered_seqno, long highest_received_seqno) voidbooleanvoidRspList.addNotReceived(Address sender) voidvoidRspList.addSuspect(Address sender) booleanstatic ViewUtil.createView(Address coord, long id, Address... members) voidReturns the Entry for the given sender.longSeqnoTable.getHighestReceived(Address member) longSeqnoTable.getNextToReceive(Address member) longDigest.highestDeliveredSeqnoAt(Address sender) longDigest.highestReceivedSeqnoAt(Address sender) voidMutableDigest.incrementHighestDeliveredSeqno(Address sender) Increments the sender's high_seqno by 1.booleanRspList.isReceived(Address sender) booleanRspList.isSuspected(Address sender) longDigest.lowSeqnoAt(Address sender) voidMutableDigest.merge(Address sender, long low_seqno, long highest_delivered_seqno, long highest_received_seqno) Similar to add(), but if the sender already exists, its seqnos will be modified (no new entry) as follows: this.low_seqno=min(this.low_seqno, low_seqno) this.highest_delivered_seqno=max(this.highest_delivered_seqno, highest_delivered_seqno) this.highest_received_seqno=max(this.highest_received_seqno, highest_received_seqno) If the sender doesn not exist, a new entry will be added (provided there is enough space)voidvoidvoidvoidResets the seqnos for the sender at 'index' to 0.static booleanChecks whether 2 Addresses are on the same hostbooleanMutableDigest.set(Address sender, long low_seqno, long highest_delivered_seqno, long highest_received_seqno) voidMutableDigest.setHighestDeliveredAndSeenSeqnos(Address sender, long low_seqno, long highest_delivered_seqno, long highest_received_seqno) static intvoidvoidvoidstatic voidUtil.writeAddress(Address addr, DataOutputStream out) Method parameters in org.jgroups.util with type arguments of type AddressModifier and TypeMethodDescriptionUtil.determineLeftMembers(Vector<Address> old_mbrs, Vector<Address> new_mbrs) Returns all members that left between 2 views.voidvoidvoidResponseCollector.reset(Collection<Address> members) booleanSeqnoTable.retainAll(Collection<Address> members) static booleanUtil.startFlush(Channel c, List<Address> flushParticipants) static booleanUtil.startFlush(Channel c, List<Address> flushParticipants, int numberOfAttempts, long randomSleepTimeoutFloor, long randomSleepTimeoutCeiling) Constructors in org.jgroups.util with parameters of type AddressModifierConstructorDescriptionConstructor parameters in org.jgroups.util with type arguments of type AddressModifierConstructorDescriptionDigest(Map<Address, Digest.Entry> map) Creates a new digest from an existing map by copying the keys and values from mapMutableDigest(Map<Address, Digest.Entry> map) ResponseCollector(Collection<Address> members)