Uses of Enum Class
io.trino.hive.thrift.metastore.SchemaVersionState
-
Uses of SchemaVersionState in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return SchemaVersionStateModifier and TypeMethodDescriptionstatic SchemaVersionStateSchemaVersionState.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.SchemaVersion.getState()SetSchemaVersionStateRequest.getState()static SchemaVersionStateReturns the enum constant of this class with the specified name.static SchemaVersionState[]SchemaVersionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.hive.thrift.metastore with parameters of type SchemaVersionStateModifier and TypeMethodDescriptionSchemaVersion.setState(SchemaVersionState state) SetSchemaVersionStateRequest.setState(SchemaVersionState state) Constructors in io.trino.hive.thrift.metastore with parameters of type SchemaVersionStateModifierConstructorDescriptionSetSchemaVersionStateRequest(SchemaVersionDescriptor schemaVersion, SchemaVersionState state)