collector
Class Database

java.lang.Object
  |
  +--collector.Database

public class Database
extends java.lang.Object

Database permanente per i dati permanenti della catalogazione.


Constructor Summary
Database(java.lang.String path)
          Costruisce un DataBase per la catalogazione.
 
Method Summary
 void free()
          recover unused disk space
 PersistentHashtable getCollected()
           
 PersistentHashtable getIndiciDaUsare()
           
 PersistentHashtable getIndiciNonDisponibili()
           
 PersistentHashtable getIndiciUsati()
           
 MPHashtable getReferences()
           
 PersistentHashtable getWeights()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Database

public Database(java.lang.String path)
Costruisce un DataBase per la catalogazione.
Parameters:
directory - where database tables are stored.
Method Detail

getIndiciUsati

public PersistentHashtable getIndiciUsati()

getIndiciDaUsare

public PersistentHashtable getIndiciDaUsare()

getIndiciNonDisponibili

public PersistentHashtable getIndiciNonDisponibili()

getCollected

public PersistentHashtable getCollected()

getWeights

public PersistentHashtable getWeights()

getReferences

public MPHashtable getReferences()

free

public void free()
recover unused disk space