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

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

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

origin: org.apache.lucene/lucene-core

boolean newBacklog = isBacklog(now, newMerge);
   if (isBacklog(now, mergeThread.merge)) {
    curBacklog = true;
    break;
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.lucene

boolean newBacklog = isBacklog(now, newMerge);
   if (isBacklog(now, mergeThread.merge)) {
    curBacklog = true;
    break;
origin: org.infinispan/infinispan-embedded-query

boolean newBacklog = isBacklog(now, newMerge);
   if (isBacklog(now, mergeThread.merge)) {
    curBacklog = true;
    break;
origin: harbby/presto-connectors

boolean newBacklog = isBacklog(now, newMerge);
   if (isBacklog(now, mergeThread.merge)) {
    curBacklog = true;
    break;
org.apache.lucene.indexConcurrentMergeSchedulerisBacklog

Popular methods of ConcurrentMergeScheduler

  • <init>
    Sole constructor, with all settings set to default values.
  • doMerge
    Does the actual merge, by calling IndexWriter#merge
  • 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
  • maybeStall
    This is invoked by #merge to possibly stall the incoming thread when there are too many merges runni
  • initDynamicDefaults,
  • maybeStall,
  • merge,
  • nsToSec,
  • rateToString,
  • removeMergeThread,
  • setMaxMergesAndThreads,
  • targetMBPerSecChanged,
  • updateIOThrottle

Popular in Java

  • Creating JSON documents from java classes using gson
  • getSharedPreferences (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • runOnUiThread (Activity)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • Top PhpStorm 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