public class RedisLeaderElector extends AbstractLeaderElector
RedisLeaderElector(Redis redis, int timeout)
String
acquire(String lock)
void
destroy()
init()
release(String lock)
getLocalNode
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RedisLeaderElector(Redis redis, int timeout)
public String acquire(String lock)
public void release(String lock)
public void init()
public void destroy()
Copyright © 2020. All rights reserved.