Tabnine Logo
GmsImpl.stop
Code IndexAdd Tabnine to your IDE (free)

How to use
stop
method
in
org.jgroups.protocols.pbcast.GmsImpl

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

origin: wildfly/wildfly

public void stop() {
  // view_handler.stop();
  if(impl != null) impl.stop();
  if(prev_members != null)
    prev_members.clear();
}
origin: org.jboss.eap/wildfly-client-all

public void stop() {
  // view_handler.stop();
  if(impl != null) impl.stop();
  if(prev_members != null)
    prev_members.clear();
}
origin: org.jgroups/com.springsource.org.jgroups

public void stop() {
  super.stop(); // sets leaving=false
  stopMergeTask();
}
origin: org.jgroups/com.springsource.org.jgroups

public void stop() {
  view_handler.stop(true);
  if(impl != null) impl.stop();
  if(prev_members != null)
    prev_members.removeAll();
}
org.jgroups.protocols.pbcastGmsImplstop

Popular methods of GmsImpl

  • handleJoinResponse
  • handleLeaveResponse
  • handleMembershipChange
  • handleMergeCancelled
  • handleMergeRequest
  • handleMergeResponse
  • handleMergeView
  • handleViewChange
  • init
  • join
  • leave
  • merge
  • leave,
  • merge,
  • start,
  • unsuspect,
  • handleDigestResponse,
  • joinWithStateTransfer,
  • handleExit,
  • handleUpEvent

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getSystemService (Context)
  • getContentResolver (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Kernel (java.awt.image)
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Top plugins for WebStorm
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