Uses of Interface
org.apache.solr.cloud.DistributedLock
-
Packages that use DistributedLock Package Description org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode. -
-
Uses of DistributedLock in org.apache.solr.cloud
Methods in org.apache.solr.cloud that return DistributedLock Modifier and Type Method Description DistributedLockDistributedCollectionLockFactory. createLock(boolean isWriteLock, org.apache.solr.common.params.CollectionParams.LockLevel level, String collName, String shardId, String replicaName)Create a new lock of the specified type (read or write) entering the "competition" for actually getting the lock at the given level for the given path i.e.DistributedLockDistributedConfigSetLockFactory. createLock(boolean isWriteLock, String configSetName)Create a new lock of the specified type (read or write) entering the "competition" for actually getting the lock for theconfigSetNameDistributedLockZkDistributedCollectionLockFactory. createLock(boolean isWriteLock, org.apache.solr.common.params.CollectionParams.LockLevel level, String collName, String shardId, String replicaName)DistributedLockZkDistributedConfigSetLockFactory. createLock(boolean isWriteLock, String configSetName)Constructor parameters in org.apache.solr.cloud with type arguments of type DistributedLock Constructor Description DistributedMultiLock(List<DistributedLock> locks)
-