Uses of Interface
org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository
-
Packages that use ClusterPersistRepository Package Description org.apache.shardingsphere.mode.repository.cluster.lock.impl -
-
Uses of ClusterPersistRepository in org.apache.shardingsphere.mode.repository.cluster.lock.impl
Methods in org.apache.shardingsphere.mode.repository.cluster.lock.impl with parameters of type ClusterPersistRepository Modifier and Type Method Description DistributedLockDefaultDistributedLockCreator. create(String lockKey, ClusterPersistRepository client, DefaultLockTypedProperties props)Constructors in org.apache.shardingsphere.mode.repository.cluster.lock.impl with parameters of type ClusterPersistRepository Constructor Description DefaultDistributedLock(String lockKey, ClusterPersistRepository client, DefaultLockTypedProperties props)
-