This implementation uses {@link java.util.concurrent.locks.ReadWriteLock}. The read lock may be held simultaneously by multiple reader threads, so long as there are no writers. The write lock is exclusive.
The entry and feed ID's must not be a composite key. The entry and feed ID must be unique.
@see java.util.concurrent.locks.ReentrantReadWriteLock @see org.apache.lucene.gdata.storage.lucenestorage.StorageModifier @see org.apache.lucene.gdata.storage.lucenestorage.StorageCoreController @author Simon Willnauer
|
|
|
|