congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
IBuffer.clearAll
Code IndexAdd Tabnine to your IDE (free)

How to use
clearAll
method
in
rocks.inspectit.server.cache.IBuffer

Best Java code snippets using rocks.inspectit.server.cache.IBuffer.clearAll (Showing top 1 results out of 315)

origin: inspectIT/inspectIT

/**
 * {@inheritDoc}
 */
@Override
@MethodLog
public void clearBuffer() {
  buffer.clearAll();
}
rocks.inspectit.server.cacheIBufferclearAll

Javadoc

Empties buffer.

Popular methods of IBuffer

  • getOldestElement
  • put
    Puts one IBufferElement in the buffer.
  • analyzeNext
    Performs the size analysis of one IBufferElement in the buffer, that is next in the line for analysi
  • evict
    Performs the eviction from the buffer. The element or elements that needs to be evicted depends on b
  • getCurrentSize
    Returns current size of the buffer.
  • getMaxSize
    Returns max size of the buffer.
  • getNewestElement
  • getOccupancyPercentage
    Returns current occupancy percentage of the buffer.
  • indexNext
    Performs the indexing of one IBufferElement in the buffer, that is next in the line for indexing.

Popular in Java

  • Making http requests using okhttp
  • findViewById (Activity)
  • onRequestPermissionsResult (Fragment)
  • getExternalFilesDir (Context)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • JOptionPane (javax.swing)
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • 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