Class IndexController.LogicIndicesRegister
- java.lang.Object
-
- org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.IndexController.LogicIndicesRegister
-
- Enclosing class:
- IndexController
public static class IndexController.LogicIndicesRegister extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMETRIC_TABLE_NAMEThe metric table name in aggregation physical storage.static StringRECORD_TABLE_NAMEThe record table name in aggregation physical storage.
-
Constructor Summary
Constructors Constructor Description LogicIndicesRegister()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StringgetPhysicalColumnName(String modelName, String columnName)Deprecated.static List<ModelColumn>getPhysicalTableColumns(Model model)static StringgetPhysicalTableName(String logicName)static booleanisMergedTable(String logicName)static voidregisterRelation(Model model, String physicalName)
-
-
-
Field Detail
-
METRIC_TABLE_NAME
public static final String METRIC_TABLE_NAME
The metric table name in aggregation physical storage.- See Also:
- Constant Field Values
-
RECORD_TABLE_NAME
public static final String RECORD_TABLE_NAME
The record table name in aggregation physical storage.- See Also:
- Constant Field Values
-
-
Method Detail
-
isMergedTable
public static boolean isMergedTable(String logicName)
-
getPhysicalTableColumns
public static List<ModelColumn> getPhysicalTableColumns(Model model)
-
getPhysicalColumnName
@Deprecated public static String getPhysicalColumnName(String modelName, String columnName)
Deprecated.Get real physical column name by logic name. Warning: This is only used to solve the column has alias.
-
-