Kieker 1.10

Constant Field Values


Contents
kieker.analysis.*

kieker.analysis.IProjectContext
public static final String CONFIG_PROPERTY_NAME_PROJECT_NAME "projectName"
public static final String CONFIG_PROPERTY_NAME_RECORDS_TIME_UNIT "recordsTimeUnit"

kieker.analysis.analysisComponent.AbstractAnalysisComponent
public static final String CONFIG_NAME "name-hiddenAndNeverExportedProperty"

kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage
public static final int ANALYSIS_COMPONENT 14
public static final int ANALYSIS_COMPONENT__CLASSNAME 1
public static final int ANALYSIS_COMPONENT__ID 3
public static final int ANALYSIS_COMPONENT__NAME 0
public static final int ANALYSIS_COMPONENT__PROPERTIES 2
public static final int ANALYSIS_COMPONENT_FEATURE_COUNT 4
public static final int DEPENDENCY 9
public static final int DEPENDENCY__FILE_PATH 0
public static final int DEPENDENCY_FEATURE_COUNT 1
public static final int DISPLAY 11
public static final int DISPLAY__ID 2
public static final int DISPLAY__NAME 0
public static final int DISPLAY__PARENT 1
public static final int DISPLAY_CONNECTOR 13
public static final int DISPLAY_CONNECTOR__DISPLAY 1
public static final int DISPLAY_CONNECTOR__ID 2
public static final int DISPLAY_CONNECTOR__NAME 0
public static final int DISPLAY_CONNECTOR_FEATURE_COUNT 3
public static final int DISPLAY_FEATURE_COUNT 3
public static final String eNAME "analysisMetaModel"
public static final String eNS_PREFIX ""
public static final String eNS_URI "platform:/resource/Kieker/model/AnalysisMetaModel.ecore"
public static final int FILTER 6
public static final int FILTER__CLASSNAME 1
public static final int FILTER__DISPLAYS 6
public static final int FILTER__ID 3
public static final int FILTER__INPUT_PORTS 7
public static final int FILTER__NAME 0
public static final int FILTER__OUTPUT_PORTS 5
public static final int FILTER__PROPERTIES 2
public static final int FILTER__REPOSITORIES 4
public static final int FILTER_FEATURE_COUNT 8
public static final int INPUT_PORT 3
public static final int INPUT_PORT__EVENT_TYPES 1
public static final int INPUT_PORT__ID 2
public static final int INPUT_PORT__NAME 0
public static final int INPUT_PORT__PARENT 3
public static final int INPUT_PORT_FEATURE_COUNT 4
public static final int OUTPUT_PORT 4
public static final int OUTPUT_PORT__EVENT_TYPES 1
public static final int OUTPUT_PORT__ID 2
public static final int OUTPUT_PORT__NAME 0
public static final int OUTPUT_PORT__PARENT 4
public static final int OUTPUT_PORT__SUBSCRIBERS 3
public static final int OUTPUT_PORT_FEATURE_COUNT 5
public static final int PLUGIN 1
public static final int PLUGIN__CLASSNAME 1
public static final int PLUGIN__DISPLAYS 6
public static final int PLUGIN__ID 3
public static final int PLUGIN__NAME 0
public static final int PLUGIN__OUTPUT_PORTS 5
public static final int PLUGIN__PROPERTIES 2
public static final int PLUGIN__REPOSITORIES 4
public static final int PLUGIN_FEATURE_COUNT 7
public static final int PORT 2
public static final int PORT__EVENT_TYPES 1
public static final int PORT__ID 2
public static final int PORT__NAME 0
public static final int PORT_FEATURE_COUNT 3
public static final int PROJECT 0
public static final int PROJECT__DEPENDENCIES 3
public static final int PROJECT__NAME 1
public static final int PROJECT__PLUGINS 0
public static final int PROJECT__PROPERTIES 5
public static final int PROJECT__REPOSITORIES 2
public static final int PROJECT__VIEWS 4
public static final int PROJECT_FEATURE_COUNT 6
public static final int PROPERTY 5
public static final int PROPERTY__NAME 0
public static final int PROPERTY__VALUE 1
public static final int PROPERTY_FEATURE_COUNT 2
public static final int READER 7
public static final int READER__CLASSNAME 1
public static final int READER__DISPLAYS 6
public static final int READER__ID 3
public static final int READER__NAME 0
public static final int READER__OUTPUT_PORTS 5
public static final int READER__PROPERTIES 2
public static final int READER__REPOSITORIES 4
public static final int READER_FEATURE_COUNT 7
public static final int REPOSITORY 8
public static final int REPOSITORY__CLASSNAME 1
public static final int REPOSITORY__ID 3
public static final int REPOSITORY__NAME 0
public static final int REPOSITORY__PROPERTIES 2
public static final int REPOSITORY_CONNECTOR 10
public static final int REPOSITORY_CONNECTOR__ID 2
public static final int REPOSITORY_CONNECTOR__NAME 0
public static final int REPOSITORY_CONNECTOR__REPOSITORY 1
public static final int REPOSITORY_CONNECTOR_FEATURE_COUNT 3
public static final int REPOSITORY_FEATURE_COUNT 4
public static final int VIEW 12
public static final int VIEW__DESCRIPTION 1
public static final int VIEW__DISPLAY_CONNECTORS 2
public static final int VIEW__ID 3
public static final int VIEW__NAME 0
public static final int VIEW_FEATURE_COUNT 4

kieker.analysis.plugin.annotation.Plugin
public static final String NO_NAME ""

kieker.analysis.plugin.filter.flow.EventRecordTraceReconstructionFilter
public static final String CONFIG_PROPERTY_NAME_MAX_TRACE_DURATION "maxTraceDuration"
public static final String CONFIG_PROPERTY_NAME_MAX_TRACE_TIMEOUT "maxTraceTimeout"
public static final String CONFIG_PROPERTY_NAME_TIMEUNIT "timeunit"
public static final String CONFIG_PROPERTY_VALUE_MAX_TIME "9223372036854775807"
public static final String CONFIG_PROPERTY_VALUE_TIMEUNIT "NANOSECONDS"
public static final String INPUT_PORT_NAME_TIME_EVENT "timestamps"
public static final String INPUT_PORT_NAME_TRACE_RECORDS "traceRecords"
public static final String INPUT_PORT_NAME_TRACEEVENT_RECORDS "traceEventRecords"
public static final String OUTPUT_PORT_NAME_TRACE_INVALID "invalidTraces"
public static final String OUTPUT_PORT_NAME_TRACE_VALID "validTraces"

kieker.analysis.plugin.filter.flow.TraceAggregationFilter
public static final String CONFIG_PROPERTY_NAME_MAX_COLLECTION_DURATION "maxCollectionDuration"
public static final String CONFIG_PROPERTY_NAME_TIMEUNIT "timeunit"
public static final String CONFIG_PROPERTY_VALUE_MAX_COLLECTION_DURATION "5000000000"
public static final String CONFIG_PROPERTY_VALUE_TIMEUNIT "NANOSECONDS"
public static final String INPUT_PORT_NAME_TIME_EVENT "timestamp"
public static final String INPUT_PORT_NAME_TRACES "tracesIn"
public static final String OUTPUT_PORT_NAME_TRACES "tracesOut"

kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
public static final String INPUT_PORT_NAME_OBJECTS "inputObjects"
public static final String INPUT_PORT_NAME_TIME "inputTime"
public static final String OUTPUT_PORT_NAME_RELAYED_OBJECTS "relayedEvents"
public static final String OUTPUT_PORT_NAME_THROUGHPUT "throughput"

kieker.analysis.plugin.filter.forward.CountingFilter
public static final String INPUT_PORT_NAME_EVENTS "inputEvents"
public static final String OUTPUT_PORT_NAME_COUNT "currentEventCount"
public static final String OUTPUT_PORT_NAME_RELAYED_EVENTS "relayedEvents"

kieker.analysis.plugin.filter.forward.ListCollectionFilter<T>
public static final String CONFIG_PROPERTY_NAME_LIST_FULL_BEHAVIOR "listFullBehavior"
public static final String CONFIG_PROPERTY_NAME_MAX_NUMBER_OF_ENTRIES "maxNumberOfEntries"
public static final String CONFIG_PROPERTY_VALUE_LIST_FULL_BEHAVIOR "dropOldest"
public static final String CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES "-1"
public static final String INPUT_PORT_NAME "inputObject"
public static final String OUTPUT_PORT_NAME "outputObjects"

kieker.analysis.plugin.filter.forward.StringBufferFilter
public static final String INPUT_PORT_NAME_EVENTS "received-events"
public static final String OUTPUT_PORT_NAME_RELAYED_EVENTS "relayed-events"

kieker.analysis.plugin.filter.forward.TeeFilter
public static final String CONFIG_PROPERTY_NAME_APPEND "append"
public static final String CONFIG_PROPERTY_NAME_ENCODING "characterEncoding"
public static final String CONFIG_PROPERTY_NAME_STREAM "stream"
public static final String CONFIG_PROPERTY_VALUE_DEFAULT_ENCODING "UTF-8"
public static final String CONFIG_PROPERTY_VALUE_STREAM_APPEND "true"
public static final String CONFIG_PROPERTY_VALUE_STREAM_NULL "NULL"
public static final String CONFIG_PROPERTY_VALUE_STREAM_STDERR "STDERR"
public static final String CONFIG_PROPERTY_VALUE_STREAM_STDLOG "STDlog"
public static final String CONFIG_PROPERTY_VALUE_STREAM_STDOUT "STDOUT"
public static final String INPUT_PORT_NAME_EVENTS "receivedEvents"
public static final String OUTPUT_PORT_NAME_RELAYED_EVENTS "relayedEvents"

kieker.analysis.plugin.filter.record.MonitoringThroughputFilter
public static final String CONFIG_PROPERTY_NAME_INTERVAL_SIZE "intervalsize"
public static final String CONFIG_PROPERTY_NAME_TIMEUNIT "timeunit"
public static final String CONFIG_PROPERTY_VALUE_INTERVAL_SIZE_ONE_SECOND "1"
public static final String CONFIG_PROPERTY_VALUE_TIMEUNIT "SECONDS"
public static final String INPUT_PORT_NAME_RECORDS "inputRecords"
public static final String OUTPUT_PORT_NAME_RELAYED_RECORDS "relayedRecords"
public static final String OUTPUT_PORT_NAME_THROUGHPUT "throughput"
public static final String OUTPUT_PORT_NAME_UNCOUNTED_RECORDS "uncountedRecords"

kieker.analysis.plugin.filter.record.RealtimeRecordDelayFilter
public static final double CONFIG_PROPERTY_ACCELERATION_FACTOR_DEFAULT 1.0
public static final String CONFIG_PROPERTY_NAME_ACCELERATION_FACTOR "accelerationFactor"
public static final String CONFIG_PROPERTY_NAME_ADDITIONAL_SHUTDOWN_DELAY_SECONDS "additionalShutdownDelaySeconds"
public static final String CONFIG_PROPERTY_NAME_NUM_WORKERS "numWorkers"
public static final String CONFIG_PROPERTY_NAME_TIMER "timerPrecision"
public static final String CONFIG_PROPERTY_NAME_WARN_NEGATIVE_DELAY_SECONDS "warnOnNegativeSchedTimeSeconds"
public static final String INPUT_PORT_NAME_RECORDS "inputRecords"
public static final String OUTPUT_PORT_NAME_RECORDS "outputRecords"

kieker.analysis.plugin.filter.select.TimestampFilter
public static final String CONFIG_PROPERTY_NAME_IGNORE_AFTER_TIMESTAMP "ignoreAfterTimestamp"
public static final String CONFIG_PROPERTY_NAME_IGNORE_BEFORE_TIMESTAMP "ignoreBeforeTimestamp"
public static final String CONFIG_PROPERTY_NAME_TIMEUNIT "timeunit"
public static final String CONFIG_PROPERTY_VALUE_MAX_TIMESTAMP "9223372036854775807"
public static final String CONFIG_PROPERTY_VALUE_MIN_TIMESTAMP "0"
public static final String CONFIG_PROPERTY_VALUE_TIMEUNIT "NANOSECONDS"
public static final String INPUT_PORT_NAME_ANY_RECORD "monitoringRecordsAny"
public static final String INPUT_PORT_NAME_COMBINED "monitoringRecordsCombined"
public static final String INPUT_PORT_NAME_EXECUTION "monitoringRecordsExecution"
public static final String INPUT_PORT_NAME_FLOW "monitoringRecordsFlow"
public static final String OUTPUT_PORT_NAME_OUTSIDE_PERIOD "recordsOutsidePeriod"
public static final String OUTPUT_PORT_NAME_WITHIN_PERIOD "recordsWithinTimePeriod"

kieker.analysis.plugin.filter.select.TraceIdFilter
public static final String CONFIG_PROPERTY_NAME_SELECT_ALL_TRACES "acceptAllTraces"
public static final String CONFIG_PROPERTY_NAME_SELECTED_TRACES "selectedTraceIds"
public static final String INPUT_PORT_NAME_COMBINED "monitoringRecordsCombined"
public static final String INPUT_PORT_NAME_EXECUTION "monitoringRecordsExecution"
public static final String INPUT_PORT_NAME_FLOW "monitoringRecordsFlow"
public static final String OUTPUT_PORT_NAME_MATCH "recordsMatchingId"
public static final String OUTPUT_PORT_NAME_MISMATCH "recordsNotMatchingId"

kieker.analysis.plugin.filter.select.TypeFilter
public static final String CONFIG_PROPERTY_NAME_TYPES "types"
public static final String INPUT_PORT_NAME_EVENTS "events"
public static final String OUTPUT_PORT_NAME_TYPE_MATCH "eventsMatchingType"
public static final String OUTPUT_PORT_NAME_TYPE_MISMATCH "eventsNotMatchingType"

kieker.analysis.plugin.filter.sink.CPUUtilizationDisplayFilter
public static final String CONFIG_PROPERTY_NAME_DISPLAY_WARNING_INTERVALS "displayWarningIntervals"
public static final String CONFIG_PROPERTY_NAME_NUMBER_OF_ENTRIES "numberOfEntries"
public static final String CONFIG_PROPERTY_VALUE_DISPLAY_WARNING_INTERVALS "70|90|100"
public static final String CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES "100"
public static final String INPUT_PORT_NAME_EVENTS "inputEvents"

