Codota Logo
TimestampFilter.inputIMonitoringRecord
Code IndexAdd Codota to your IDE (free)

How to use
inputIMonitoringRecord
method
in
kieker.analysis.plugin.filter.select.TimestampFilter

Best Java code snippets using kieker.analysis.plugin.filter.select.TimestampFilter.inputIMonitoringRecord (Showing top 2 results out of 315)

  • Common ways to obtain TimestampFilter
private void myMethod () {
TimestampFilter t =
  • Codota IconConfiguration configuration;IProjectContext projectContext;new TimestampFilter(configuration, projectContext)
  • Smart code suggestions by Codota
}
origin: kieker-monitoring/kieker

@InputPort(name = INPUT_PORT_NAME_COMBINED, description = "Receives records to be selected by timestamps, based on type-specific selectors", eventTypes = {
  IMonitoringRecord.class })
public void inputCombined(final IMonitoringRecord record) {
  if (record instanceof OperationExecutionRecord) {
    this.inputOperationExecutionRecord((OperationExecutionRecord) record);
  } else if (record instanceof IEventRecord) {
    this.inputTraceEvent((IEventRecord) record);
  } else {
    this.inputIMonitoringRecord(record);
  }
}
origin: net.kieker-monitoring/kieker

@InputPort(name = INPUT_PORT_NAME_COMBINED, description = "Receives records to be selected by timestamps, based on type-specific selectors",
    eventTypes = { IMonitoringRecord.class })
public void inputCombined(final IMonitoringRecord record) {
  if (record instanceof OperationExecutionRecord) {
    this.inputOperationExecutionRecord((OperationExecutionRecord) record);
  } else if (record instanceof IEventRecord) {
    this.inputTraceEvent((IEventRecord) record);
  } else {
    this.inputIMonitoringRecord(record);
  }
}
kieker.analysis.plugin.filter.selectTimestampFilterinputIMonitoringRecord

Popular methods of TimestampFilter

  • <init>
    Creates a new instance of this class using the given parameters.
  • inRange
    A simple helper method which checks whether the given timestamp is in the configured limits.
  • inputOperationExecutionRecord
    This method represents the input port receiving trace events to be selected by a specific timestamp
  • inputTraceEvent
    This method represents the input port receiving trace events to be selected by a specific timestamp

Popular in Java

  • Start an intent from android
  • getSupportFragmentManager (FragmentActivity)
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • setContentView (Activity)
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • BitSet (java.util)
    This class implements a vector of bits that grows as needed. Each component of the bit set has a boo
  • Properties (java.util)
    The Properties class represents a persistent set of properties. The Properties can be saved to a st
  • Notification (javax.management)
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registery of org.quartz
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now