Uses of Class
org.apache.druid.catalog.model.TableMetadata.TableState
-
Packages that use TableMetadata.TableState Package Description org.apache.druid.catalog.model -
-
Uses of TableMetadata.TableState in org.apache.druid.catalog.model
Methods in org.apache.druid.catalog.model that return TableMetadata.TableState Modifier and Type Method Description static TableMetadata.TableStateTableMetadata.TableState. fromCode(String code)TableMetadata.TableStateTableMetadata. state()static TableMetadata.TableStateTableMetadata.TableState. valueOf(String name)Returns the enum constant of this type with the specified name.static TableMetadata.TableState[]TableMetadata.TableState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.catalog.model with parameters of type TableMetadata.TableState Constructor Description TableMetadata(TableId tableId, long creationTime, long updateTime, TableMetadata.TableState state, TableSpec spec)
-