kieker.analysis.plugin.filter.sink.GCDisplayFilter
public static final String CONFIG_PROPERTY_NAME_NUMBER_OF_ENTRIES "numberOfEntries"
public static final String CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES "100"
public static final String INPUT_PORT_NAME_EVENTS "inputEvents"

kieker.analysis.plugin.filter.sink.MemSwapUtilizationDisplayFilter
public static final String CONFIG_PROPERTY_NAME_NUMBER_OF_ENTRIES "numberOfEntries"
public static final String CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES "100"
public static final String INPUT_PORT_NAME_EVENTS "inputEvents"

kieker.analysis.plugin.filter.sink.MethodAndComponentFlowDisplayFilter
public static final String INPUT_PORT_NAME_EVENTS "inputEvents"

kieker.analysis.plugin.filter.sink.ThreadsStatusDisplayFilter
public static final String CONFIG_PROPERTY_NAME_NUMBER_OF_ENTRIES "numberOfEntries"
public static final String CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES "100"
public static final String INPUT_PORT_NAME_EVENTS "inputEvents"

kieker.analysis.plugin.filter.visualization.PlainTextWebVisualization
public static final String INPUT_PORT_NAME_EVENTS "events"

kieker.analysis.plugin.reader.database.DbReader
public static final String CONFIG_PROPERTY_NAME_CONNECTIONSTRING "ConnectionString"
public static final String CONFIG_PROPERTY_NAME_DRIVERCLASSNAME "DriverClassname"
public static final String CONFIG_PROPERTY_NAME_TABLEPREFIX "TablePrefix"
public static final String OUTPUT_PORT_NAME_RECORDS "monitoringRecords"

kieker.analysis.plugin.reader.filesystem.FSReader
public static final String CONFIG_PROPERTY_NAME_IGNORE_UNKNOWN_RECORD_TYPES "ignoreUnknownRecordTypes"
public static final String CONFIG_PROPERTY_NAME_INPUTDIRS "inputDirs"
public static final String OUTPUT_PORT_NAME_RECORDS "monitoringRecords"

kieker.analysis.plugin.reader.jms.JMSReader
public static final String CONFIG_PROPERTY_NAME_DESTINATION "jmsDestination"
public static final String CONFIG_PROPERTY_NAME_FACTORYLOOKUP "jmsFactoryLookupName"
public static final String CONFIG_PROPERTY_NAME_PROVIDERURL "jmsProviderUrl"
public static final String OUTPUT_PORT_NAME_RECORDS "monitoringRecords"

kieker.analysis.plugin.reader.jmx.JMXReader
public static final String CONFIG_PROPERTY_NAME_DOMAIN "domain"
public static final String CONFIG_PROPERTY_NAME_LOGNAME "logname"
public static final String CONFIG_PROPERTY_NAME_PORT "port"
public static final String CONFIG_PROPERTY_NAME_SERVER "server"
public static final String CONFIG_PROPERTY_NAME_SERVICEURL "serviceUrl"
public static final String CONFIG_PROPERTY_NAME_SILENT "silentReconnect"
public static final String OUTPUT_PORT_NAME_RECORDS "monitoringRecords"

kieker.analysis.plugin.reader.list.ListReader<T>
public static final String CONFIG_PROPERTY_NAME_AWAIT_TERMINATION "awaitTermination"
public static final String OUTPUT_PORT_NAME "defaultOutput"

kieker.analysis.plugin.reader.namedRecordPipe.PipeReader
public static final String CONFIG_PROPERTY_NAME_PIPENAME "pipeName"
public static final String CONFIG_PROPERTY_VALUE_PIPENAME_DEFAULT "kieker-pipe"
public static final String OUTPUT_PORT_NAME_RECORDS "monitoringRecords"

kieker.analysis.plugin.reader.tcp.TCPReader
public static final String CONFIG_PROPERTY_NAME_PORT1 "port1"
public static final String CONFIG_PROPERTY_NAME_PORT2 "port2"
public static final String OUTPUT_PORT_NAME_RECORDS "monitoringRecords"

kieker.analysis.plugin.reader.timer.TimeReader
public static final String CONFIG_PROPERTY_NAME_DELAY_NS "delayNS"
public static final String CONFIG_PROPERTY_NAME_NUMBER_IMPULSES "numberImpulses"
public static final String CONFIG_PROPERTY_NAME_UPDATE_INTERVAL_NS "updateIntervalNS"
public static final String CONFIG_PROPERTY_VALUE_DELAY_NS "0"
public static final String CONFIG_PROPERTY_VALUE_NUMBER_IMPULSES "0"
public static final String CONFIG_PROPERTY_VALUE_UPDATE_INTERVAL_NS "1000000000"
public static final long INFINITE_EMITS 0L
public static final String OUTPUT_PORT_NAME_TIMESTAMP_RECORDS "timestampRecords"
public static final String OUTPUT_PORT_NAME_TIMESTAMPS "timestamps"

kieker.analysis.repository.annotation.Repository
public static final String NO_NAME ""

kieker.common.*

kieker.common.logging.LogFactory
public static final String CUSTOM_LOGGER_JVM "kieker.common.logging.Log"

kieker.common.record.AbstractMonitoringRecord
public static final int TYPE_SIZE_BOOLEAN 1
public static final int TYPE_SIZE_BYTE 1
public static final int TYPE_SIZE_CHARACTER 2
public static final int TYPE_SIZE_DOUBLE 8
public static final int TYPE_SIZE_FLOAT 4
public static final int TYPE_SIZE_INT 4
public static final int TYPE_SIZE_LONG 8
public static final int TYPE_SIZE_SHORT 2
public static final int TYPE_SIZE_STRING 4

kieker.common.record.controlflow.BranchingRecord
public static final int BRANCH_ID 0
public static final int BRANCHING_OUTCOME 0
public static final int SIZE 16
public static final long TIMESTAMP 0L

kieker.common.record.controlflow.OperationExecutionRecord
public static final int EOI -1
public static final int ESS -1
public static final String HOSTNAME "<default-host>"
public static final int NO_EOI_ESS -1
public static final String NO_HOSTNAME "<default-host>"
public static final String NO_OPERATION_SIGNATURE "noOperation"
public static final String NO_SESSION_ID "<no-session-id>"
public static final long NO_TIMESTAMP -1L
public static final long NO_TRACE_ID -1L
public static final String OPERATION_SIGNATURE "noOperation"
public static final String SESSION_ID "<no-session-id>"
public static final int SIZE 44
public static final long TIN -1L
public static final long TOUT -1L
public static final long TRACE_ID -1L

kieker.common.record.flow.trace.ConstructionEvent
public static final String CLASS_SIGNATURE ""
public static final int OBJECT_ID 0
public static final int SIZE 28

kieker.common.record.flow.trace.TraceMetadata
public static final String NO_HOSTNAME "<default-host>"
public static final int NO_PARENT_ORDER_INDEX -1
public static final long NO_PARENT_TRACEID -1L
public static final String NO_SESSION_ID "<no-session-id>"
public static final int SIZE 36

kieker.common.record.flow.trace.concurrency.JoinEvent
public static final long JOINED_TRACE_ID 0L
public static final int SIZE 28

kieker.common.record.flow.trace.concurrency.SplitEvent
public static final int SIZE 20

