Modifier and Type | Class and Description |
---|---|
class |
DeserializerStringRegistry
Rudimentary string registry for use by the binary format decoder.
|
Modifier and Type | Method and Description |
---|---|
void |
IMonitoringRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Deprecated.
since 1.13 (to be removed in 1.14): Is unnecessary when using the new, serializer-based output.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationExecutionRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
BranchingRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
Modifier and Type | Method and Description |
---|---|
void |
AfterThreadBasedEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
BeforeThreadBasedEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
AfterFailedThreadBasedEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
Modifier and Type | Method and Description |
---|---|
void |
TraceMetadata.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
ConstructionEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
Modifier and Type | Method and Description |
---|---|
void |
SplitEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
JoinEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
Modifier and Type | Method and Description |
---|---|
void |
MonitorExitEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
MonitorWaitEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
MonitorNotifyAllEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
MonitorNotifyEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
MonitorRequestEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
MonitorEntryEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
Modifier and Type | Method and Description |
---|---|
void |
AfterOperationEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
CallOperationEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
AfterOperationFailedEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
BeforeOperationEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
Modifier and Type | Method and Description |
---|---|
void |
BeforeConstructorEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
AfterConstructorEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
CallConstructorEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
AfterConstructorFailedEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
Modifier and Type | Method and Description |
---|---|
void |
AfterConstructorObjectEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
AfterConstructorFailedObjectEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
BeforeConstructorObjectInterfaceEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
CallConstructorObjectEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
BeforeConstructorObjectEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
Modifier and Type | Method and Description |
---|---|
void |
AfterOperationObjectEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
CallOperationObjectEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
BeforeOperationObjectInterfaceEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
BeforeOperationObjectEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
AfterOperationFailedObjectEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
Modifier and Type | Method and Description |
---|---|
static DefaultValueSerializer |
DefaultValueSerializer.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry) |
static DefaultValueDeserializer |
DefaultValueDeserializer.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry) |
Constructor and Description |
---|
DefaultValueDeserializer(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry) |
DefaultValueSerializer(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
UptimeRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
ThreadsStatusRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
MemoryRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
CompilationRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
ClassLoadingRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
GCRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
Modifier and Type | Method and Description |
---|---|
void |
RegistryRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
HostApplicationMetaData.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
EmptyRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
KiekerMetadataRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
ThreadMetaData.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
TimestampRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
Modifier and Type | Method and Description |
---|---|
void |
ResourceUtilizationRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
DiskUsageRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
NetworkUtilizationRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
MemSwapUsageRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
CPUUtilizationRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
LoadAverageRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
Modifier and Type | Interface and Description |
---|---|
interface |
ILookup<E>
A generic interface to query registered unique IDs of objects.
|
Modifier and Type | Class and Description |
---|---|
class |
Lookup<E> |
class |
Registry<E>
A simple registry to assign unique ids to objects.
|
Modifier and Type | Class and Description |
---|---|
class |
GetValueAdapter<E>
Represents an adaptor from the new ReaderRegistry to the legacy IRegistry interface.
|
Modifier and Type | Class and Description |
---|---|
class |
GetIdAdapter<E>
This adapter allows to use the new WriterRegistry with the legacy IRegistry in
AbstractMonitoringRecord.serialize(..) . |
class |
RegisterAdapter<E> |
Modifier and Type | Method and Description |
---|---|
void |
AggregationWindow.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
StorableDetectionResult.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
ExtendedStorableDetectionResult.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
NamedTSPoint.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
void |
NamedDoubleRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given
stringRegistry . |
Copyright 2017 Kieker Project, http://kieker-monitoring.net