public abstract class SimpleTemporalMapper extends AMapper implements ISimpleTemporalMapper
IMapper.Language| Constructor and Description |
|---|
SimpleTemporalMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getFirstProperty(String expression)
Extracts first property (beginDate) from metric expression.
|
protected String |
getSecondProperty(String expression)
Extracts second property (machineID) from metric expression.
|
protected TreeMap<String,Set<Instance>> |
orderByBeginDate(ACache cache,
String expression,
String kbType)
Orders a cache of instances based on their begin date property.
|
getUriToUriMapping, getUriToUriMapping, getValueToUriMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMapping, getMappingSizeApproximation, getName, getRuntimeApproximationprotected String getFirstProperty(String expression)
expression, - The metric expressionprotected String getSecondProperty(String expression)
expression, - The metric expressionprotected TreeMap<String,Set<Instance>> orderByBeginDate(ACache cache, String expression, String kbType)
cache, - the cache of instancesexpression, - the metric expressionkbType, - source or targetCopyright © 2018. All rights reserved.