Interface IPayloadCharacterization
- All Superinterfaces:
java.lang.Comparable<IMonitoringRecord>
,IMonitoringRecord
,java.io.Serializable
- All Known Implementing Classes:
EntryLevelBeforeOperationEvent
,EntryLevelBeforeOperationObjectEvent
public interface IPayloadCharacterization extends IMonitoringRecord
- Since:
- 2.0.0
- Author:
- Reiner Jung
-
Method Summary
Modifier and Type Method Description java.lang.String[]
getParameters()
int
getRequestType()
java.lang.String[]
getValues()
Methods inherited from interface kieker.common.record.IMonitoringRecord
getLoggingTimestamp, getSize, getValueNames, getValueTypes, serialize, setLoggingTimestamp, toString
-
Method Details
-
getParameters
java.lang.String[] getParameters() -
getValues
java.lang.String[] getValues() -
getRequestType
int getRequestType()
-