kieker.common.record.flow.trace.concurrency.monitor
Class MonitorEntryEvent
java.lang.Object
   kieker.common.record.AbstractMonitoringRecord
kieker.common.record.AbstractMonitoringRecord
       kieker.common.record.flow.AbstractEvent
kieker.common.record.flow.AbstractEvent
           kieker.common.record.flow.trace.AbstractTraceEvent
kieker.common.record.flow.trace.AbstractTraceEvent
               kieker.common.record.flow.trace.concurrency.monitor.AbstractMonitorEvent
kieker.common.record.flow.trace.concurrency.monitor.AbstractMonitorEvent
                   kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
kieker.common.record.flow.trace.concurrency.monitor.MonitorEntryEvent
- All Implemented Interfaces: 
- Serializable, Comparable<IMonitoringRecord>, IEventRecord, IFlowRecord, ITraceRecord, IMonitoringRecord, IMonitoringRecord.BinaryFactory, IMonitoringRecord.Factory
- public class MonitorEntryEvent 
- extends AbstractMonitorEvent
- Since:
- 1.8
- Author:
- Jan Waller
- See Also:
- Serialized Form
 
 
 
 
| Constructor Summary | 
| MonitorEntryEvent(ByteBuffer buffer,
                  IRegistry<String> stringRegistry)This constructor converts the given array into a record.
 | 
| MonitorEntryEvent(long timestamp,
                  long traceId,
                  int orderIndex,
                  int lockId)This constructor uses the given parameters to initialize the fields of this record.
 | 
| MonitorEntryEvent(Object[] values)This constructor uses the given array to initialize the fields of this record.
 | 
 
 
 
 
 
| 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
MonitorEntryEvent
public MonitorEntryEvent(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.
 
MonitorEntryEvent
public MonitorEntryEvent(Object[] values)
- This constructor uses the given array to initialize the fields of this record.
 
- Parameters:
- values- The values for the record.
 
MonitorEntryEvent
public MonitorEntryEvent(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 2014 Kieker Project, http://kieker-monitoring.net>