Uses of Interface
org.apache.lucene.store.jdbc.lock.JdbcLock

Packages that use JdbcLock
org.apache.lucene.store.jdbc.lock   
 

Uses of JdbcLock in org.apache.lucene.store.jdbc.lock
 

Classes in org.apache.lucene.store.jdbc.lock that implement JdbcLock
 class NoOpLock
          A simple no op lock.
 class PhantomReadLock
          A lock based on phantom reads and table level locking.
 class SelectForUpdateLock
          A lock based on select...for update.
 



Copyright (c) 2004-2008 The Compass Project.