Tabnine Logo
Merger.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.jgroups.protocols.pbcast.Merger
constructor

Best Java code snippets using org.jgroups.protocols.pbcast.Merger.<init> (Showing top 2 results out of 315)

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 {
  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.pbcastMerger<init>

Popular methods of Merger

  • merge
    Invoked upon receiving a MERGE event from the MERGE layer. Starts the merge protocol. See descriptio
  • _handleMergeRequest
  • cancelMerge
  • determineMergeCoords
    Needs to return a map of all subview coordinators and their views (as a collection of members). The
  • determineMergeLeader
    Returns the address of the merge leader
  • fetchDigestsFromAllMembersInSubPartition
    Multicasts a GET_DIGEST_REQ to all members of this sub partition and waits for all responses (GET_DI
  • fixDigests
    Fetches the digests from all members and installs them again. Used only for diagnosis and support; d
  • forceCancelMerge
  • getMergeId
  • getMergeIdAsString
  • getMergeIdHistory
  • handleDigestResponse
  • getMergeIdHistory,
  • handleDigestResponse,
  • handleMergeCancelled,
  • handleMergeRequest,
  • handleMergeResponse,
  • handleMergeView,
  • isMergeInProgress,
  • isMergeKillerTaskRunning,
  • isMergeTaskRunning

Popular in Java

  • Finding current android device location
  • getSystemService (Context)
  • onCreateOptionsMenu (Activity)
  • setScale (BigDecimal)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • JComboBox (javax.swing)
  • JFileChooser (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Best plugins for Eclipse
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