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