Uses of Interface
kieker.common.record.io.IValueSerializer
| Package | Description |
|---|---|
| kieker.common.record |
Copyright 2022 Kieker Project (https://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.common.record.controlflow | |
| kieker.common.record.database | |
| kieker.common.record.flow.thread | |
| kieker.common.record.flow.trace | |
| kieker.common.record.flow.trace.concurrency | |
| kieker.common.record.flow.trace.concurrency.monitor | |
| kieker.common.record.flow.trace.operation | |
| kieker.common.record.flow.trace.operation.constructor | |
| kieker.common.record.flow.trace.operation.constructor.object | |
| kieker.common.record.flow.trace.operation.object | |
| kieker.common.record.io |
Copyright 2022 Kieker Project (https://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.common.record.jvm | |
| kieker.common.record.misc |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.common.record.remotecontrol | |
| kieker.common.record.session | |
| kieker.common.record.system | |
| kieker.extension.cassandra | |
| kieker.monitoring.writer.filesystem |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of IValueSerializer in kieker.common.record
Methods in kieker.common.record with parameters of type IValueSerializer Modifier and Type Method Description voidIMonitoringRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.controlflow
Methods in kieker.common.record.controlflow with parameters of type IValueSerializer Modifier and Type Method Description voidBranchingRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidOperationExecutionRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.database
Methods in kieker.common.record.database with parameters of type IValueSerializer Modifier and Type Method Description voidAfterDatabaseEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidBeforeDatabaseEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidDatabaseFailedEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.flow.thread
Methods in kieker.common.record.flow.thread with parameters of type IValueSerializer Modifier and Type Method Description voidAfterFailedThreadBasedEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidAfterThreadBasedEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidBeforeThreadBasedEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.flow.trace
Methods in kieker.common.record.flow.trace with parameters of type IValueSerializer Modifier and Type Method Description voidApplicationTraceMetadata. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidBeforeReceivedRemoteEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidBeforeSentRemoteEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidConstructionEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidTraceMetadata. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.flow.trace.concurrency
Methods in kieker.common.record.flow.trace.concurrency with parameters of type IValueSerializer Modifier and Type Method Description voidJoinEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidSplitEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.flow.trace.concurrency.monitor
Methods in kieker.common.record.flow.trace.concurrency.monitor with parameters of type IValueSerializer Modifier and Type Method Description voidMonitorEntryEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidMonitorExitEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidMonitorNotifyAllEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidMonitorNotifyEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidMonitorRequestEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidMonitorWaitEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.flow.trace.operation
Methods in kieker.common.record.flow.trace.operation with parameters of type IValueSerializer Modifier and Type Method Description voidAfterOperationEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidAfterOperationFailedEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidBeforeOperationEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidCallOperationEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidEntryLevelBeforeOperationEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.flow.trace.operation.constructor
Methods in kieker.common.record.flow.trace.operation.constructor with parameters of type IValueSerializer Modifier and Type Method Description voidAfterConstructorEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidAfterConstructorFailedEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidBeforeConstructorEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidCallConstructorEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.flow.trace.operation.constructor.object
Methods in kieker.common.record.flow.trace.operation.constructor.object with parameters of type IValueSerializer Modifier and Type Method Description voidAfterConstructorFailedObjectEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidAfterConstructorObjectEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidBeforeConstructorObjectEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidBeforeConstructorObjectInterfaceEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidCallConstructorObjectEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.flow.trace.operation.object
Methods in kieker.common.record.flow.trace.operation.object with parameters of type IValueSerializer Modifier and Type Method Description voidAfterOperationFailedObjectEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidAfterOperationObjectEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidBeforeOperationObjectEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidBeforeOperationObjectInterfaceEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidCallOperationObjectEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidEntryLevelBeforeOperationObjectEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.io
Classes in kieker.common.record.io that implement IValueSerializer Modifier and Type Class Description classBinaryValueSerializerDefault value serializer implementation.classTextValueSerializerText value serializer implementation. -
Uses of IValueSerializer in kieker.common.record.jvm
Methods in kieker.common.record.jvm with parameters of type IValueSerializer Modifier and Type Method Description voidClassLoadingRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidCompilationRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidGCRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidMemoryRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidThreadsStatusRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidUptimeRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.misc
Methods in kieker.common.record.misc with parameters of type IValueSerializer Modifier and Type Method Description voidEmptyRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidHostApplicationMetaData. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidKiekerMetadataRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidOperationCallEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidRegistryRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidThreadMetaData. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidTimestampRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.remotecontrol
Methods in kieker.common.record.remotecontrol with parameters of type IValueSerializer Modifier and Type Method Description voidActivationEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidActivationParameterEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidAddParameterValueEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidDeactivationEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidRemoveParameterValueEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidUpdateParameterEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.session
Methods in kieker.common.record.session with parameters of type IValueSerializer Modifier and Type Method Description voidSessionEndEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidSessionStartEvent. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.common.record.system
Methods in kieker.common.record.system with parameters of type IValueSerializer Modifier and Type Method Description voidCPUUtilizationRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidDiskUsageRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidLoadAverageRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidMemSwapUsageRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidNetworkUtilizationRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer.voidResourceUtilizationRecord. serialize(IValueSerializer serializer)This method serializes this record using the given serializer. -
Uses of IValueSerializer in kieker.extension.cassandra
Classes in kieker.extension.cassandra that implement IValueSerializer Modifier and Type Class Description classCassandraValueSerializer -
Uses of IValueSerializer in kieker.monitoring.writer.filesystem
Fields in kieker.monitoring.writer.filesystem declared as IValueSerializer Modifier and Type Field Description protected IValueSerializerAbstractLogStreamHandler. serializer