Uses of Class
org.apache.pinot.spi.config.table.TableType
-
Packages that use TableType Package Description org.apache.pinot.spi.config.table org.apache.pinot.spi.utils.builder -
-
Uses of TableType in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return TableType Modifier and Type Method Description TableTypeTableConfig. getTableType()static TableTypeTableType. valueOf(String name)Returns the enum constant of this type with the specified name.static TableType[]TableType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TableType in org.apache.pinot.spi.utils.builder
Methods in org.apache.pinot.spi.utils.builder that return TableType Modifier and Type Method Description static TableTypeTableNameBuilder. getTableTypeFromTableName(String tableName)Get the table type based on the given table name with type suffix.Methods in org.apache.pinot.spi.utils.builder with parameters of type TableType Modifier and Type Method Description StringControllerRequestURLBuilder. forTableReload(String tableName, TableType tableType, boolean forceDownload)static TableNameBuilderTableNameBuilder. forType(TableType tableType)Get the table name builder for the given table type.Constructors in org.apache.pinot.spi.utils.builder with parameters of type TableType Constructor Description TableConfigBuilder(TableType tableType)
-