Tabnine Logo
CommitLog.handleHA
Code IndexAdd Tabnine to your IDE (free)

How to use
handleHA
method
in
org.apache.rocketmq.store.CommitLog

Best Java code snippets using org.apache.rocketmq.store.CommitLog.handleHA (Showing top 6 results out of 315)

origin: apache/rocketmq

handleHA(result, putMessageResult, messageExtBatch);
origin: apache/rocketmq

handleHA(result, putMessageResult, msg);
origin: didi/DDMQ

handleHA(result, putMessageResult, messageExtBatch);
storeStatsService.getPutHaTimeStats().add(this.defaultMessageStore.getSystemClock().now() - startHa);
return putMessageResult;
origin: didi/DDMQ

handleHA(result, putMessageResult, msg);
storeStatsService.getPutHaTimeStats().add(this.defaultMessageStore.getSystemClock().now() - startHa);
return putMessageResult;
origin: org.apache.rocketmq/rocketmq-store

handleHA(result, putMessageResult, messageExtBatch);
origin: org.apache.rocketmq/rocketmq-store

handleHA(result, putMessageResult, msg);
org.apache.rocketmq.storeCommitLoghandleHA

Popular methods of CommitLog

  • <init>
  • appendData
  • calMsgLength
  • checkMessageAndReturnSize
    check the message and returns the message size
  • checkSelf
  • deleteExpiredFile
  • destroy
  • doNothingForDeadCode
  • flush
  • getBeginTimeInLock
  • getConfirmOffset
  • getData
  • getConfirmOffset,
  • getData,
  • getMaxOffset,
  • getMessage,
  • getMinOffset,
  • handleDiskFlush,
  • isMappedFileMatchedRecover,
  • load,
  • lockTimeMills

Popular in Java

  • Making http requests using okhttp
  • setContentView (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • setScale (BigDecimal)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • From CI to AI: The AI layer in your organization
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