@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, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic 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.