public interface DebuggableTimedLock
Modifier and Type | Method and Description |
---|---|
void |
lock() |
boolean |
tryLock() |
boolean |
tryLock(long timePeriod,
TimeUnit timeUnit) |
void |
unlock(String task) |
Copyright © 2021 Apache NiFi Project. All rights reserved.