Uses of Class
com.github.ddth.dlock.impl.inmem.InmemDLock
-
Packages that use InmemDLock Package Description com.github.ddth.dlock.impl.inmem -
-
Uses of InmemDLock in com.github.ddth.dlock.impl.inmem
Methods in com.github.ddth.dlock.impl.inmem that return InmemDLock Modifier and Type Method Description InmemDLockInmemDLockFactory. createLock(String name)Create a new lock.protected InmemDLockInmemDLockFactory. createLockInternal(String name, Properties lockProps)Create a new lock instance, but does not initialize it.
-