Uses of Interface
software.xdev.spring.data.eclipse.store.repository.support.concurrency.ValueOperation
Packages that use ValueOperation
-
Uses of ValueOperation in software.xdev.spring.data.eclipse.store.repository.support.concurrency
Methods in software.xdev.spring.data.eclipse.store.repository.support.concurrency with parameters of type ValueOperationModifier and TypeMethodDescription<T> TReadWriteLock.read(ValueOperation<T> operation) Executes an operation protected by a read lock.final <T> TReentrantJavaReadWriteLock.read(ValueOperation<T> operation) Executes an operation protected by a read lock.<T> TReadWriteLock.write(ValueOperation<T> operation) Executes an operation protected by a write lock.final <T> TReentrantJavaReadWriteLock.write(ValueOperation<T> operation) Executes an operation protected by a write lock.