Uses of Class
org.apache.iotdb.db.exception.WriteLockFailedException
-
Packages that use WriteLockFailedException Package Description org.apache.iotdb.db.engine.storagegroup -
-
Uses of WriteLockFailedException in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup that throw WriteLockFailedException Modifier and Type Method Description voidTsFileManager. writeLockWithTimeout(java.lang.String holder, long timeout)Acquire write lock with timeout,WriteLockFailedExceptionwill be thrown after timeout.
-