Interface IndexStore
- 
- All Known Implementing Classes:
- FileSystemIndexStore
 
 public interface IndexStore- Author:
- Tommaso Nolli
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description QuadTreeload(IndexFile indexfile, boolean useMemoryMapping)Loads aQuadTreevoidstore(QuadTree tree)Stores aQuadTree
 
- 
- 
- 
Method Detail- 
storevoid store(QuadTree tree) throws StoreException Stores aQuadTree- Parameters:
- tree- the- QuadTreeto store
- Throws:
- StoreException
 
 - 
loadQuadTree load(IndexFile indexfile, boolean useMemoryMapping) throws StoreException Loads aQuadTree- Returns:
- the loaded QuadTree
- Throws:
- StoreException
 
 
- 
 
-