Tabnine Logo
STATE_TRANSFER.down
Code IndexAdd Tabnine to your IDE (free)

How to use
down
method
in
org.jgroups.protocols.pbcast.STATE_TRANSFER

Best Java code snippets using org.jgroups.protocols.pbcast.STATE_TRANSFER.down (Showing top 2 results out of 315)

origin: wildfly/wildfly

protected void sendException(Address requester, Throwable exception) {
  try {
    Message ex_msg=new Message(requester).setBuffer(Util.exceptionToBuffer(exception))
     .putHeader(getId(), new StateHeader(StateHeader.STATE_EX));
    down(ex_msg);
  }
  catch(Throwable t) {
    log.error("%s: failed sending exception %s to %s", local_addr, exception, requester);
  }
}
origin: org.jboss.eap/wildfly-client-all

protected void sendException(Address requester, Throwable exception) {
  try {
    Message ex_msg=new Message(requester).setBuffer(Util.exceptionToBuffer(exception))
     .putHeader(getId(), new StateHeader(StateHeader.STATE_EX));
    down(ex_msg);
  }
  catch(Throwable t) {
    log.error("%s: failed sending exception %s to %s", local_addr, exception, requester);
  }
}
org.jgroups.protocols.pbcastSTATE_TRANSFERdown

Popular methods of STATE_TRANSFER

  • determineCoordinator
    Return the first element of members which is not me. Otherwise return null.
  • handleStateReq
    If a state transfer is in progress, we don't need to send a GET_APPLSTATE event to the application,
  • handleStateRsp
    Set the digest and the send the state up to the application
  • handleViewChange
  • isDigestNeeded
    When FLUSH is used we do not need to pass digests between members see JGroups/doc/design/PartialStat
  • closeBarrierAndSuspendStable
  • closeHoleFor
  • getId
  • getStateFromApplication
  • handleException
  • openBarrier
  • openBarrierAndResumeStable
  • openBarrier,
  • openBarrierAndResumeStable,
  • punchHoleFor,
  • resumeStable,
  • sendException,
  • getAverageStateSize,
  • getNumberOfStateBytesSent,
  • getNumberOfStateRequests,
  • requestApplicationStates

Popular in Java

  • Updating database using SQL prepared statement
  • setContentView (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • startActivity (Activity)
  • Socket (java.net)
    Provides a client-side TCP socket.
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • ImageIO (javax.imageio)
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • 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