Uses of Class
com.composum.sling.core.concurrent.SemaphoreSequencer.Token
-
Packages that use SemaphoreSequencer.Token Package Description com.composum.sling.core.concurrent -
-
Uses of SemaphoreSequencer.Token in com.composum.sling.core.concurrent
Methods in com.composum.sling.core.concurrent that return SemaphoreSequencer.Token Modifier and Type Method Description @NotNull SemaphoreSequencer.TokenSemaphoreSequencer. acquire(String key)Methods in com.composum.sling.core.concurrent with parameters of type SemaphoreSequencer.Token Modifier and Type Method Description voidSemaphoreSequencer. release(SemaphoreSequencer.Token token)Method parameters in com.composum.sling.core.concurrent with type arguments of type SemaphoreSequencer.Token Modifier and Type Method Description protected voidSemaphoreSequencer. cleanOldSemaphores(Map<SemaphoreSequencer.Token,WeakReference<SemaphoreSequencer.Token>> tokensToClear)protected voidSemaphoreSequencer. cleanOldSemaphores(Map<SemaphoreSequencer.Token,WeakReference<SemaphoreSequencer.Token>> tokensToClear)
-