static class RolapUtil.Semaphore extends Object
Semaphore
Given a semaphore initialized with count, no more than count threads can acquire the semaphore using the enter() method. Waiting threads block until enough threads have called leave().
count
enter()
leave()
RolapUtil.Semaphore(int count)
(package private) void
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
void enter()
void leave()