| Package | Description |
|---|---|
| org.apache.druid.catalog.model |
| Modifier and Type | Method and Description |
|---|---|
static TableMetadata.TableState |
TableMetadata.TableState.fromCode(String code) |
TableMetadata.TableState |
TableMetadata.state() |
static TableMetadata.TableState |
TableMetadata.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.
|
| Constructor and Description |
|---|
TableMetadata(TableId tableId,
long creationTime,
long updateTime,
TableMetadata.TableState state,
TableSpec spec) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.