@Singleton public class LogicalTableDictionary extends LinkedHashMap<TableIdentifier,LogicalTable>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
LogicalTableDictionary() |
Modifier and Type | Method and Description |
---|---|
List<LogicalTable> |
findByDimension(Dimension dimension)
Get the logical tables for which the given logical dimension is valid.
|
List<LogicalTable> |
findByLogicalMetric(LogicalMetric logicalMetric)
Get the logical tables for which the given logical metric is valid.
|
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
public List<LogicalTable> findByLogicalMetric(LogicalMetric logicalMetric)
logicalMetric
- Logical Metric to look up Logical Tables bypublic List<LogicalTable> findByDimension(Dimension dimension)
dimension
- Dimension to look up Logical Tables byCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.