Tabnine Logo
TimeReader.sendTimestampEvent
Code IndexAdd Tabnine to your IDE (free)

How to use
sendTimestampEvent
method
in
kieker.analysis.plugin.reader.timer.TimeReader

Best Java code snippets using kieker.analysis.plugin.reader.timer.TimeReader.sendTimestampEvent (Showing top 2 results out of 315)

origin: net.kieker-monitoring/kieker

  /**
   * Executes the task.
   */
  @Override
  public void run() {
    if (this.infinite || (this.numberImpulses > 0)) {
      TimeReader.this.sendTimestampEvent();
      if (!this.infinite && (0 == --this.numberImpulses)) { // NOPMD
        TimeReader.this.impulseEmitLatch.countDown();
      }
    }
  }
}
origin: kieker-monitoring/kieker

  /**
   * Executes the task.
   */
  @Override
  public void run() {
    if (this.infinite || (this.numberImpulses > 0)) {
      TimeReader.this.sendTimestampEvent();
      if (!this.infinite && (0 == --this.numberImpulses)) { // NOPMD
        TimeReader.this.impulseEmitLatch.countDown();
      }
    }
  }
}
kieker.analysis.plugin.reader.timerTimeReadersendTimestampEvent

Javadoc

Sends the current system time as a new timestamp event.

Popular methods of TimeReader

  • <init>
    Creates a new timer using the given configuration.
  • terminate
  • getCurrentConfiguration

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getApplicationContext (Context)
  • getSharedPreferences (Context)
  • scheduleAtFixedRate (Timer)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top 12 Jupyter Notebook extensions
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