Uses of Class
de.xima.fc.common.concurrent.StripedLock
Packages that use StripedLock
-
Uses of StripedLock in de.xima.fc.common.concurrent
Methods in de.xima.fc.common.concurrent that return StripedLockModifier and TypeMethodDescriptionstatic 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.