| 
Kieker 1.12 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MonitoringRecordException | |
|---|---|
| kieker.common.record | |
| Uses of MonitoringRecordException in kieker.common.record | 
|---|
| Methods in kieker.common.record that throw MonitoringRecordException | |
|---|---|
static java.lang.Class<? extends IMonitoringRecord> | 
AbstractMonitoringRecord.classForName(java.lang.String classname)
This method tries to find a monitoring record class with the given name.  | 
static IMonitoringRecord | 
AbstractMonitoringRecord.createFromArray(java.lang.Class<? extends IMonitoringRecord> clazz,
                java.lang.Object[] values)
This method creates a new monitoring record from the given data.  | 
static IMonitoringRecord | 
AbstractMonitoringRecord.createFromArray(java.lang.String recordClassName,
                java.lang.Object[] values)
 | 
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)
 | 
static IMonitoringRecord | 
AbstractMonitoringRecord.createFromStringArray(java.lang.Class<? extends IMonitoringRecord> clazz,
                      java.lang.String[] values)
This method creates a new monitoring record from the given data encoded in strings.  | 
static java.lang.Class<?>[] | 
AbstractMonitoringRecord.typesForClass(java.lang.Class<? extends IMonitoringRecord> clazz)
This method delivers the types array of the given class, either by finding the declared field (in case of a factory record) or via the getValueTypes
 method. | 
  | 
Kieker 1.12 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||