Tabnine Logo
STABLE.handleStabilityMessage
Code IndexAdd Tabnine to your IDE (free)

How to use
handleStabilityMessage
method
in
org.jgroups.protocols.pbcast.STABLE

Best Java code snippets using org.jgroups.protocols.pbcast.STABLE.handleStabilityMessage (Showing top 3 results out of 315)

origin: wildfly/wildfly

protected void handleUpEvent(StableHeader hdr, Address sender, Digest digest) {
  switch(hdr.type) {
    case StableHeader.STABLE_GOSSIP:
      handleStableMessage(digest, sender, hdr.view_id);
      break;
    case StableHeader.STABILITY:
      handleStabilityMessage(digest, sender, hdr.view_id);
      break;
    default:
      log.error("%s: StableHeader type %s not known", local_addr, hdr.type);
  }
}
origin: org.jboss.eap/wildfly-client-all

protected void handleUpEvent(StableHeader hdr, Address sender, Digest digest) {
  switch(hdr.type) {
    case StableHeader.STABLE_GOSSIP:
      handleStableMessage(digest, sender, hdr.view_id);
      break;
    case StableHeader.STABILITY:
      handleStabilityMessage(digest, sender, hdr.view_id);
      break;
    default:
      log.error("%s: StableHeader type %s not known", local_addr, hdr.type);
  }
}
origin: org.jgroups/com.springsource.org.jgroups

  break;
case StableHeader.STABILITY:
  handleStabilityMessage(hdr.stableDigest, msg.getSrc());
  break;
default:
org.jgroups.protocols.pbcastSTABLEhandleStabilityMessage

Popular methods of STABLE

  • addVote
    Adds mbr to votes and returns true if we have all the votes, otherwise false.
  • allVotesReceived
    Votes is already locked and guaranteed to be non-null
  • getDigest
  • handleRegularMessage
  • handleStableMessage
    Digest d contains (a) the highest seqnos deliverable for each sender and (b) the highest seqnosseen
  • handleViewChange
  • resetDigest
  • resume
  • sendStabilityMessage
    Schedules a stability message to be mcast after a random number of milliseconds (range [1-stability_
  • sendStableMessage
    Broadcasts a STABLE message of the current digest to all members (or the coordinator only). The mess
  • startResumeTask
  • startStabilityTask
  • startResumeTask,
  • startStabilityTask,
  • startStableTask,
  • stopResumeTask,
  • stopStabilityTask,
  • stopStableTask,
  • suspend,
  • updateLocalDigest,
  • <init>

Popular in Java

  • Updating database using SQL prepared statement
  • getApplicationContext (Context)
  • getExternalFilesDir (Context)
  • requestLocationUpdates (LocationManager)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • JCheckBox (javax.swing)
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Runner (org.openjdk.jmh.runner)
  • CodeWhisperer alternatives
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