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

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

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

origin: wildfly/wildfly

public void start() throws Exception {
  timer=getTransport().getTimer();
  if(timer == null)
    throw new Exception("timer cannot be retrieved");
  if(desired_avg_gossip > 0)
    startStableTask();
  // we're the only one who sends out STABILITY messages; no need to wait for others to send it (as they won't)
  if(send_stable_msgs_to_coord_only)
    stability_delay=0;
}
origin: org.jgroups/com.springsource.org.jgroups

public void start() throws Exception {
  if(stack != null && stack.timer != null)
    timer=stack.timer;
  else
    throw new Exception("timer cannot be retrieved from protocol stack");
  if(desired_avg_gossip > 0)
    startStableTask();
}
origin: org.jboss.eap/wildfly-client-all

public void start() throws Exception {
  timer=getTransport().getTimer();
  if(timer == null)
    throw new Exception("timer cannot be retrieved");
  if(desired_avg_gossip > 0)
    startStableTask();
  // we're the only one who sends out STABILITY messages; no need to wait for others to send it (as they won't)
  if(send_stable_msgs_to_coord_only)
    stability_delay=0;
}
org.jgroups.protocols.pbcastSTABLEstartStableTask

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
  • handleStabilityMessage
  • 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
  • sendStableMessage,
  • startResumeTask,
  • startStabilityTask,
  • stopResumeTask,
  • stopStabilityTask,
  • stopStableTask,
  • suspend,
  • updateLocalDigest,
  • <init>

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getSystemService (Context)
  • findViewById (Activity)
  • compareTo (BigDecimal)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Collectors (java.util.stream)
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • 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