use of com.yahoo.vespa.curator.recipes.CuratorLock in project vespa by vespa-engine.
the class CuratorLockTest method setupLock.
@Before
public void setupLock() {
curator = new MockCurator();
curatorLock = new CuratorLock(curator, "/foo");
}
Aggregations