kieker.common.record.flow.trace.concurrency.monitor.AbstractMonitorEvent
public static final int LOCK_ID 0

kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
public static final int SIZE 24

kieker.common.record.flow.trace.concurrency.monitor.MonitorExitEvent
public static final int SIZE 24

kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyAllEvent
public static final int SIZE 24

kieker.common.record.flow.trace.concurrency.monitor.MonitorNotifyEvent
public static final int SIZE 24

kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
public static final int SIZE 24

kieker.common.record.flow.trace.concurrency.monitor.MonitorWaitEvent
public static final int SIZE 24

kieker.common.record.flow.trace.operation.AfterOperationEvent
public static final int SIZE 28

kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
public static final int SIZE 32

kieker.common.record.flow.trace.operation.BeforeOperationEvent
public static final int SIZE 28

kieker.common.record.flow.trace.operation.CallOperationEvent
public static final int SIZE 36

kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
public static final int SIZE 28

kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
public static final int SIZE 32

kieker.common.record.flow.trace.operation.constructor.BeforeConstructorEvent
public static final int SIZE 28

kieker.common.record.flow.trace.operation.constructor.CallConstructorEvent
public static final int SIZE 36

kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorFailedObjectEvent
public static final int SIZE 36

kieker.common.record.flow.trace.operation.constructor.object.AfterConstructorObjectEvent
public static final int SIZE 32

kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectEvent
public static final int SIZE 32

kieker.common.record.flow.trace.operation.constructor.object.BeforeConstructorObjectInterfaceEvent
public static final int SIZE 36

kieker.common.record.flow.trace.operation.constructor.object.CallConstructorObjectEvent
public static final int SIZE 44

kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
public static final int SIZE 36

kieker.common.record.flow.trace.operation.object.AfterOperationObjectEvent
public static final int SIZE 32

kieker.common.record.flow.trace.operation.object.BeforeOperationObjectEvent
public static final int SIZE 32

kieker.common.record.flow.trace.operation.object.BeforeOperationObjectInterfaceEvent
public static final int SIZE 36

kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
public static final int SIZE 44

kieker.common.record.jvm.ClassLoadingRecord
public static final int SIZE 36

kieker.common.record.jvm.CompilationRecord
public static final int SIZE 28

kieker.common.record.jvm.GCRecord
public static final int SIZE 36

kieker.common.record.jvm.MemoryRecord
public static final int SIZE 84

kieker.common.record.jvm.ThreadsStatusRecord
public static final int SIZE 48

kieker.common.record.jvm.UptimeRecord
public static final int SIZE 24

kieker.common.record.misc.EmptyRecord
public static final int SIZE 0

kieker.common.record.misc.KiekerMetadataRecord
public static final String CONTROLLER_NAME "<no-controller-name>"
public static final boolean DEBUG_MODE false
public static final int EXPERIMENT_ID 0
public static final String HOSTNAME "<no-hostname>"
public static final String NO_CONTROLLERNAME "<no-controller-name>"
public static final String NO_HOSTNAME "<no-hostname>"
public static final String NO_TIMESOURCE "<no-timesource>"
public static final String NO_TIMEUNIT "NANOSECONDS"
public static final long NUMBER_OF_RECORDS 0L
public static final int SIZE 37
public static final long TIME_OFFSET 0L
public static final String TIME_UNIT "NANOSECONDS"
public static final String VERSION "1.10"

kieker.common.record.misc.RegistryRecord
public static final String ENCODING "UTF-8"
public static final int SIZE 8

kieker.common.record.misc.TimestampRecord
public static final int SIZE 8
public static final long TIMESTAMP 0L

kieker.common.record.system.CPUUtilizationRecord
public static final String CPU_ID ""
public static final String HOSTNAME ""
public static final double IDLE 0.0
public static final double IRQ 0.0
public static final double NICE 0.0
public static final int SIZE 72
public static final double SYSTEM 0.0
public static final long TIMESTAMP 0L
public static final double TOTAL_UTILIZATION 0.0
public static final double USER 0.0
public static final double WAIT 0.0

kieker.common.record.system.MemSwapUsageRecord
public static final String HOSTNAME ""
public static final long MEM_FREE 0L
public static final long MEM_TOTAL 0L
public static final long MEM_USED 0L
public static final int SIZE 60
public static final long SWAP_FREE 0L
public static final long SWAP_TOTAL 0L
public static final long SWAP_USED 0L
public static final long TIMESTAMP 0L

kieker.common.record.system.ResourceUtilizationRecord
public static final String HOSTNAME ""
public static final String RESOURCE_NAME ""
public static final int SIZE 24
public static final long TIMESTAMP 0L
public static final double UTILIZATION 0.0

kieker.common.util.filesystem.FSUtil
public static final String ENCODING "UTF-8"
public static final String FILE_PREFIX "kieker"
public static final String LEGACY_FILE_PREFIX "tpmon"
public static final String LEGACY_MAP_FILENAME "tpmon.map"
public static final String MAP_FILENAME "kieker.map"
public static final String NORMAL_FILE_EXTENSION ".dat"
public static final String ZIP_FILE_EXTENSION ".zip"

kieker.common.util.signature.Signature
public static final String CONSTRUCTOR_METHOD_NAME "<init>"
public static final String NO_RETURN_TYPE "<NO-RETURN-TYPE>"

kieker.monitoring.*

kieker.monitoring.core.configuration.ConfigurationFactory
public static final String ACTIVATE_JMX "kieker.monitoring.jmx"
public static final String ACTIVATE_JMX_CONTROLLER "kieker.monitoring.jmx.MonitoringController"
public static final String ACTIVATE_JMX_CONTROLLER_NAME "kieker.monitoring.jmx.MonitoringController.name"
public static final String ACTIVATE_JMX_DOMAIN "kieker.monitoring.jmx.domain"
public static final String ACTIVATE_JMX_REMOTE "kieker.monitoring.jmx.remote"
public static final String ACTIVATE_JMX_REMOTE_FALLBACK "kieker.monitoring.jmx.remote.fallback"
public static final String ACTIVATE_JMX_REMOTE_NAME "kieker.monitoring.jmx.remote.name"
public static final String ACTIVATE_JMX_REMOTE_PORT "kieker.monitoring.jmx.remote.port"
public static final String ADAPTIVE_MONITORING_BOUNDED_CACHE_BEHAVIOUR "kieker.monitoring.adaptiveMonitoring.boundedCacheBehaviour"
public static final String ADAPTIVE_MONITORING_CONFIG_FILE "kieker.monitoring.adaptiveMonitoring.configFile"
public static final String ADAPTIVE_MONITORING_CONFIG_FILE_READ_INTERVALL "kieker.monitoring.adaptiveMonitoring.readInterval"
public static final String ADAPTIVE_MONITORING_CONFIG_FILE_UPDATE "kieker.monitoring.adaptiveMonitoring.updateConfigFile"
public static final String ADAPTIVE_MONITORING_ENABLED "kieker.monitoring.adaptiveMonitoring.enabled"
public static final String ADAPTIVE_MONITORING_MAX_CACHE_SIZE "kieker.monitoring.adaptiveMonitoring.maxCacheSize"
public static final String AUTO_SET_LOGGINGTSTAMP "kieker.monitoring.setLoggingTimestamp"
public static final String CONTROLLER_NAME "kieker.monitoring.name"
public static final String CUSTOM_PROPERTIES_LOCATION_CLASSPATH "META-INF/kieker.monitoring.properties"
public static final String CUSTOM_PROPERTIES_LOCATION_JVM "kieker.monitoring.configuration"
public static final String DEBUG "kieker.monitoring.debug"
public static final String DEFAULT_PROPERTIES_LOCATION_CLASSPATH "META-INF/kieker.monitoring.default.properties"
public static final String EXPERIMENT_ID "kieker.monitoring.initialExperimentId"
public static final String HOST_NAME "kieker.monitoring.hostname"
public static final String METADATA "kieker.monitoring.metadata"
public static final String MONITORING_ENABLED "kieker.monitoring.enabled"
public static final String PERIODIC_SENSORS_EXECUTOR_POOL_SIZE "kieker.monitoring.periodicSensorsExecutorPoolSize"
public static final String PREFIX "kieker.monitoring."
public static final String TIMER_CLASSNAME "kieker.monitoring.timer"
public static final String USE_SHUTDOWN_HOOK "kieker.monitoring.useShutdownHook"
public static final String WRITER_CLASSNAME "kieker.monitoring.writer"

