Modifier and Type | Method and Description |
---|---|
static ApiMetricName |
ApiMetricName.of(String name)
Wrap a string in an anonymous instance of ApiMetricName.
|
Modifier and Type | Method and Description |
---|---|
TableGroup |
BaseTableLoader.buildDimensionSpanningTableGroup(Set<ApiMetricName> apiMetrics,
Set<FieldName> druidMetrics,
Set<PhysicalTableDefinition> tableDefinitions,
ResourceDictionaries dictionaries)
Deprecated.
does not load table with external dependency, use the other buildDimensionSpanningTableGroup instead
|
TableGroup |
BaseTableLoader.buildDimensionSpanningTableGroup(Set<TableName> currentTableGroupTableNames,
Set<PhysicalTableDefinition> tableDefinitions,
ResourceDictionaries dictionaries,
Set<ApiMetricName> apiMetrics)
Builds a table group that derive its dimensions by taking the union of all the underlying physical dimensions.
|
TableGroup |
BaseTableLoader.buildTableGroup(String logicalTableName,
Set<ApiMetricName> apiMetrics,
Set<FieldName> druidMetrics,
Set<PhysicalTableDefinition> tableDefinitions,
ResourceDictionaries dictionaries)
Deprecated.
logicalTableName is not used in TableGroup, use buildDimensionSpanningTableGroup instead
|
Modifier and Type | Method and Description |
---|---|
Set<ApiMetricName> |
TableGroup.getApiMetricNames()
Getter for the api metric names on this group.
|
Constructor and Description |
---|
TableGroup(LinkedHashSet<PhysicalTable> tables,
Set<ApiMetricName> apiMetricNames)
Deprecated.
TableGroup should not be deriving its dimensions from physical tables, because a logical table may
only surface a subset of the dimensions on its PhysicalTable
|
TableGroup(LinkedHashSet<PhysicalTable> tables,
Set<ApiMetricName> apiMetricNames,
Set<Dimension> dimensions)
Builds a TableGroup.
|
Modifier and Type | Class and Description |
---|---|
class |
FiliApiMetricName
Holds a metric name which is stored in fili.
|
Modifier and Type | Class and Description |
---|---|
class |
WikiApiMetricName
Hold the list of API metric names.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.