| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore |
| Modifier and Type | Method and Description |
|---|---|
LockComponentBuilder |
LockComponentBuilder.setDbName(String dbName)
Set the database name.
|
LockComponentBuilder |
LockComponentBuilder.setExclusive()
Set the lock to be exclusive.
|
LockComponentBuilder |
LockComponentBuilder.setExclWrite()
Set the lock to be excl_write.
|
LockComponentBuilder |
LockComponentBuilder.setIsDynamicPartitionWrite(boolean t) |
LockComponentBuilder |
LockComponentBuilder.setIsTransactional(boolean t) |
LockComponentBuilder |
LockComponentBuilder.setLock(LockType type) |
LockComponentBuilder |
LockComponentBuilder.setOperationType(DataOperationType dop) |
LockComponentBuilder |
LockComponentBuilder.setPartitionName(String partitionName)
Set the partition name.
|
LockComponentBuilder |
LockComponentBuilder.setSharedRead()
Set the lock to be shared_read.
|
LockComponentBuilder |
LockComponentBuilder.setSharedWrite()
Set the lock to be shared_write.
|
LockComponentBuilder |
LockComponentBuilder.setTableName(String tableName)
Set the table name.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.