Uses of Class
org.apache.druid.catalog.model.TableId
-
Packages that use TableId Package Description org.apache.druid.catalog.model org.apache.druid.catalog.model.table -
-
Uses of TableId in org.apache.druid.catalog.model
Methods in org.apache.druid.catalog.model that return TableId Modifier and Type Method Description static TableIdTableId. datasource(String name)static TableIdTableId. external(String name)TableIdTableMetadata. id()static TableIdTableId. of(String schema, String table)Methods in org.apache.druid.catalog.model with parameters of type TableId Modifier and Type Method Description static TableMetadataTableMetadata. empty(TableId id)static TableMetadataTableMetadata. forUpdate(TableId id, long updateTime, TableSpec spec)static TableMetadataTableMetadata. newTable(TableId id, TableSpec spec)static TableMetadataTableMetadata. of(TableId id, TableSpec spec)Constructors in org.apache.druid.catalog.model with parameters of type TableId Constructor Description TableMetadata(TableId tableId, long creationTime, long updateTime, TableMetadata.TableState state, TableSpec spec) -
Uses of TableId in org.apache.druid.catalog.model.table
Methods in org.apache.druid.catalog.model.table with parameters of type TableId Modifier and Type Method Description static TableBuilderTableBuilder. copyOf(TableId newId, TableSpec from)static TableBuilderTableBuilder. of(TableId id, TableDefn defn)Constructors in org.apache.druid.catalog.model.table with parameters of type TableId Constructor Description TableBuilder(TableId id, String tableType)
-