Tabnine Logo
ConcurrentMergeScheduler.doMerge
Code IndexAdd Tabnine to your IDE (free)

How to use
doMerge
method
in
org.apache.lucene.index.ConcurrentMergeScheduler

Best Java code snippets using org.apache.lucene.index.ConcurrentMergeScheduler.doMerge (Showing top 11 results out of 315)

origin: org.apache.lucene/lucene-core

doMerge(writer, merge);
origin: org.elasticsearch/elasticsearch

  super.doMerge(writer, merge);
} finally {
  long tookMS = TimeValue.nsecToMSec(System.nanoTime() - timeNS);
origin: org.apache.lucene/com.springsource.org.apache.lucene

doMerge(merge);
origin: org.apache.lucene/lucene-core-jfrog

doMerge(merge);
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.lucene

doMerge(writer, merge);
origin: org.infinispan/infinispan-embedded-query

doMerge(writer, merge);
origin: harbby/presto-connectors

doMerge(writer, merge);
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch

  super.doMerge(writer, merge);
} finally {
  long tookMS = TimeValue.nsecToMSec(System.nanoTime() - timeNS);
origin: com.strapdata.elasticsearch/elasticsearch

  super.doMerge(writer, merge);
} finally {
  long tookMS = TimeValue.nsecToMSec(System.nanoTime() - timeNS);
origin: apache/servicemix-bundles

  super.doMerge(writer, merge);
} finally {
  long tookMS = TimeValue.nsecToMSec(System.nanoTime() - timeNS);
origin: harbby/presto-connectors

  super.doMerge(writer, merge);
} finally {
  long tookMS = TimeValue.nsecToMSec(System.nanoTime() - timeNS);
org.apache.lucene.indexConcurrentMergeSchedulerdoMerge

Javadoc

Does the actual merge, by calling IndexWriter#merge

Popular methods of ConcurrentMergeScheduler

  • <init>
    Sole constructor, with all settings set to default values.
  • getMergeThread
    Create and return a new MergeThread
  • handleMergeException
    Called when an exception is hit in a background merge thread
  • mergeThreadCount
    Returns the number of merge threads that are alive, ignoring the calling thread if it is a merge thr
  • message
  • sync
    Wait for any running merge threads to finish. This call is not interruptible as used by #close().
  • setDefaultMaxMergesAndThreads
    Sets max merges and threads to proper defaults for rotational or non-rotational storage.
  • bytesToMB
  • doStall
    Called from #maybeStall to pause the calling thread for a bit.
  • initDynamicDefaults
  • isBacklog
  • maybeStall
    This is invoked by #merge to possibly stall the incoming thread when there are too many merges runni
  • isBacklog,
  • maybeStall,
  • merge,
  • nsToSec,
  • rateToString,
  • removeMergeThread,
  • setMaxMergesAndThreads,
  • targetMBPerSecChanged,
  • updateIOThrottle

Popular in Java

  • Start an intent from android
  • scheduleAtFixedRate (ScheduledExecutorService)
  • setRequestProperty (URLConnection)
  • getContentResolver (Context)
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Top Vim plugins
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