Kieker 1.12

Uses of Interface
kieker.common.util.registry.IRegistry

Packages that use IRegistry
kieker.common.record   
kieker.common.record.controlflow   
kieker.common.record.factory   
kieker.common.record.factory.old   
kieker.common.record.flow   
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.jvm   
kieker.common.record.misc   
kieker.common.record.system   
kieker.common.util.registry   
kieker.monitoring.core.controller   
kieker.tools.opad.record   
 

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.registerStrings(IRegistry<java.lang.String> stringRegistry)
          Registers the string attributes of the record at the given stringRegistry.
 void OperationExecutionRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
          Registers the string attributes of the record at the given stringRegistry.
 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 ConstructionEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
          Registers the string attributes of the record at the given stringRegistry.
 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.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.
 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.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 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 MonitorRequestEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
          Registers the string attributes of the record at the given stringRegistry.
 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.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 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 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.registerStrings(IRegistry<java.lang.String> stringRegistry)
          Registers the string attributes of the record at the given stringRegistry.
 void BeforeConstructorEvent.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 AfterConstructorEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
          Registers the string attributes of the record at the given stringRegistry.
 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.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 AfterConstructorObjectEvent.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 AfterConstructorFailedObjectEvent.registerStrings(IRegistry<java.lang.String> stringRegistry)
          Registers the string attributes of the record at the given stringRegistry.
 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.registerStrings(IRegistry<java.lang.String> stringRegistry)
          Registers the string attributes of the record at the given stringRegistry.
 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 BeforeOperationObjectEvent.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 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.registerStrings(IRegistry<java.lang.String> stringRegistry)
          Registers the string attributes of the record at the given stringRegistry.
 void UptimeRecord.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.
 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 MemoryRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
          Registers the string attributes of the record at the given stringRegistry.
 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 TimestampRecord.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 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
 LoadAverageRecord LoadAverageRecordFactory.create(java.nio.ByteBuffer buffer, IRegistry<java.lang.String> stringRegistry)
           
 NetworkUtilizationRecord NetworkUtilizationRecordFactory.create(java.nio.ByteBuffer buffer, IRegistry<java.lang.String> stringRegistry)
           
 ResourceUtilizationRecord ResourceUtilizationRecordFactory.create(java.nio.ByteBuffer buffer, IRegistry<java.lang.String> stringRegistry)
           
 DiskUsageRecord DiskUsageRecordFactory.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 LoadAverageRecord.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 NetworkUtilizationRecord.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 DiskUsageRecord.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.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.
 void NetworkUtilizationRecord.registerStrings(IRegistry<java.lang.String> stringRegistry)
          Registers the string attributes of the record at the given stringRegistry.
 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 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 LoadAverageRecord.writeBytes(java.nio.ByteBuffer buffer, IRegistry<java.lang.String> stringRegistry)
          This method should deliver an byte array containing the content of the record.
 void NetworkUtilizationRecord.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.
 void DiskUsageRecord.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.
DiskUsageRecord(java.nio.ByteBuffer buffer, IRegistry<java.lang.String> stringRegistry)
          This constructor converts the given array into a record.
LoadAverageRecord(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.
NetworkUtilizationRecord(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.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 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.
 void AggregationWindow.registerStrings(IRegistry<java.lang.String> stringRegistry)
          Registers the string attributes of the record at the given stringRegistry.
 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.12

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