Package | Description |
---|---|
kieker.common.record |
Copyright 2020 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 2020 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 2020 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.system | |
kieker.monitoring.writer.filesystem |
Modifier and Type | Method and Description |
---|---|
void |
IMonitoringRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
BranchingRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
OperationExecutionRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
AfterDatabaseEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
BeforeDatabaseEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
DatabaseFailedEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
BeforeThreadBasedEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
AfterThreadBasedEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
AfterFailedThreadBasedEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
ConstructionEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
BeforeSentRemoteEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
TraceMetadata.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
ApplicationTraceMetadata.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
BeforeReceivedRemoteEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
SplitEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
JoinEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
MonitorExitEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
MonitorWaitEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
MonitorRequestEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
MonitorNotifyAllEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
MonitorEntryEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
MonitorNotifyEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
AfterOperationEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
AfterOperationFailedEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
BeforeOperationEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
CallOperationEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
AfterConstructorEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
BeforeConstructorEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
CallConstructorEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
AfterConstructorFailedEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
AfterConstructorFailedObjectEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
BeforeConstructorObjectEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
AfterConstructorObjectEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
CallConstructorObjectEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
BeforeConstructorObjectInterfaceEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
AfterOperationFailedObjectEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
CallOperationObjectEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
BeforeOperationObjectEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
AfterOperationObjectEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
BeforeOperationObjectInterfaceEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryValueSerializer
Default value serializer implementation.
|
class |
TextValueSerializer
Text value serializer implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
GCRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
CompilationRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
MemoryRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
ClassLoadingRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
UptimeRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
ThreadsStatusRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
EmptyRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
HostApplicationMetaData.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
ThreadMetaData.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
TimestampRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
KiekerMetadataRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateParameterEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
ActivationEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
ActivationParameterEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
RemoveParameterValueEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
AddParameterValueEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
DeactivationEvent.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
MemSwapUsageRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
CPUUtilizationRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
NetworkUtilizationRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
DiskUsageRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
LoadAverageRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
void |
ResourceUtilizationRecord.serialize(IValueSerializer serializer)
This method serializes this record using the given serializer.
|
Modifier and Type | Field and Description |
---|---|
protected IValueSerializer |
AbstractLogStreamHandler.serializer |
Copyright 2020 Kieker Project, http://kieker-monitoring.net