Tabnine Logo
GCDisplayFilter
Code IndexAdd Tabnine to your IDE (free)

How to use
GCDisplayFilter
in
kieker.analysis.plugin.filter.sink

Best Java code snippets using kieker.analysis.plugin.filter.sink.GCDisplayFilter (Showing top 2 results out of 315)

origin: net.kieker-monitoring/kieker

/**
 * This method represents the input port receiving the incoming events.
 *
 * @param record
 *            The record to display and relay.
 */
@InputPort(name = GCDisplayFilter.INPUT_PORT_NAME_EVENTS, eventTypes = { GCRecord.class })
public void input(final GCRecord record) {
  this.updateDisplays(record);
}
origin: kieker-monitoring/kieker

/**
 * This method represents the input port receiving the incoming events.
 *
 * @param record
 *            The record to display and relay.
 */
@InputPort(name = GCDisplayFilter.INPUT_PORT_NAME_EVENTS, eventTypes = { GCRecord.class })
public void input(final GCRecord record) {
  this.updateDisplays(record);
}
kieker.analysis.plugin.filter.sinkGCDisplayFilter

Most used methods

  • updateDisplays

Popular in Java

  • Parsing JSON documents to java classes using gson
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • setContentView (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • JLabel (javax.swing)
  • 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