Class RedisClusterNotificationClusterLock
java.lang.Object
com.netflix.spinnaker.orca.notifications.RedisClusterNotificationClusterLock
- All Implemented Interfaces:
com.netflix.spinnaker.orca.notifications.NotificationClusterLock
public class RedisClusterNotificationClusterLock
extends Object
implements com.netflix.spinnaker.orca.notifications.NotificationClusterLock
-
Constructor Summary
ConstructorsConstructorDescriptionRedisClusterNotificationClusterLock(redis.clients.jedis.JedisCluster cluster) -
Method Summary
Modifier and TypeMethodDescriptionbooleantryAcquireLock(@NotNull String notificationType, long lockTimeoutSeconds)
-
Constructor Details
-
RedisClusterNotificationClusterLock
public RedisClusterNotificationClusterLock(redis.clients.jedis.JedisCluster cluster)
-
-
Method Details
-
tryAcquireLock
- Specified by:
tryAcquireLockin interfacecom.netflix.spinnaker.orca.notifications.NotificationClusterLock
-