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

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

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

origin: apache/rocketmq

for (; index >= 0; index--) {
  mappedFile = mappedFiles.get(index);
  if (this.isMappedFileMatchedRecover(mappedFile)) {
    log.info("recover from this mapped file " + mappedFile.getFileName());
    break;
origin: didi/DDMQ

for (; index >= 0; index--) {
  mappedFile = mappedFiles.get(index);
  if (this.isMappedFileMatchedRecover(mappedFile)) {
    log.info("recover from this mapped file " + mappedFile.getFileName());
    break;
origin: org.apache.rocketmq/rocketmq-store

for (; index >= 0; index--) {
  mappedFile = mappedFiles.get(index);
  if (this.isMappedFileMatchedRecover(mappedFile)) {
    log.info("recover from this mapped file " + mappedFile.getFileName());
    break;
org.apache.rocketmq.storeCommitLogisMappedFileMatchedRecover

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,
  • handleHA,
  • load,
  • lockTimeMills

Popular in Java

  • Running tasks concurrently on multiple threads
  • startActivity (Activity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • runOnUiThread (Activity)
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Runner (org.openjdk.jmh.runner)
  • 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