Tabnine Logo
Merger.sendMergeView
Code IndexAdd Tabnine to your IDE (free)

How to use
sendMergeView
method
in
org.jgroups.protocols.pbcast.Merger

Best Java code snippets using org.jgroups.protocols.pbcast.Merger.sendMergeView (Showing top 2 results out of 315)

origin: wildfly/wildfly

sendMergeView(coords.keySet(), combined_merge_data, new_merge_id);
origin: org.jboss.eap/wildfly-client-all

sendMergeView(coords.keySet(), combined_merge_data, new_merge_id);
org.jgroups.protocols.pbcastMergersendMergeView

Javadoc

Sends the new view and digest to all subgroup coordinors in coords. Each coord will in turn
  1. broadcast the new view and digest to all the members of its subgroup (MergeView)
  2. on reception of the view, if it is a MergeView, each member will set the digest and install the new view

Popular methods of Merger

  • merge
    Invoked upon receiving a MERGE event from the MERGE layer. Starts the merge protocol. See descriptio
  • <init>
  • _handleMergeRequest
  • cancelMerge
  • determineMergeCoords
    Needs to return a map of all subview coordinators and their views (as a collection of members). The
  • determineMergeLeader
    Returns the address of the merge leader
  • fetchDigestsFromAllMembersInSubPartition
    Multicasts a GET_DIGEST_REQ to all members of this sub partition and waits for all responses (GET_DI
  • fixDigests
    Fetches the digests from all members and installs them again. Used only for diagnosis and support; d
  • forceCancelMerge
  • getMergeId
  • getMergeIdAsString
  • getMergeIdHistory
  • getMergeIdAsString,
  • getMergeIdHistory,
  • handleDigestResponse,
  • handleMergeCancelled,
  • handleMergeRequest,
  • handleMergeResponse,
  • handleMergeView,
  • isMergeInProgress,
  • isMergeKillerTaskRunning,
  • isMergeTaskRunning

Popular in Java

  • Making http requests using okhttp
  • scheduleAtFixedRate (ScheduledExecutorService)
  • startActivity (Activity)
  • getApplicationContext (Context)
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top 25 Plugins for Webstorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now