kieker.monitoring.core.signaturePattern.SignatureFactory
public static final String COLONS "::"
public static final char PATTERN_PREFIX 37
public static final String PATTERN_PREFIX_CPU "%CPU"
public static final String PATTERN_PREFIX_JVM_CL "%JVM_CL"
public static final String PATTERN_PREFIX_JVM_COMPILATION "%JVM_COMPILATION"
public static final String PATTERN_PREFIX_JVM_GC "%JVM_GC"
public static final String PATTERN_PREFIX_JVM_MEM "%JVM_MEM"
public static final String PATTERN_PREFIX_JVM_THREADS "%JVM_THREADS"
public static final String PATTERN_PREFIX_JVM_UP_TIME "%JVM_UPTIME"
public static final String PATTERN_PREFIX_MEM_SWAP "%MEM_SWAP"

kieker.monitoring.probe.aspectj.AspectJLoader
public static final String KIEKER_MONITORING_SKIP_DEFAULT_AOP_CONFIGURATION "kieker.monitoring.skipDefaultAOPConfiguration"

kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestInInterceptor
public static final String SESSION_ID_ASYNC_TRACE "NOSESSION-ASYNCIN"

kieker.monitoring.probe.cxf.OperationExecutionSOAPRequestOutInterceptor
public static final String SESSION_ID_ASYNC_TRACE "NOSESSION-ASYNCOUT"

kieker.monitoring.probe.cxf.SOAPHeaderConstants
public static final String EOI_QUALIFIED_NAME "eoi"
public static final String ESS_QUALIFIED_NAME "ess"
public static final String NAMESPACE_URI "http://kieker-monitoring.net"
public static final String SESSION_QUALIFIED_NAME "sessionId"
public static final String TRACE_QUALIFIED_NAME "traceId"

kieker.monitoring.probe.servlet.AbstractRegularSamplingServletContextListener
public static final long DEFAULT_SENSOR_INITIAL_DELAY_SECONDS 0L
public static final long DEFAULT_SENSOR_INTERVAL_SECONDS 15L

kieker.monitoring.probe.servlet.SessionAndTraceRegistrationFilter
public static final String CONFIG_PROPERTY_NAME_LOG_FILTER_EXECUTION "logFilterExecution"

kieker.monitoring.writer.AbstractAsyncWriter
public static final String CONFIG_BEHAVIOR "QueueFullBehavior"
public static final String CONFIG_PRIORITIZED_QUEUESIZE "PrioritizedQueueSize"
public static final String CONFIG_QUEUESIZE "QueueSize"
public static final String CONFIG_SHUTDOWNDELAY "MaxShutdownDelay"

kieker.monitoring.writer.PrintStreamWriter
public static final String CONFIG_STREAM_STDERR "STDERR"
public static final String CONFIG_STREAM_STDOUT "STDOUT"

kieker.monitoring.writer.filesystem.AbstractAsyncFSWriter
public static final String CONFIG_MAXENTRIESINFILE "maxEntriesInFile"
public static final String CONFIG_MAXLOGFILES "maxLogFiles"
public static final String CONFIG_MAXLOGSIZE "maxLogSize"
public static final String CONFIG_PATH "customStoragePath"

kieker.monitoring.writer.filesystem.AbstractAsyncZipWriter
public static final String CONFIG_BUFFER "bufferSize"
public static final String CONFIG_COMPRESS_LEVEL "compressionLevel"
public static final String CONFIG_MAXENTRIESINFILE "maxEntriesInFile"
public static final String CONFIG_PATH "customStoragePath"

kieker.tools.*

kieker.tools.AbstractCommandLineTool
public static final String CMD_OPT_NAME_DEBUG_LONG "debug"
public static final String CMD_OPT_NAME_DEBUG_SHORT "d"
public static final String CMD_OPT_NAME_HELP_LONG "help"
public static final String CMD_OPT_NAME_HELP_SHORT "h"
public static final String CMD_OPT_NAME_VERBOSE_LONG "verbose"
public static final String CMD_OPT_NAME_VERBOSE_SHORT "v"

kieker.tools.bridge.ServiceContainer
public static final long DEFAULT_LISTENER_UPDATE_INTERVAL 100L

kieker.tools.bridge.connector.jms.JMSClientConnector
public static final String KIEKER_DATA_BRIDGE_READ_QUEUE "kieker.tools.bridge"

kieker.tools.currentTimeEventGenerator.CurrentTimeEventGenerationFilter
public static final String CONFIG_PROPERTY_NAME_TIME_RESOLUTION "timeResolution"
public static final String CONFIG_PROPERTY_NAME_TIMEUNIT "timeunit"
public static final String CONFIG_PROPERTY_VALUE_TIMEUNIT "NANOSECONDS"
public static final String INPUT_PORT_NAME_NEW_RECORD "inputNewRecord"
public static final String INPUT_PORT_NAME_NEW_TIMESTAMP "inputNewTimestamp"
public static final String OUTPUT_PORT_NAME_CURRENT_TIME_RECORD "currentTimeRecord"
public static final String OUTPUT_PORT_NAME_CURRENT_TIME_VALUE "currentTimeValue"

kieker.tools.logReplayer.AbstractLogReplayer
public static final long MAX_TIMESTAMP 9223372036854775807L
public static final long MIN_TIMESTAMP 0L

kieker.tools.logReplayer.filter.MonitoringRecordLoggerFilter
public static final String CONFIG_PROPERTY_NAME_MONITORING_PROPS_FN "monitoringPropertiesFilename"
public static final String INPUT_PORT_NAME_RECORD "monitoringRecords"
public static final String OUTPUT_PORT_NAME_RELAYED_EVENTS "relayedEvents"

kieker.tools.opad.filter.AnomalyDetectionFilter
public static final String CONFIG_PROPERTY_NAME_THRESHOLD "threshold"
public static final String INPUT_PORT_ANOMALY_SCORE "anomalyscore"
public static final String OUTPUT_PORT_ALL "allOutputData"
public static final String OUTPUT_PORT_ANOMALY_SCORE_ELSE "anomalyscore_else"
public static final String OUTPUT_PORT_ANOMALY_SCORE_IF_ANOMALY "anomalyscore_anomaly"

