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

  • Finding current android device location
  • getSystemService (Context)
  • setRequestProperty (URLConnection)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Top 12 Jupyter Notebook Extensions
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