Uses of Class
org.apache.manifoldcf.core.lockmanager.LockObject
-
Packages that use LockObject Package Description org.apache.manifoldcf.core.lockmanager -
-
Uses of LockObject in org.apache.manifoldcf.core.lockmanager
Subclasses of LockObject in org.apache.manifoldcf.core.lockmanager Modifier and Type Class Description classFileLockObjectOne instance of this object exists for each lock on each JVM! This is the file-system version of the lock.classZooKeeperLockObjectOne instance of this object exists for each lock on each JVM! This is the ZooKeeper version of the lock.Fields in org.apache.manifoldcf.core.lockmanager declared as LockObject Modifier and Type Field Description protected LockObjectLockGate. lockObjectMethods in org.apache.manifoldcf.core.lockmanager that return LockObject Modifier and Type Method Description LockObjectFileLockObjectFactory. newLockObject(LockPool lockPool, java.lang.Object lockKey)LockObjectLockObjectFactory. newLockObject(LockPool lockPool, java.lang.Object lockKey)LockObjectZooKeeperLockObjectFactory. newLockObject(LockPool lockPool, java.lang.Object lockKey)Constructors in org.apache.manifoldcf.core.lockmanager with parameters of type LockObject Constructor Description LockGate(java.lang.Object lockKey, LockObject lockObject, LockPool lockPool)
-