kieker.tools.opad.filter.AnomalyScoreCalculationFilter
public static final String INPUT_PORT_CURRENT_FORECAST_PAIR "currentforecast"
public static final String OUTPUT_PORT_ANOMALY_SCORE "anomalyscore"

kieker.tools.opad.filter.AnomalyScoreVisualizationFilter
public static final String CONFIG_PROPERTY_NAME_NUMBER_OF_ENTRIES "numberOfEntries"
public static final String CONFIG_PROPERTY_VALUE_NUMBER_OF_ENTRIES "100"
public static final String INPUT_PORT_NAME_EVENTS "inputEvents"

kieker.tools.opad.filter.ExtractionFilter
public static final String CONFIG_PROPERTY_NAME_TIMEUNIT "timeunit"
public static final String CONFIG_PROPERTY_VALUE_TIMEUNIT "NANOSECONDS"
public static final String INPUT_PORT_NAME_VALUE "inputRecord"
public static final String OUTPUT_PORT_NAME_VALUE "outputData"

kieker.tools.opad.filter.ForecastingFilter
public static final String CONFIG_PROPERTY_NAME_DELTA_TIME "deltatime"
public static final String CONFIG_PROPERTY_NAME_DELTA_UNIT "deltaunit"
public static final String CONFIG_PROPERTY_NAME_FC_METHOD "fcmethod"
public static final String CONFIG_PROPERTY_NAME_TS_WINDOW_CAPACITY "tswcapacity"
public static final String INPUT_PORT_NAME_TSPOINT "tspoint"
public static final String OUTPUT_PORT_NAME_FORECAST "forecast"
public static final String OUTPUT_PORT_NAME_FORECASTED_AND_CURRENT "forecastedcurrent"

kieker.tools.opad.filter.RecordConverter
public static final String INPUT_PORT_NAME_OER "oer"
public static final String OUTPUT_PORT_NAME_NDR "ndr"

kieker.tools.opad.filter.TimeSeriesPointAggregatorFilter
public static final String CONFIG_PROPERTY_NAME_AGGREGATION_METHOD "aggregationMethod"
public static final String CONFIG_PROPERTY_NAME_AGGREGATION_SPAN "aggregationSpan"
public static final String CONFIG_PROPERTY_NAME_AGGREGATION_TIMEUNIT "timeUnit"
public static final String INPUT_PORT_NAME_TSPOINT "tspoint"
public static final String OUTPUT_PORT_NAME_AGGREGATED_TSPOINT "aggregatedTSPoint"
public static final String OUTPUT_PORT_NAME_AGGREGATION_WINDOW "aggregationWindow"

kieker.tools.opad.filter.UniteMeasurementPairFilter
public static final String INPUT_PORT_NAME_FORECAST "forecast"
public static final String INPUT_PORT_NAME_TSPOINT "tspoint"
public static final String OUTPUT_PORT_NAME_FORECASTED_AND_CURRENT "forecastedcurrent"

kieker.tools.opad.record.AggregationWindow
public static final int SIZE 16

kieker.tools.opad.record.ExtendedStorableDetectionResult
public static final int SIZE 44

kieker.tools.opad.record.NamedDoubleRecord
public static final int SIZE 20

kieker.tools.opad.record.NamedTSPoint
public static final int SIZE 20

kieker.tools.opad.record.StorableDetectionResult
public static final int SIZE 36

