Uses of Enum Class
io.trino.hive.thrift.metastore.LockState
-
Uses of LockState in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return LockStateModifier and TypeMethodDescriptionstatic LockStateLockState.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.LockResponse.getState()ShowLocksResponseElement.getState()static LockStateReturns the enum constant of this class with the specified name.static LockState[]LockState.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 LockStateModifier and TypeMethodDescriptionConstructors in io.trino.hive.thrift.metastore with parameters of type LockStateModifierConstructorDescriptionLockResponse(long lockid, LockState state) ShowLocksResponseElement(long lockid, String dbname, LockState state, LockType type, long lastheartbeat, String user, String hostname)