Uses of Interface
org.apache.shardingsphere.mode.repository.cluster.lock.DistributedLock
-
-
Uses of DistributedLock in org.apache.shardingsphere.mode.repository.cluster.lock.creator
Methods in org.apache.shardingsphere.mode.repository.cluster.lock.creator that return DistributedLock Modifier and Type Method Description DistributedLockDistributedLockCreator. create(String lockKey, C client, P props)Create distributed lock. -
Uses of DistributedLock in org.apache.shardingsphere.mode.repository.cluster.lock.holder
Methods in org.apache.shardingsphere.mode.repository.cluster.lock.holder that return DistributedLock Modifier and Type Method Description DistributedLockDistributedLockHolder. getDistributedLock(String lockKey)Get distributed lock. -
Uses of DistributedLock in org.apache.shardingsphere.mode.repository.cluster.lock.impl
Classes in org.apache.shardingsphere.mode.repository.cluster.lock.impl that implement DistributedLock Modifier and Type Class Description classDefaultDistributedLockDefault distributed lock.Methods in org.apache.shardingsphere.mode.repository.cluster.lock.impl that return DistributedLock Modifier and Type Method Description DistributedLockDefaultDistributedLockCreator. create(String lockKey, ClusterPersistRepository client, DefaultLockTypedProperties props)
-