Tabnine Logo
OpStatsLogger.clear
Code IndexAdd Tabnine to your IDE (free)

How to use
clear
method
in
io.pravega.shared.metrics.OpStatsLogger

Best Java code snippets using io.pravega.shared.metrics.OpStatsLogger.clear (Showing top 1 results out of 315)

origin: pravega/pravega

  @Override
  public void clear() {
    getInstance().clear();
  }
}
io.pravega.shared.metricsOpStatsLoggerclear

Javadoc

Clear stats for this operation.

Popular methods of OpStatsLogger

  • reportSuccessEvent
    Increment the succeeded op counter with the given eventLatency in NanoSeconds.
  • reportSuccessValue
    An operation with the given value succeeded.
  • toOpStatsData
    To op Stats data. Need this function to support JMX exports and inner test.
  • close
  • reportFailEvent
    Increment the failed op counter with the given eventLatency in NanoSeconds.
  • reportFailValue
    An operation with the given value failed.

Popular in Java

  • Finding current android device location
  • getExternalFilesDir (Context)
  • putExtra (Intent)
  • startActivity (Activity)
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • BoxLayout (javax.swing)
  • JButton (javax.swing)
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Top plugins for WebStorm
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