kieker.tools.traceAnalysis.Constants
public static final String AGGREGATED_ALLOCATION_CALL_TREE_FN_PREFIX "aggregatedDeploymentCallTree"
public static final String AGGREGATED_ASSEMBLY_CALL_TREE_FN_PREFIX "aggregatedAssemblyCallTree"
public static final String ALLOCATION_COMPONENT_DEPENDENCY_GRAPH_FN_PREFIX "deploymentComponentDependencyGraph"
public static final String ALLOCATION_OPERATION_DEPENDENCY_GRAPH_FN_PREFIX "deploymentOperationDependencyGraph"
public static final String ALLOCATION_SEQUENCE_DIAGRAM_FN_PREFIX "deploymentSequenceDiagram"
public static final String ASSEMBLY_COMPONENT_DEPENDENCY_GRAPH_FN_PREFIX "assemblyComponentDependencyGraph"
public static final String ASSEMBLY_OPERATION_DEPENDENCY_GRAPH_FN_PREFIX "assemblyOperationDependencyGraph"
public static final String ASSEMBLY_SEQUENCE_DIAGRAM_FN_PREFIX "assemblySequenceDiagram"
public static final String CALL_TREE_FN_PREFIX "callTree"
public static final String CMD_OPT_NAME_ADD_DESCRIPTIONS "addDescriptions"
public static final String CMD_OPT_NAME_FILTERTRACES "filter-traces"
public static final String CMD_OPT_NAME_IGNORE_ASSUMED "ignore-assumed-calls"
public static final String CMD_OPT_NAME_IGNOREEXECUTIONSAFTERDATE "ignore-executions-after-date"
public static final String CMD_OPT_NAME_IGNOREEXECUTIONSBEFOREDATE "ignore-executions-before-date"
public static final String CMD_OPT_NAME_IGNOREINVALIDTRACES "ignore-invalid-traces"
public static final String CMD_OPT_NAME_INCLUDESELFLOOPS "include-self-loops"
public static final String CMD_OPT_NAME_INPUTDIRS "inputdirs"
public static final String CMD_OPT_NAME_MAXTRACEDURATION "max-trace-duration"
public static final String CMD_OPT_NAME_OUTPUTDIR "outputdir"
public static final String CMD_OPT_NAME_OUTPUTFNPREFIX "output-filename-prefix"
public static final String CMD_OPT_NAME_SELECTTRACES "select-traces"
public static final String CMD_OPT_NAME_SHORTLABELS "short-labels"
public static final String CMD_OPT_NAME_TASK_ALLOCATIONEQUIVCLASSREPORT "print-Deployment-Equivalence-Classes"
public static final String CMD_OPT_NAME_TASK_ASSEMBLYEQUIVCLASSREPORT "print-Assembly-Equivalence-Classes"
public static final String CMD_OPT_NAME_TASK_PLOTAGGREGATEDALLOCATIONCALLTREE "plot-Aggregated-Deployment-Call-Tree"
public static final String CMD_OPT_NAME_TASK_PLOTAGGREGATEDASSEMBLYCALLTREE "plot-Aggregated-Assembly-Call-Tree"
public static final String CMD_OPT_NAME_TASK_PLOTALLOCATIONCOMPONENTDEPG "plot-Deployment-Component-Dependency-Graph"
public static final String CMD_OPT_NAME_TASK_PLOTALLOCATIONOPERATIONDEPG "plot-Deployment-Operation-Dependency-Graph"
public static final String CMD_OPT_NAME_TASK_PLOTALLOCATIONSEQDS "plot-Deployment-Sequence-Diagrams"
public static final String CMD_OPT_NAME_TASK_PLOTASSEMBLYCOMPONENTDEPG "plot-Assembly-Component-Dependency-Graph"
public static final String CMD_OPT_NAME_TASK_PLOTASSEMBLYOPERATIONDEPG "plot-Assembly-Operation-Dependency-Graph"
public static final String CMD_OPT_NAME_TASK_PLOTASSEMBLYSEQDS "plot-Assembly-Sequence-Diagrams"
public static final String CMD_OPT_NAME_TASK_PLOTCALLTREES "plot-Call-Trees"
public static final String CMD_OPT_NAME_TASK_PLOTCONTAINERDEPG "plot-Container-Dependency-Graph"
public static final String CMD_OPT_NAME_TASK_PRINTEXECTRACES "print-Execution-Traces"
public static final String CMD_OPT_NAME_TASK_PRINTINVALIDEXECTRACES "print-invalid-Execution-Traces"
public static final String CMD_OPT_NAME_TASK_PRINTMSGTRACES "print-Message-Traces"
public static final String CMD_OPT_NAME_TASK_PRINTSYSTEMMODEL "print-System-Model"
public static final String CMD_OPT_NAME_TRACE_COLORING "traceColoring"
public static final String COLORING_FILE_OPTION_NAME "color map file"
public static final String CONTAINER_DEPENDENCY_GRAPH_FN_PREFIX "containerDependencyGraph"
public static final String DATE_FORMAT_PATTERN "yyyyMMdd\'-\'HHmmss"
public static final char DECORATOR_SEPARATOR 44
public static final String DECORATORS_OPTION_NAME "responseTimes | responseTimes-ns | responseTimes-us | responseTimes-ms | responseTimes-s> <responseTimeColoring threshold(ms)"
public static final String DESCRIPTIONS_FILE_OPTION_NAME "descriptions file"
public static final String DOT_FILE_SUFFIX ".dot"
public static final String EVENTRECORDTRACERECONSTR_COMPONENT_NAME "Trace reconstruction (trace event records -> event record traces)"
public static final String EXEC_TRACE_RECONSTR_COMPONENT_NAME "Execution record transformation"
public static final String EXECEVENTRACESFROMEVENTTRACES_COMPONENT_NAME "Trace reconstruction (event records -> event record traces)"
public static final String EXECTRACESFROMEVENTTRACES_COMPONENT_NAME "Trace reconstruction (event record traces -> execution traces)"
public static final String EXECUTION_TRACES_FN_PREFIX "executionTraces"
public static final String INVALID_TRACES_FN_PREFIX "invalidTraceArtifacts"
public static final String MESSAGE_TRACES_FN_PREFIX "messageTraces"
public static final String PLOTAGGREGATEDALLOCATIONCALLTREE_COMPONENT_NAME "Aggregated call tree (deployment level)"
public static final String PLOTAGGREGATEDASSEMBLYCALLTREE_COMPONENT_NAME "Aggregated call tree (assembly level)"
public static final String PLOTALLOCATIONCOMPONENTDEPGRAPH_COMPONENT_NAME "Component dependency graph (deployment level)"
public static final String PLOTALLOCATIONOPERATIONDEPGRAPH_COMPONENT_NAME "Operation dependency graph (deployment level)"
public static final String PLOTALLOCATIONSEQDIAGR_COMPONENT_NAME "Sequence diagrams (deployment level)"
public static final String PLOTASSEMBLYCOMPONENTDEPGRAPH_COMPONENT_NAME "Component dependency graph (assembly level)"
public static final String PLOTASSEMBLYOPERATIONDEPGRAPH_COMPONENT_NAME "Operation dependency graph (assembly level)"
public static final String PLOTASSEMBLYSEQDIAGR_COMPONENT_NAME "Sequence diagrams (assembly level)"
public static final String PLOTCALLTREE_COMPONENT_NAME "Trace call trees"
public static final String PLOTCONTAINERDEPGRAPH_COMPONENT_NAME "Container dependency graph"
public static final String PRINTEXECTRACE_COMPONENT_NAME "Print execution traces"
public static final String PRINTINVALIDEXECTRACE_COMPONENT_NAME "Print invalid execution traces"
public static final String PRINTMSGTRACE_COMPONENT_NAME "Print message traces"
public static final String RESPONSE_TIME_COLORING_DECORATOR_FLAG "responseTimeColoring"
public static final String RESPONSE_TIME_DECORATOR_FLAG "responseTimes"
public static final String RESPONSE_TIME_DECORATOR_FLAG_MS "responseTimes-ms"
public static final String RESPONSE_TIME_DECORATOR_FLAG_NS "responseTimes-ns"
public static final String RESPONSE_TIME_DECORATOR_FLAG_S "responseTimes-s"
public static final String RESPONSE_TIME_DECORATOR_FLAG_US "responseTimes-us"
public static final String TRACE_ALLOCATION_EQUIV_CLASSES_FN_PREFIX "traceDeploymentEquivClasses"
public static final String TRACE_ASSEMBLY_EQUIV_CLASSES_FN_PREFIX "traceAssemblyEquivClasses"
public static final String TRACEALLOCATIONEQUIVCLASS_COMPONENT_NAME "Trace equivalence class filter (deployment mode)"
public static final String TRACEASSEMBLYEQUIVCLASS_COMPONENT_NAME "Trace equivalence class filter (assembly mode)"
public static final String TRACERECONSTR_COMPONENT_NAME "Trace reconstruction (execution records -> execution traces)"

kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
public static final String INPUT_PORT_NAME_MESSAGE_TRACES "messageTraces"

kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
public static final String CONFIG_PROPERTY_VALUE_VERBOSE "false"
public static final String REPOSITORY_PORT_NAME_SYSTEM_MODEL "systemModelRepository"

kieker.tools.traceAnalysis.filter.IGraphOutputtingFilter<G extends AbstractGraph<?,?,?>>
public static final String OUTPUT_PORT_NAME_GRAPH "graphs"

kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionRecordTransformationFilter
public static final String INPUT_PORT_NAME_RECORDS "operationExecutionRecords"
public static final String OUTPUT_PORT_NAME_EXECUTIONS "transformedExecutions"

kieker.tools.traceAnalysis.filter.flow.EventRecordTraceCounter
public static final String CONFIG_PROPERTY_NAME_LOG_INVALID "logInvalidTraces"
public static final String INPUT_PORT_NAME_INVALID "invalidEventRecordTraces"
public static final String INPUT_PORT_NAME_VALID "validEventRecordTraces"

kieker.tools.traceAnalysis.filter.flow.TraceEventRecords2ExecutionAndMessageTraceFilter
public static final String CONFIG_ENHANCE_CALL_DETECTION "enhanceCallDetection"
public static final String CONFIG_ENHANCE_JAVA_CONSTRUCTORS "enhanceJavaConstructors"
public static final String CONFIG_IGNORE_ASSUMED "ignoreAssumed"
public static final String INPUT_PORT_NAME_EVENT_TRACE "traceEvents"
public static final String OUTPUT_PORT_NAME_EXECUTION_TRACE "executionTrace"
public static final String OUTPUT_PORT_NAME_INVALID_EXECUTION_TRACE "invalidTrace"
public static final String OUTPUT_PORT_NAME_MESSAGE_TRACE "messageTrace"

