Uses of Class
org.jgroups.ViewId
Packages that use ViewId
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of ViewId in org.jgroups
Fields in org.jgroups declared as ViewIdModifier and TypeFieldDescriptionprotected ViewIdView.view_idA view is uniquely identified by its ViewID.Methods in org.jgroups that return ViewIdModifier and TypeMethodDescriptionViewId.copy()View.getViewId()Returns the view ID of this view if this view was created with the empty constructur, null will be returnedMethods in org.jgroups that return types with arguments of type ViewIdMethods in org.jgroups with parameters of type ViewIdModifier and TypeMethodDescriptionintEstablishes an order between 2 ViewIds.intViewId.compareToIDs(ViewId other) Establishes an order between 2 ViewIds.Constructors in org.jgroups with parameters of type ViewIdModifierConstructorDescriptionCreates a new merge viewView(ViewId view_id, Collection<Address> members) Creates a new viewCreates a new view. -
Uses of ViewId in org.jgroups.protocols
Fields in org.jgroups.protocols declared as ViewIdFields in org.jgroups.protocols with type parameters of type ViewIdMethods in org.jgroups.protocols that return ViewIdMethods in org.jgroups.protocols that return types with arguments of type ViewIdMethods in org.jgroups.protocols with parameters of type ViewIdModifier and TypeMethodDescriptionprotected voidMERGE3.addInfo(Address sender, ViewId view_id, String logical_name, PhysicalAddress physical_addr) Adds received INFO to views hashmapstatic MERGE3.MergeHeaderMERGE3.MergeHeader.createInfo(ViewId view_id, String logical_name, PhysicalAddress physical_addr) Constructors in org.jgroups.protocols with parameters of type ViewIdModifierConstructorDescriptionprotectedMergeHeader(MERGE3.MergeHeader.Type type, ViewId view_id, String logical_name, PhysicalAddress physical_addr) -
Uses of ViewId in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as ViewIdModifier and TypeFieldDescriptionprotected ViewIdDeltaView.ref_view_idThe fields left_members and new_members refer to the view corresponding to ref_view_idprotected ViewIdSTABLE.StableHeader.view_idMethods in org.jgroups.protocols.pbcast that return ViewIdModifier and TypeMethodDescriptionDeltaView.getRefViewId()GMS.getViewId()protected ViewIdGMS.readViewId(byte[] buffer, int offset, int length) Methods in org.jgroups.protocols.pbcast with parameters of type ViewIdModifier and TypeMethodDescriptionprotected voidSTABLE.handleStabilityMessage(Digest stable_digest, Address sender, ViewId view_id) protected voidSTABLE.handleStableMessage(Digest d, Address sender, ViewId view_id) Digest d contains (a) the highest seqnos deliverable for each sender and (b) the highest seqnos seen for each member.protected static ByteArrayprotected voidSTABLE.sendStabilityMessage(Digest d, ViewId view_id) Sends a stability message to all members except self.Constructors in org.jgroups.protocols.pbcast with parameters of type ViewId -
Uses of ViewId in org.jgroups.util
Methods in org.jgroups.util that return ViewIdMethods in org.jgroups.util with parameters of type ViewIdModifier and TypeMethodDescriptionstatic booleanUtil.containsViewId(Collection<View> views, ViewId vid) static intstatic voidUtil.writeViewId(ViewId vid, DataOutput out)