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 StripedLock
StripedLock. lazyWeakStripedLock(int stripes)
Creates a new striped lock with the given number of stripes.static StripedLock
StripedLock. stripedLock(int stripes)
Creates a new striped lock with the given number of stripes.
-