kieker.common.record.flow.trace.concurrency.monitor
Class MonitorRequestEvent
java.lang.Object
  
kieker.common.record.AbstractMonitoringRecord
      
kieker.common.record.flow.AbstractEvent
          
kieker.common.record.flow.trace.AbstractTraceEvent
              
kieker.common.record.flow.trace.concurrency.monitor.AbstractMonitorEvent
                  
kieker.common.record.flow.trace.concurrency.monitor.MonitorRequestEvent
- All Implemented Interfaces: 
 - Serializable, Comparable<IMonitoringRecord>, IEventRecord, IFlowRecord, ITraceRecord, IMonitoringRecord, IMonitoringRecord.BinaryFactory, IMonitoringRecord.Factory
 
public class MonitorRequestEvent
- extends AbstractMonitorEvent
 
- Since:
 
  - 1.8
 
- Author:
 
  - Jan Waller
 
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
 
 
| Methods inherited from class kieker.common.record.AbstractMonitoringRecord | 
checkArray, classForName, compareTo, createFromArray, createFromByteBuffer, createFromStringArray, equals, fromStringArrayToTypedArray, getLoggingTimestamp, hashCode, setLoggingTimestamp, toString, typesForClass | 
 
 
 
 
SIZE
public static final int SIZE
- See Also:
 - Constant Field Values
 
TYPES
public static final Class<?>[] TYPES
MonitorRequestEvent
public MonitorRequestEvent(long timestamp,
                           long traceId,
                           int orderIndex,
                           int lockId)
- This constructor uses the given parameters to initialize the fields of this record.
- Parameters:
 timestamp - The timestamp.traceId - The trace ID.orderIndex - the order index.lockId - The lock ID.
 
MonitorRequestEvent
public MonitorRequestEvent(Object[] values)
- This constructor uses the given array to initialize the fields of this record.
- Parameters:
 values - The values for the record.
 
MonitorRequestEvent
public MonitorRequestEvent(ByteBuffer buffer,
                           IRegistry<String> stringRegistry)
                    throws BufferUnderflowException
- This constructor converts the given array into a record.
- Parameters:
 buffer - The bytes for the record.
- Throws:
 BufferUnderflowException - if buffer not sufficient
 
Copyright 2013 Kieker Project, http://kieker-monitoring.net>