- destroy(DistributedLock) - Method in interface com.deftlabs.lock.mongo.DistributedLockSvc
-
Destroy a distributed lock.
- DistributedLock - Interface in com.deftlabs.lock.mongo
-
The distributed lock interface.
- DistributedLockException - Exception in com.deftlabs.lock.mongo
-
The distributed lock exception.
- DistributedLockException() - Constructor for exception com.deftlabs.lock.mongo.DistributedLockException
-
- DistributedLockException(String) - Constructor for exception com.deftlabs.lock.mongo.DistributedLockException
-
- DistributedLockException(String, Throwable) - Constructor for exception com.deftlabs.lock.mongo.DistributedLockException
-
- DistributedLockException(Throwable) - Constructor for exception com.deftlabs.lock.mongo.DistributedLockException
-
- DistributedLockOptions - Class in com.deftlabs.lock.mongo
-
The options/configuration on a per lock basis.
- DistributedLockOptions() - Constructor for class com.deftlabs.lock.mongo.DistributedLockOptions
-
- DistributedLockSvc - Interface in com.deftlabs.lock.mongo
-
The distributed lock service interface.
- DistributedLockSvcFactory - Class in com.deftlabs.lock.mongo
-
The distrbuted lock service factory.
- DistributedLockSvcFactory(DistributedLockSvcOptions) - Constructor for class com.deftlabs.lock.mongo.DistributedLockSvcFactory
-
- DistributedLockSvcOptions - Class in com.deftlabs.lock.mongo
-
The global distributed lock service options/config.
- DistributedLockSvcOptions(String) - Constructor for class com.deftlabs.lock.mongo.DistributedLockSvcOptions
-
The basic constructor.
- DistributedLockSvcOptions(String, String, String) - Constructor for class com.deftlabs.lock.mongo.DistributedLockSvcOptions
-
Constructor that allows the user to specify database and colleciton name.
- DistributedLockSvcOptions(String, String, String, String) - Constructor for class com.deftlabs.lock.mongo.DistributedLockSvcOptions
-
Constructor that allows the user to specify database, colleciton and app name.