public static interface TxnStore.MutexAPI.LockHandle extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
Long |
getLastUpdateTime()
Returns the value of the last update time persisted during the appropriate lock release call.
|
void |
releaseLocks()
Releases all locks associated with this handle.
|
void |
releaseLocks(Long timestamp)
Releases all locks associated with this handle, and persist the value of the last update time.
|
closevoid releaseLocks()
Long getLastUpdateTime()
void releaseLocks(Long timestamp)
Copyright © 2024 The Apache Software Foundation. All rights reserved.