org.axiondb
Interface IndexLoader
- All Known Implementing Classes:
- BaseArrayIndexLoader, IntBTreeIndexLoader, ObjectBTreeIndexLoader
- public interface IndexLoader
Reads/writes indices
to disk.
- Version:
- $Revision: 1.4 $ $Date: 2004/08/27 03:21:20 $
loadIndex
public Index loadIndex(Table table,
File dataDirectory)
throws AxionException
- Throws:
AxionException
saveIndex
public void saveIndex(Index index,
File dataDirectory)
throws AxionException
- Throws:
AxionException
saveIndexAfterTruncate
public void saveIndexAfterTruncate(Index index,
File dataDirectory)
throws AxionException
- Throws:
AxionException