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

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

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

origin: wildfly/wildfly

protected void resume() {
  lock.lock();
  try {
    resetDigest(); // start from scratch
    suspended=false;
  }
  finally {
    lock.unlock();
  }
  log.debug("resuming message garbage collection");
  stopResumeTask();
}

origin: org.jgroups/com.springsource.org.jgroups

private void resume() {
  lock.lock();
  try {
    resetDigest(); // start from scratch
    suspended=false;
  }
  finally {
    lock.unlock();
  }
  if(log.isDebugEnabled())
    log.debug("resuming message garbage collection");
  stopResumeTask();
}
origin: org.jboss.eap/wildfly-client-all

protected void resume() {
  lock.lock();
  try {
    resetDigest(); // start from scratch
    suspended=false;
  }
  finally {
    lock.unlock();
  }
  log.debug("resuming message garbage collection");
  stopResumeTask();
}

org.jgroups.protocols.pbcastSTABLEstopResumeTask

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,
  • startStableTask,
  • stopStabilityTask,
  • stopStableTask,
  • suspend,
  • updateLocalDigest,
  • <init>

Popular in Java

  • Making http requests using okhttp
  • putExtra (Intent)
  • startActivity (Activity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • Menu (java.awt)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • Top 17 Free Sublime Text Plugins
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