public interface SharedReentrantReadWriteLockProvider
Modifier and Type | Method and Description |
---|---|
SharedReentrantReadWriteLock |
acquireReadLock(String key,
long timeout,
TimeUnit timeunit) |
SharedReentrantReadWriteLock |
acquireWriteLock(String key,
long timeout,
TimeUnit timeunit) |
SharedReentrantReadWriteLock acquireReadLock(String key, long timeout, TimeUnit timeunit) throws IOException, TimeoutException, InterruptedException
SharedReentrantReadWriteLock acquireWriteLock(String key, long timeout, TimeUnit timeunit) throws IOException, TimeoutException, InterruptedException
Copyright © GigaSpaces.