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

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

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

origin: wildfly/wildfly

Digest digest=fetchDigestsFromAllMembersInSubPartition(view, merge_id);
if(digest == null || digest.capacity() == 0)
  throw new Exception("failed fetching digests from subpartition members; dropping merge response");
origin: wildfly/wildfly

/**
 * Fetches the digests from all members and installs them again. Used only for diagnosis and support; don't
 * use this otherwise !
 */
protected void fixDigests() {
  Digest digest=fetchDigestsFromAllMembersInSubPartition(gms.view, null);
  Message msg=new Message().putHeader(gms.getId(), new GMS.GmsHeader(GMS.GmsHeader.INSTALL_DIGEST))
   .setBuffer(GMS.marshal(null, digest));
  gms.getDownProtocol().down(msg);
}
origin: org.jboss.eap/wildfly-client-all

Digest digest=fetchDigestsFromAllMembersInSubPartition(view, merge_id);
if(digest == null || digest.capacity() == 0)
  throw new Exception("failed fetching digests from subpartition members; dropping merge response");
origin: org.jboss.eap/wildfly-client-all

/**
 * Fetches the digests from all members and installs them again. Used only for diagnosis and support; don't
 * use this otherwise !
 */
protected void fixDigests() {
  Digest digest=fetchDigestsFromAllMembersInSubPartition(gms.view, null);
  Message msg=new Message().putHeader(gms.getId(), new GMS.GmsHeader(GMS.GmsHeader.INSTALL_DIGEST))
   .setBuffer(GMS.marshal(null, digest));
  gms.getDownProtocol().down(msg);
}
org.jgroups.protocols.pbcastMergerfetchDigestsFromAllMembersInSubPartition

Javadoc

Multicasts a GET_DIGEST_REQ to all members of this sub partition and waits for all responses (GET_DIGEST_RSP) or N ms.

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
  • fixDigests
    Fetches the digests from all members and installs them again. Used only for diagnosis and support; d
  • forceCancelMerge
  • getMergeId
  • getMergeIdAsString
  • getMergeIdHistory
  • handleDigestResponse
  • getMergeIdHistory,
  • handleDigestResponse,
  • handleMergeCancelled,
  • handleMergeRequest,
  • handleMergeResponse,
  • handleMergeView,
  • isMergeInProgress,
  • isMergeKillerTaskRunning,
  • isMergeTaskRunning

Popular in Java

  • Updating database using SQL prepared statement
  • startActivity (Activity)
  • setRequestProperty (URLConnection)
  • putExtra (Intent)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Kernel (java.awt.image)
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • JPanel (javax.swing)
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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