public class ZkLockUtil extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.curator.framework.CuratorFramework |
client |
Modifier and Type | Method and Description |
---|---|
static boolean |
acquire(long time,
TimeUnit unit) |
static org.apache.curator.framework.recipes.locks.InterProcessMutex |
getMutex() |
static void |
release() |
public static org.apache.curator.framework.recipes.locks.InterProcessMutex getMutex()
public static boolean acquire(long time, TimeUnit unit)
public static void release()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.