|
Kieker 1.11 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IRegistry in kieker.common.record |
---|
Methods in kieker.common.record with parameters of type IRegistry | |
---|---|
static IMonitoringRecord |
AbstractMonitoringRecord.createFromByteBuffer(int clazzid,
java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method creates a new monitoring record from a byte buffer containing a serialized record. |
static IMonitoringRecord |
AbstractMonitoringRecord.createFromByteBuffer(java.lang.String recordClassName,
java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
void |
IMonitoringRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should initialize the record based on the given values. |
void |
IMonitoringRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
Registers the string attributes of the record at the given stringRegistry . |
void |
AbstractMonitoringRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
|
void |
IMonitoringRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
Uses of IRegistry in kieker.common.record.controlflow |
---|
Methods in kieker.common.record.controlflow with parameters of type IRegistry | |
---|---|
BranchingRecord |
BranchingRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
OperationExecutionRecord |
OperationExecutionRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
void |
BranchingRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
OperationExecutionRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
BranchingRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
OperationExecutionRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
Constructors in kieker.common.record.controlflow with parameters of type IRegistry | |
---|---|
BranchingRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
OperationExecutionRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
Uses of IRegistry in kieker.common.record.factory |
---|
Methods in kieker.common.record.factory with parameters of type IRegistry | |
---|---|
T |
IRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
Uses of IRegistry in kieker.common.record.factory.old |
---|
Methods in kieker.common.record.factory.old with parameters of type IRegistry | |
---|---|
IMonitoringRecord |
RecordFactoryWrapper.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
Uses of IRegistry in kieker.common.record.flow |
---|
Methods in kieker.common.record.flow with parameters of type IRegistry | |
---|---|
void |
AbstractEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
Constructors in kieker.common.record.flow with parameters of type IRegistry | |
---|---|
AbstractEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
Uses of IRegistry in kieker.common.record.flow.trace |
---|
Methods in kieker.common.record.flow.trace with parameters of type IRegistry | |
---|---|
TraceMetadata |
TraceMetadataFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
ConstructionEvent |
ConstructionEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
void |
TraceMetadata.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
AbstractTraceEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
ConstructionEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
TraceMetadata.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
ConstructionEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
Constructors in kieker.common.record.flow.trace with parameters of type IRegistry | |
---|---|
AbstractTraceEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
ConstructionEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
TraceMetadata(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
Uses of IRegistry in kieker.common.record.flow.trace.concurrency |
---|
Methods in kieker.common.record.flow.trace.concurrency with parameters of type IRegistry | |
---|---|
SplitEvent |
SplitEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
JoinEvent |
JoinEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
void |
SplitEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
JoinEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
SplitEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
JoinEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
Constructors in kieker.common.record.flow.trace.concurrency with parameters of type IRegistry | |
---|---|
JoinEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
SplitEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
Uses of IRegistry in kieker.common.record.flow.trace.concurrency.monitor |
---|
Methods in kieker.common.record.flow.trace.concurrency.monitor with parameters of type IRegistry | |
---|---|
MonitorExitEvent |
MonitorExitEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
MonitorRequestEvent |
MonitorRequestEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
MonitorWaitEvent |
MonitorWaitEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
MonitorNotifyEvent |
MonitorNotifyEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
MonitorEntryEvent |
MonitorEntryEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
MonitorNotifyAllEvent |
MonitorNotifyAllEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
void |
MonitorEntryEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
MonitorNotifyAllEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
AbstractMonitorEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
MonitorNotifyEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
MonitorExitEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
MonitorWaitEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
MonitorRequestEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
MonitorEntryEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
MonitorNotifyAllEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
MonitorNotifyEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
MonitorExitEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
MonitorWaitEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
MonitorRequestEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
Constructors in kieker.common.record.flow.trace.concurrency.monitor with parameters of type IRegistry | |
---|---|
AbstractMonitorEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
MonitorEntryEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
MonitorExitEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
MonitorNotifyAllEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
MonitorNotifyEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
MonitorRequestEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
MonitorWaitEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
Uses of IRegistry in kieker.common.record.flow.trace.operation |
---|
Methods in kieker.common.record.flow.trace.operation with parameters of type IRegistry | |
---|---|
CallOperationEvent |
CallOperationEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
AfterOperationFailedEvent |
AfterOperationFailedEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
BeforeOperationEvent |
BeforeOperationEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
AfterOperationEvent |
AfterOperationEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
void |
BeforeOperationEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
AfterOperationFailedEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
AfterOperationEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
AbstractOperationEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
CallOperationEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
BeforeOperationEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
AfterOperationFailedEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
AfterOperationEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
CallOperationEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
Constructors in kieker.common.record.flow.trace.operation with parameters of type IRegistry | |
---|---|
AbstractOperationEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
AfterOperationEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
AfterOperationFailedEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
BeforeOperationEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
CallOperationEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
Uses of IRegistry in kieker.common.record.flow.trace.operation.constructor |
---|
Methods in kieker.common.record.flow.trace.operation.constructor with parameters of type IRegistry | |
---|---|
BeforeConstructorEvent |
BeforeConstructorEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
AfterConstructorFailedEvent |
AfterConstructorFailedEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
CallConstructorEvent |
CallConstructorEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
AfterConstructorEvent |
AfterConstructorEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
void |
AfterConstructorFailedEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
BeforeConstructorEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
CallConstructorEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
AfterConstructorEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
AfterConstructorFailedEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
BeforeConstructorEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
CallConstructorEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
AfterConstructorEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
Constructors in kieker.common.record.flow.trace.operation.constructor with parameters of type IRegistry | |
---|---|
AfterConstructorEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
AfterConstructorFailedEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
BeforeConstructorEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
CallConstructorEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
Uses of IRegistry in kieker.common.record.flow.trace.operation.constructor.object |
---|
Methods in kieker.common.record.flow.trace.operation.constructor.object with parameters of type IRegistry | |
---|---|
BeforeConstructorObjectEvent |
BeforeConstructorObjectEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
AfterConstructorFailedObjectEvent |
AfterConstructorFailedObjectEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
CallConstructorObjectEvent |
CallConstructorObjectEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
AfterConstructorObjectEvent |
AfterConstructorObjectEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
BeforeConstructorObjectInterfaceEvent |
BeforeConstructorObjectInterfaceEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
void |
BeforeConstructorObjectEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
BeforeConstructorObjectInterfaceEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
AfterConstructorObjectEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
CallConstructorObjectEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
AfterConstructorFailedObjectEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
BeforeConstructorObjectEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
BeforeConstructorObjectInterfaceEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
AfterConstructorObjectEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
CallConstructorObjectEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
AfterConstructorFailedObjectEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
Constructors in kieker.common.record.flow.trace.operation.constructor.object with parameters of type IRegistry | |
---|---|
AfterConstructorFailedObjectEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
AfterConstructorObjectEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
BeforeConstructorObjectEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
BeforeConstructorObjectInterfaceEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
CallConstructorObjectEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
Uses of IRegistry in kieker.common.record.flow.trace.operation.object |
---|
Methods in kieker.common.record.flow.trace.operation.object with parameters of type IRegistry | |
---|---|
BeforeOperationObjectInterfaceEvent |
BeforeOperationObjectInterfaceEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
CallOperationObjectEvent |
CallOperationObjectEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
AfterOperationFailedObjectEvent |
AfterOperationFailedObjectEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
BeforeOperationObjectEvent |
BeforeOperationObjectEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
AfterOperationObjectEvent |
AfterOperationObjectEventFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
void |
AfterOperationFailedObjectEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
AfterOperationObjectEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
CallOperationObjectEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
BeforeOperationObjectEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
BeforeOperationObjectInterfaceEvent.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
AfterOperationFailedObjectEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
AfterOperationObjectEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
CallOperationObjectEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
BeforeOperationObjectEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
BeforeOperationObjectInterfaceEvent.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
Constructors in kieker.common.record.flow.trace.operation.object with parameters of type IRegistry | |
---|---|
AfterOperationFailedObjectEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
AfterOperationObjectEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
BeforeOperationObjectEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
BeforeOperationObjectInterfaceEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
CallOperationObjectEvent(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
Uses of IRegistry in kieker.common.record.jvm |
---|
Methods in kieker.common.record.jvm with parameters of type IRegistry | |
---|---|
GCRecord |
GCRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
UptimeRecord |
UptimeRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
ThreadsStatusRecord |
ThreadsStatusRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
MemoryRecord |
MemoryRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
CompilationRecord |
CompilationRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
ClassLoadingRecord |
ClassLoadingRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
void |
ThreadsStatusRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
AbstractJVMRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
UptimeRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
GCRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
CompilationRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
ClassLoadingRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
MemoryRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
ThreadsStatusRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
UptimeRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
GCRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
CompilationRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
ClassLoadingRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
MemoryRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
Constructors in kieker.common.record.jvm with parameters of type IRegistry | |
---|---|
AbstractJVMRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
ClassLoadingRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
CompilationRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
GCRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
MemoryRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
ThreadsStatusRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
UptimeRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
Uses of IRegistry in kieker.common.record.misc |
---|
Methods in kieker.common.record.misc with parameters of type IRegistry | |
---|---|
KiekerMetadataRecord |
KiekerMetadataRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
TimestampRecord |
TimestampRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
EmptyRecord |
EmptyRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
void |
RegistryRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
TimestampRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
EmptyRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
KiekerMetadataRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
RegistryRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
TimestampRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
EmptyRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
KiekerMetadataRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
Constructors in kieker.common.record.misc with parameters of type IRegistry | |
---|---|
EmptyRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
KiekerMetadataRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
RegistryRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
TimestampRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
Uses of IRegistry in kieker.common.record.system |
---|
Methods in kieker.common.record.system with parameters of type IRegistry | |
---|---|
ResourceUtilizationRecord |
ResourceUtilizationRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
MemSwapUsageRecord |
MemSwapUsageRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
CPUUtilizationRecord |
CPUUtilizationRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
void |
MemSwapUsageRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
CPUUtilizationRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
ResourceUtilizationRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
MemSwapUsageRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
CPUUtilizationRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
ResourceUtilizationRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
Constructors in kieker.common.record.system with parameters of type IRegistry | |
---|---|
CPUUtilizationRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
MemSwapUsageRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
ResourceUtilizationRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
Uses of IRegistry in kieker.common.util.registry |
---|
Subinterfaces of IRegistry in kieker.common.util.registry | |
---|---|
interface |
ILookup<E>
A generic interface to query registered unique IDs of objects. |
Classes in kieker.common.util.registry that implement IRegistry | |
---|---|
class |
Lookup<E>
|
class |
Registry<E>
A simple registry to assign unique ids to objects. |
Uses of IRegistry in kieker.monitoring.core.controller |
---|
Methods in kieker.monitoring.core.controller that return IRegistry | |
---|---|
IRegistry<java.lang.String> |
RegistryController.getStringRegistry()
Gets the used IRegistry |
IRegistry<java.lang.String> |
MonitoringController.getStringRegistry()
|
IRegistry<java.lang.String> |
IRegistryController.getStringRegistry()
Gets the used IRegistry |
Uses of IRegistry in kieker.tools.opad.record |
---|
Methods in kieker.tools.opad.record with parameters of type IRegistry | |
---|---|
NamedTSPoint |
NamedTSPointFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
ExtendedStorableDetectionResult |
ExtendedStorableDetectionResultFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
NamedDoubleRecord |
NamedDoubleRecordFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
StorableDetectionResult |
StorableDetectionResultFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
AggregationWindow |
AggregationWindowFactory.create(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
|
void |
ExtendedStorableDetectionResult.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
StorableDetectionResult.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
NamedTSPoint.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
NamedDoubleRecord.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
AggregationWindow.initFromBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
Deprecated. This record uses the IMonitoringRecord.BinaryFactory mechanism. Hence, this method is not implemented. |
void |
ExtendedStorableDetectionResult.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
StorableDetectionResult.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
NamedTSPoint.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
NamedDoubleRecord.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
void |
AggregationWindow.writeBytes(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This method should deliver an byte array containing the content of the record. |
Constructors in kieker.tools.opad.record with parameters of type IRegistry | |
---|---|
AggregationWindow(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
ExtendedStorableDetectionResult(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
NamedDoubleRecord(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
NamedTSPoint(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
StorableDetectionResult(java.nio.ByteBuffer buffer,
IRegistry<java.lang.String> stringRegistry)
This constructor converts the given array into a record. |
|
Kieker 1.11 | |||||||||
PREV NEXT | FRAMES NO FRAMES |