Tabnine Logo
AbstractTransactionManager$1.size
Code IndexAdd Tabnine to your IDE (free)

How to use
size
method
in
com.palantir.atlasdb.transaction.impl.AbstractTransactionManager$1

Best Java code snippets using com.palantir.atlasdb.transaction.impl.AbstractTransactionManager$1.size (Showing top 2 results out of 1,395)

origin: palantir/atlasdb

  private void sanityCheckQueueSize() {
    int currentSize = this.size();
    if (currentSize >= GET_RANGES_QUEUE_SIZE_WARNING_THRESHOLD && warningRateLimiter.tryAcquire()) {
      log.warn("You have {} pending getRanges tasks. Please sanity check both your level "
          + "of concurrency and size of batched range requests. If necessary you can "
          + "increase the value of concurrentGetRangesThreadPoolSize to allow for a larger "
          + "thread pool.", currentSize);
    }
  }
};
origin: com.palantir.atlasdb/atlasdb-client

  private void sanityCheckQueueSize() {
    int currentSize = this.size();
    if (currentSize >= GET_RANGES_QUEUE_SIZE_WARNING_THRESHOLD && warningRateLimiter.tryAcquire()) {
      log.warn("You have {} pending getRanges tasks. Please sanity check both your level "
          + "of concurrency and size of batched range requests. If necessary you can "
          + "increase the value of concurrentGetRangesThreadPoolSize to allow for a larger "
          + "thread pool.", currentSize);
    }
  }
};
com.palantir.atlasdb.transaction.implAbstractTransactionManager$1size

Popular methods of AbstractTransactionManager$1

  • sanityCheckQueueSize

Popular in Java

  • Finding current android device location
  • setScale (BigDecimal)
  • onRequestPermissionsResult (Fragment)
  • getContentResolver (Context)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Join (org.hibernate.mapping)
  • CodeWhisperer alternatives
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