Tabnine Logo
Merger.merge
Code IndexAdd Tabnine to your IDE (free)

How to use
merge
method
in
org.jgroups.protocols.pbcast.Merger

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

origin: wildfly/wildfly

/**
 * Invoked upon receiving a MERGE event from the MERGE layer. Starts the merge protocol.
 * See description of protocol in DESIGN.
 * @param views A List of <em>different</em> views detected by the merge protocol
 */
public void merge(Map<Address, View> views) {
  merger.merge(views);
}
origin: org.jboss.eap/wildfly-client-all

/**
 * Invoked upon receiving a MERGE event from the MERGE layer. Starts the merge protocol.
 * See description of protocol in DESIGN.
 * @param views A List of <em>different</em> views detected by the merge protocol
 */
public void merge(Map<Address, View> views) {
  merger.merge(views);
}
origin: stackoverflow.com

 Merger ourMerger = MergeStrategy.OURS.newMerger(db);
boolean merge = ourMerger.merge(new ObjectId[] { db.resolve("a"), db.resolve("c") });
assertTrue(merge);
org.jgroups.protocols.pbcastMergermerge

Javadoc

Invoked upon receiving a MERGE event from the MERGE layer. Starts the merge protocol. See description of protocol in DESIGN.

Popular methods of Merger

  • <init>
  • _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

  • Reading from database using SQL prepared statement
  • requestLocationUpdates (LocationManager)
  • compareTo (BigDecimal)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • Option (scala)
  • 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