Uses of Enum
org.apache.druid.catalog.model.TableMetadata.TableState
Packages that use TableMetadata.TableState
-
Uses of TableMetadata.TableState in org.apache.druid.catalog.model
Methods in org.apache.druid.catalog.model that return TableMetadata.TableStateModifier and TypeMethodDescriptionstatic TableMetadata.TableStateTableMetadata.state()static TableMetadata.TableStateReturns 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.TableStateModifierConstructorDescriptionTableMetadata(TableId tableId, long creationTime, long updateTime, TableMetadata.TableState state, TableSpec spec)