Uses of Interface
org.apache.solr.cloud.DistributedLock
Packages that use DistributedLock
Package
Description
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 DistributedLockModifier and TypeMethodDescriptionDistributedCollectionLockFactory.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.DistributedConfigSetLockFactory.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 theconfigSetNameZkDistributedCollectionLockFactory.createLock(boolean isWriteLock, org.apache.solr.common.params.CollectionParams.LockLevel level, String collName, String shardId, String replicaName) ZkDistributedConfigSetLockFactory.createLock(boolean isWriteLock, String configSetName) Constructor parameters in org.apache.solr.cloud with type arguments of type DistributedLock