Merge "added navbar in source-view component"
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / commons / processor-core / src / main / kotlin / org / onap / ccsdk / cds / blueprintsprocessor / core / service / BluePrintClusterService.kt
index 9725553..2d957c2 100644 (file)
@@ -78,6 +78,7 @@ interface ClusterLock {
     suspend fun tryFenceLock(timeout: Long): String
     suspend fun unLock()
     fun isLocked(): Boolean
     suspend fun tryFenceLock(timeout: Long): String
     suspend fun unLock()
     fun isLocked(): Boolean
+    fun isLockedByCurrentThread(): Boolean
     fun close()
 }
 
     fun close()
 }