Codota Logo
Merger.fetchDigestsFromAllMembersInSubPartition
Code IndexAdd Codota 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)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Point p =
  • Codota Iconnew Point(x, y)
  • Codota Iconnew Point()
  • Codota IconMouseEvent e;e.getPoint()
  • Smart code suggestions by Codota
}
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

  • Making http post requests using okhttp
  • findViewById (Activity)
  • onRequestPermissionsResult (Fragment)
  • scheduleAtFixedRate (ScheduledExecutorService)
    Creates and executes a periodic action that becomes enabled first after the given initial delay, and
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • Menu (java.awt)
  • LinkedHashMap (java.util)
    Hash table and linked list implementation of the Map interface, with predictable iteration order. Th
  • TimerTask (java.util)
    A task that can be scheduled for one-time or repeated execution by a Timer.
  • Collectors (java.util.stream)
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.This exception may include information for locating the er
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now