Uses of Class
com.loomcache.server.cp.LinearizableSemaphore
Packages that use LinearizableSemaphore
-
Uses of LinearizableSemaphore in com.loomcache.server.cp
Methods in com.loomcache.server.cp that return LinearizableSemaphoreModifier and TypeMethodDescriptionConsistencySubsystem.getSemaphore(String semaphoreName, int permitCount, boolean sessionAware) Gets or creates an LinearizableSemaphore with the given name and permit count.@Nullable LinearizableSemaphoreConsistencySubsystem.getSemaphoreIfExists(String semaphoreName) Returns an existing semaphore without creating one.