private static class WebClusterManager.ClusterManagerLock extends Object
Modifier and Type | Field and Description |
---|---|
private Lock |
lock |
private long |
lockTime |
private static org.slf4j.Logger |
logger |
private String |
name |
Constructor and Description |
---|
ClusterManagerLock(Lock lock,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
lock() |
boolean |
tryLock() |
boolean |
tryLock(long timeout,
TimeUnit timeUnit) |
void |
unlock(String task) |
Copyright © 2016 Apache NiFi Project. All rights reserved.