Uses of Class
io.trino.hive.thrift.metastore.LockComponent
-
Uses of LockComponent in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return LockComponentModifier and TypeMethodDescriptionLockComponent.deepCopy()LockComponent.setIsDynamicPartitionWrite(boolean isDynamicPartitionWrite) LockComponent.setIsTransactional(boolean isTransactional) LockComponent.setOperationType(DataOperationType operationType) LockComponent.setPartitionname(String partitionname) LockComponent.setTablename(String tablename) Methods in io.trino.hive.thrift.metastore that return types with arguments of type LockComponentMethods in io.trino.hive.thrift.metastore with parameters of type LockComponentModifier and TypeMethodDescriptionvoidLockRequest.addToComponent(LockComponent elem) intLockComponent.compareTo(LockComponent other) booleanLockComponent.equals(LockComponent that) Method parameters in io.trino.hive.thrift.metastore with type arguments of type LockComponentConstructors in io.trino.hive.thrift.metastore with parameters of type LockComponentConstructor parameters in io.trino.hive.thrift.metastore with type arguments of type LockComponentModifierConstructorDescriptionLockRequest(List<LockComponent> component, String user, String hostname)