Skip navigation links
A O R 

A

acquireLock(String, String) - Method in interface org.zalando.resourcelock.ResourceLockManager
Acquires a lock for the given resource name using the given lock name.
acquireLock(String, String, int) - Method in interface org.zalando.resourcelock.ResourceLockManager
Acquires a lock for the given resource name using the given lock name.
acquireLock(String, String) - Method in class org.zalando.resourcelock.ResourceLockManagerEtcdImpl
 
acquireLock(String, String, int) - Method in class org.zalando.resourcelock.ResourceLockManagerEtcdImpl
 
acquireLock(String, String) - Method in class org.zalando.resourcelock.ResourceLockManagerJdbcFunctionImpl
Acquires a lock for the given resource name using the given lock name.
acquireLock(String, String, int) - Method in class org.zalando.resourcelock.ResourceLockManagerJdbcFunctionImpl
Acquires a lock for the given resource name using the given lock name.
acquireLock(String, String) - Method in class org.zalando.resourcelock.ResourceLockManagerJdbcImpl
Acquires a lock for the given resource name using the given lock name.
acquireLock(String, String, int) - Method in class org.zalando.resourcelock.ResourceLockManagerJdbcImpl
Acquires a lock for the given resource name using the given lock name.

O

org.zalando.resourcelock - package org.zalando.resourcelock
 

R

releaseLock(String, String) - Method in interface org.zalando.resourcelock.ResourceLockManager
Releases a lock for the given resource name using the given lock name.
releaseLock(String, String) - Method in class org.zalando.resourcelock.ResourceLockManagerEtcdImpl
 
releaseLock(String, String) - Method in class org.zalando.resourcelock.ResourceLockManagerJdbcFunctionImpl
Releases a lock for the given resource name using the given lock name.
releaseLock(String, String) - Method in class org.zalando.resourcelock.ResourceLockManagerJdbcImpl
Releases a lock for the given resource name using the given lock name.
ResourceLockException - Exception in org.zalando.resourcelock
An exception that indicates an error while acquiring or releasing a resource lock.
ResourceLockException(String, Throwable) - Constructor for exception org.zalando.resourcelock.ResourceLockException
Creates a new ResourceLockException with the given message and cause.
ResourceLockManager - Interface in org.zalando.resourcelock
A resource lock manager.
ResourceLockManagerEtcdImpl - Class in org.zalando.resourcelock
Implementation of resource lock manager that uses etcd as backend.
ResourceLockManagerEtcdImpl(EtcdClient, String) - Constructor for class org.zalando.resourcelock.ResourceLockManagerEtcdImpl
Creates a new ResourceLockManagerEtcdImpl with the given etcd client and application name.
ResourceLockManagerJdbcFunctionImpl - Class in org.zalando.resourcelock
Implementation of resource lock manager that uses jdbc as backend.
ResourceLockManagerJdbcFunctionImpl(JdbcTemplate) - Constructor for class org.zalando.resourcelock.ResourceLockManagerJdbcFunctionImpl
Creates a new ResourceLockManagerJdbcFunctionImpl with the given JDBC template.
ResourceLockManagerJdbcImpl - Class in org.zalando.resourcelock
Implementation of resource lock manager that uses jdbc as backend.
ResourceLockManagerJdbcImpl(JdbcTemplate) - Constructor for class org.zalando.resourcelock.ResourceLockManagerJdbcImpl
Creates a new ResourceLockManagerJdbcImpl with the given JDBC template.
A O R 
Skip navigation links

Copyright © 2017 Zalando SE. All rights reserved.