Uses of Class
de.xima.fc.common.concurrent.StripedLock
- 
Packages that use StripedLock Package Description de.xima.fc.common.concurrent  - 
- 
Uses of StripedLock in de.xima.fc.common.concurrent
Methods in de.xima.fc.common.concurrent that return StripedLock Modifier and Type Method Description static StripedLockStripedLock. lazyWeakStripedLock(int stripes)Creates a new striped lock with the given number of stripes.static StripedLockStripedLock. stripedLock(int stripes)Creates a new striped lock with the given number of stripes. 
 -