Package io.nosqlbench.api.metadata
Interface ScenarioMetadataAware
public interface ScenarioMetadataAware
Where supported, the following named fields are injected into object which
implement this interface:
- SCENARIO_NAME - The full scenario name, used for logging, metrics, etc
- STARTED_AT_MILLIS - The millisecond timestamp used to create the scenario name
- SYSTEM_ID - A stable identifier based on the available ip addresses
- SYSTEM_FINGERPRINT - a stable and pseudonymous identifier based on SYSTEM_ID
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidapply(Object target, ScenarioMetadata metadata) voidsetScenarioMetadata(ScenarioMetadata metadata)
-
Method Details
-
setScenarioMetadata
-
apply
-