|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockTimeoutException | |
org.geotools.data.shapefile.indexed | |
org.geotools.index | |
org.geotools.index.rtree | |
org.geotools.index.rtree.database |
Uses of LockTimeoutException in org.geotools.data.shapefile.indexed |
Methods in org.geotools.data.shapefile.indexed that throw LockTimeoutException | |
int |
ShapeFileIndexer.index(boolean verbose,
Lock lock)
Index the shapefile denoted by setShapeFileName(String fileName) If when a thread starts, another thread is indexing the same file, this thread will wait that the first thread ends indexing; in this case zero is reurned as result of the indexing process. |
Uses of LockTimeoutException in org.geotools.index |
Methods in org.geotools.index that throw LockTimeoutException | |
Lock |
LockManager.aquireExclusive()
DOCUMENT ME! |
Lock |
LockManager.aquireShared()
DOCUMENT ME! |
Uses of LockTimeoutException in org.geotools.index.rtree |
Methods in org.geotools.index.rtree that throw LockTimeoutException | |
java.util.List |
RTree.search(com.vividsolutions.jts.geom.Envelope query)
Performs a search on this RTree |
java.util.List |
RTree.search(Filter filter)
Performs a search on this RTree |
void |
RTree.insert(com.vividsolutions.jts.geom.Envelope bounds,
Data data)
DOCUMENT ME! |
void |
RTree.delete(com.vividsolutions.jts.geom.Envelope env)
Deletes the entry with the specified Envelope as its bounds. |
Lock |
PageStore.getWriteLock()
Aquires a write lock to the store |
Lock |
PageStore.getReadLock()
Aquires a read lock to the store |
Uses of LockTimeoutException in org.geotools.index.rtree.database |
Methods in org.geotools.index.rtree.database that throw LockTimeoutException | |
Lock |
DatabasePageStore.getWriteLock()
|
Lock |
DatabasePageStore.getReadLock()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |