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

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

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

origin: wildfly/wildfly

public void init() throws Exception {
  super.init();
  leave_promise.reset();
}
origin: wildfly/wildfly

public void init() throws Exception {
  super.init();
  join_promise.reset();
}
origin: wildfly/wildfly

public void init() throws Exception {
  merger=new Merger(this);
  if(view_ack_collection_timeout <= 0)
    throw new IllegalArgumentException("view_ack_collection_timeout has to be greater than 0");
  if(merge_timeout <= 0)
    throw new IllegalArgumentException("merge_timeout has to be greater than 0");
  prev_members=new BoundedList<>(num_prev_mbrs);
  prev_views=new BoundedList<>(num_prev_views);
  TP transport=getTransport();
  timer=transport.getTimer();
  if(timer == null)
    throw new Exception("timer is null");
  if(impl != null)
    impl.init();
  transport.registerProbeHandler(this);
}
origin: org.jboss.eap/wildfly-client-all

public void init() throws Exception {
  super.init();
  join_promise.reset();
}
origin: org.jgroups/com.springsource.org.jgroups

public void init() throws Exception {
  prev_members=new BoundedList(num_prev_mbrs);
  timer=stack != null? stack.timer : null;
  if(timer == null)
    throw new Exception("GMS.init(): timer is null");
  if(impl != null)
    impl.init();
}
origin: org.jgroups/com.springsource.org.jgroups

public void init() throws Exception {
  super.init();
  suspected_mbrs.removeAllElements();
  leave_promise.reset();
}
origin: org.jgroups/com.springsource.org.jgroups

public void init() throws Exception {
  super.init();
  synchronized(initial_mbrs) {
    initial_mbrs.clear();
    initial_mbrs_received=false;
  }
  join_promise.reset();
}
origin: org.jgroups/com.springsource.org.jgroups

public void init() throws Exception {
  super.init();
  cancelMerge();
}
origin: org.jboss.eap/wildfly-client-all

public void init() throws Exception {
  super.init();
  leave_promise.reset();
}
origin: org.jboss.eap/wildfly-client-all

public void init() throws Exception {
  merger=new Merger(this);
  if(view_ack_collection_timeout <= 0)
    throw new IllegalArgumentException("view_ack_collection_timeout has to be greater than 0");
  if(merge_timeout <= 0)
    throw new IllegalArgumentException("merge_timeout has to be greater than 0");
  prev_members=new BoundedList<>(num_prev_mbrs);
  prev_views=new BoundedList<>(num_prev_views);
  TP transport=getTransport();
  timer=transport.getTimer();
  if(timer == null)
    throw new Exception("timer is null");
  if(impl != null)
    impl.init();
  transport.registerProbeHandler(this);
}
org.jgroups.protocols.pbcastGmsImplinit

Popular methods of GmsImpl

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

Popular in Java

  • Making http requests using okhttp
  • putExtra (Intent)
  • addToBackStack (FragmentTransaction)
  • compareTo (BigDecimal)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • JList (javax.swing)
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Github Copilot 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