Tabnine Logo
Counter.dec
Code IndexAdd Tabnine to your IDE (free)

How to use
dec
method
in
io.pravega.shared.metrics.Counter

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

origin: pravega/pravega

@Override
public void dec() {
  getInstance().dec();
}
io.pravega.shared.metricsCounterdec

Javadoc

Decrement the value associated with this stat.

Popular methods of Counter

  • add
    Add delta to the value associated with this stat.
  • get
    Get the value associated with this stat.
  • inc
    Increment the value associated with this stat.
  • clear
    Clear this stat.
  • getName

Popular in Java

  • Making http post requests using okhttp
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getSharedPreferences (Context)
  • getApplicationContext (Context)
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • String (java.lang)
  • Permission (java.security)
    Legacy security code; do not use.
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • 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