kieker.tools.traceAnalysis.filter.sessionReconstruction.SessionReconstructionFilter
public static final String CONFIG_PROPERTY_NAME_MAX_THINK_TIME "maxThinkTime"
public static final String CONFIG_PROPERTY_NAME_TIMEUNIT "timeunit"
public static final String CONFIG_PROPERTY_VALUE_MAX_THINK_TIME "9223372036854775807"
public static final String CONFIG_PROPERTY_VALUE_TIMEUNIT "NANOSECONDS"
public static final String INPUT_PORT_NAME_EXECUTION_TRACES "executionTraces"
public static final String OUTPUT_PORT_NAME_EXECUTION_TRACE_SESSIONS "executionTraceSessions"

kieker.tools.traceAnalysis.filter.systemModel.SystemModel2FileFilter
public static final String CONFIG_PROPERTY_NAME_HTML_OUTPUT_FN "outputFnHtml"

kieker.tools.traceAnalysis.filter.traceFilter.TraceEquivalenceClassFilter
public static final String CONFIG_PROPERTY_NAME_EQUIVALENCE_MODE "equivalenceMode"
public static final String INPUT_PORT_NAME_EXECUTION_TRACE "executionTraces"
public static final String OUTPUT_PORT_NAME_EXECUTION_TRACE_REPRESENTATIVES "executionTraceRepresentatives"
public static final String OUTPUT_PORT_NAME_MESSAGE_TRACE_REPRESENTATIVES "messageTraceRepresentatives"

kieker.tools.traceAnalysis.filter.traceReconstruction.TraceReconstructionFilter
public static final String CONFIG_PROPERTY_NAME_IGNORE_INVALID_TRACES "ignoreInvalidTraces"
public static final String CONFIG_PROPERTY_NAME_MAX_TRACE_DURATION "maxTraceDuration"
public static final String CONFIG_PROPERTY_NAME_TIMEUNIT "timeunit"
public static final String CONFIG_PROPERTY_VALUE_MAX_TRACE_DURATION "9223372036854775807"
public static final String CONFIG_PROPERTY_VALUE_TIMEUNIT "NANOSECONDS"
public static final String INPUT_PORT_NAME_EXECUTIONS "executions"
public static final String OUTPUT_PORT_NAME_EXECUTION_TRACE "executionTraces"
public static final String OUTPUT_PORT_NAME_INVALID_EXECUTION_TRACE "invalidExecutionTraces"
public static final String OUTPUT_PORT_NAME_MESSAGE_TRACE "messageTraces"

kieker.tools.traceAnalysis.filter.traceWriter.ExecutionTraceWriterFilter
public static final String CONFIG_PROPERTY_NAME_OUTPUT_FN "outputFn"
public static final String INPUT_PORT_NAME_EXECUTION_TRACES "executionTraces"

kieker.tools.traceAnalysis.filter.traceWriter.InvalidExecutionTraceWriterFilter
public static final String CONFIG_PROPERTY_NAME_OUTPUT_FN "outputFn"
public static final String INPUT_PORT_NAME_INVALID_EXECUTION_TRACES "invalidExecutionTraces"

kieker.tools.traceAnalysis.filter.traceWriter.MessageTraceWriterFilter
public static final String CONFIG_PROPERTY_NAME_OUTPUT_FN "outputFn"

kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter<G extends AbstractGraph<V,E,O>,V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>
public static final String INPUT_PORT_NAME_GRAPH "graphs"

kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin
public static final String CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS "includeWeights"
public static final String CONFIG_PROPERTY_NAME_OUTPUT_FILE_NAME "dotOutputFn"
public static final String CONFIG_PROPERTY_NAME_OUTPUT_PATH_NAME "outputPath"
public static final String CONFIG_PROPERTY_NAME_SELFLOOPS "selfLoops"
public static final String CONFIG_PROPERTY_NAME_SHORTLABELS "shortLabels"
public static final String INPUT_PORT_NAME_GRAPHS "inputGraph"

kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter<T>
public static final String CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS "includeWeights"
public static final String CONFIG_PROPERTY_NAME_OUTPUT_FILENAME "dotOutputFn"
public static final String CONFIG_PROPERTY_NAME_SHORT_LABELS "shortLabels"
public static final String CONFIG_PROPERTY_VALUE_INCLUDE_WEIGHTS_DEFAULT "true"
public static final String CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT "calltree.dot"
public static final String CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT "true"

kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeFilter
public static final String CONFIG_PROPERTY_NAME_OUTPUT_FILENAME "dotOutputFn"
public static final String CONFIG_PROPERTY_NAME_SHORT_LABELS "shortLabels"
public static final String CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT "traceCalltree.dot"
public static final String CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT "true"

kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.DependencyGraphNode<T extends ISystemModelElement>
public static final int ROOT_NODE_ID 0

kieker.tools.traceAnalysis.filter.visualization.descriptions.DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O>
public static final String DESCRIPTION_REPOSITORY_PORT_NAME "descriptionRepository"

kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter
public static final String CONFIG_PROPERTY_NAME_OUTPUT_FN_BASE "filename"
public static final String CONFIG_PROPERTY_NAME_OUTPUT_SDMODE "SDMode"
public static final String CONFIG_PROPERTY_NAME_OUTPUT_SHORTLABES "shortLabels"
public static final String CONFIG_PROPERTY_VALUE_OUTPUT_FN_BASE_DEFAULT "SequenceDiagram"

kieker.tools.traceAnalysis.filter.visualization.traceColoring.TraceColoringFilter<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>>
public static final String COLOR_REPOSITORY_PORT_NAME "colorRepository"

kieker.tools.traceAnalysis.filter.visualization.util.dot.DotFactory
public static final String DOT_ARROWHEAD_OPEN "open"
public static final double DOT_DEFAULT_FONTSIZE 0.0
public static final String DOT_DOT_RANKDIR_LR "LR"
public static final String DOT_FILLCOLOR_GRAY "gray"
public static final String DOT_FILLCOLOR_WHITE "white"
public static final String DOT_SHAPE_BOX "box"
public static final String DOT_SHAPE_BOX3D "box3d"
public static final String DOT_SHAPE_NONE "none"
public static final String DOT_SHAPE_OVAL "oval"
public static final String DOT_STYLE_DASHED "dashed"
public static final String DOT_STYLE_FILLED "filled"
public static final String DOT_STYLE_SOLID "solid"

kieker.tools.traceAnalysis.repository.DescriptionRepository
public static final String CONFIG_PROPERTY_NAME_DESCRIPTION_FILE_NAME "descriptionFileName"

kieker.tools.traceAnalysis.repository.TraceColorRepository
public static final String CONFIG_PROPERTY_NAME_TRACE_COLOR_FILE_NAME "traceColorFileName"

kieker.tools.traceAnalysis.systemModel.AbstractTrace
public static final String DEFAULT_SESSION_ID "N/A"
public static final String NO_TRACE_ID "N/A"

kieker.tools.traceAnalysis.systemModel.Execution
public static final String NO_SESSION_ID "<NOSESSIONID>"

kieker.tools.traceAnalysis.systemModel.Operation
public static final int ROOT_OPERATION_ID 0

kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
public static final int ROOT_ELEMENT_ID 0

kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
public static final String ROOT_NODE_LABEL "\'Entry\'"

kieker.tools.tslib.ITimeSeries<T>
public static final int INFINITE_CAPACITY -1


Kieker 1.10

Copyright 2014 Kieker Project, http://kieker-monitoring.net