Uses of Class
org.jgroups.View
Packages that use View
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.
Provides an applet that demonstrates 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.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of View in org.jgroups
Subclasses of View in org.jgroupsFields in org.jgroups with type parameters of type ViewMethods in org.jgroups that return ViewModifier and TypeMethodDescriptionabstract ViewChannel.getView()Gets the current view.JChannel.getView()Returns the current view.Methods in org.jgroups that return types with arguments of type ViewMethods in org.jgroups with parameters of type ViewModifier and TypeMethodDescriptionvoidExtendedReceiverAdapter.viewAccepted(View new_view) voidMembershipListener.viewAccepted(View new_view) Called when a change in membership has occurred.voidReceiverAdapter.viewAccepted(View new_view) -
Uses of View in org.jgroups.blocks
Methods in org.jgroups.blocks with parameters of type ViewModifier and TypeMethodDescriptionprotected voidPullPushAdapter.notifyViewChange(View v) Deprecated.voidRequestCorrelator.receiveView(View new_view) Event.VIEW_CHANGE event received from a layer below.voidDistributedHashtable.viewAccepted(View new_view) Deprecated.voidDistributedLockManager.viewAccepted(View new_view) Remove all locks held by members who left the previous viewvoidDistributedQueue.viewAccepted(View new_view) voidDistributedTree.viewAccepted(View new_view) voidMembershipListenerAdapter.viewAccepted(View new_view) Notify membership listener that new view was accepted.voidNotificationBus.viewAccepted(View new_view) voidReplicatedHashMap.viewAccepted(View new_view) voidReplicatedHashtable.viewAccepted(View new_view) Deprecated.voidReplicatedTree.viewAccepted(View new_view) voidVotingAdapter.viewAccepted(View newView) Callback for notification about the new view of the group.voidGroupRequest.viewChange(View new_view) Any member of 'membership' that is not in the new view is flagged as SUSPECTED.voidReplicatedHashMap.Notification.viewChange(View view, Vector<Address> new_mbrs, Vector<Address> old_mbrs) voidReplicatedTree.ReplicatedTreeListener.viewChange(View new_view) voidRspCollector.viewChange(View new_view) -
Uses of View in org.jgroups.debug
Methods in org.jgroups.debug with parameters of type View -
Uses of View in org.jgroups.demos
Methods in org.jgroups.demos with parameters of type ViewModifier and TypeMethodDescriptionvoidChatCore.viewAccepted(View new_view) voidDraw.viewAccepted(View v) voidQuoteClient.viewAccepted(View new_view) voidQuoteServer.viewAccepted(View new_view) voidTopology.viewAccepted(View view) voidViewDemo.viewAccepted(View new_view) voidReplicatedHashMapDemo.viewChange(View view, Vector new_mbrs, Vector old_mbrs) -
Uses of View in org.jgroups.demos.applets
Methods in org.jgroups.demos.applets with parameters of type View -
Uses of View in org.jgroups.demos.wb
Methods in org.jgroups.demos.wb with parameters of type View -
Uses of View in org.jgroups.jmx
Methods in org.jgroups.jmx that return View -
Uses of View in org.jgroups.mux
Methods in org.jgroups.mux that return ViewModifier and TypeMethodDescriptionMuxChannel.getClusterView()Returns the JGroups view of a cluster, e.g.MuxChannel.getView()Returns the service view, ie. -
Uses of View in org.jgroups.protocols
Fields in org.jgroups.protocols declared as ViewMethods in org.jgroups.protocols that return ViewConstructors in org.jgroups.protocols with parameters of type View -
Uses of View in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast that return ViewModifier and TypeMethodDescriptionGMS.getNextView(Collection<Address> new_mbrs, Collection<Address> old_mbrs, Collection<Address> suspected_mbrs) Computes the next view.JoinRsp.getView()MergeData.getView()static ViewMethods in org.jgroups.protocols.pbcast with parameters of type ViewModifier 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.voidClientGmsImpl.handleViewChange(View new_view, Digest digest) Does nothing.voidCoordGmsImpl.handleViewChange(View new_view, Digest digest) Called by the GMS when a VIEW is received.abstract voidGmsImpl.handleViewChange(View new_view, Digest digest) voidParticipantGmsImpl.handleViewChange(View new_view, Digest digest) If we are leaving, we have to wait for the view change (last msg in the current view) that excludes us before we can leave.voidGMS.installView(View new_view) voidGMS.installView(View new_view, Digest digest) Sets the new view and sends a VIEW_CHANGE event up and down the stack.voidConstructors in org.jgroups.protocols.pbcast with parameters of type View -
Uses of View in org.jgroups.util
Methods in org.jgroups.util that return ViewModifier and TypeMethodDescriptionstatic ViewUtil.createView(Address coord, long id, Address... members) Methods in org.jgroups.util with parameters of type View