Uses of Class
com.compomics.util.db.ObjectsCache

Packages that use ObjectsCache
com.compomics.util.db This package contains database related classes. 
com.compomics.util.experiment.identification This package contains experiment classes related to identifications. 
com.compomics.util.experiment.quantification This package contains experiment classes related to quantification. 
 

Uses of ObjectsCache in com.compomics.util.db
 

Methods in com.compomics.util.db that return ObjectsCache
 ObjectsCache ObjectsDB.getObjectsCache()
          Returns the cache used by this database.
 

Methods in com.compomics.util.db with parameters of type ObjectsCache
 void ObjectsDB.establishConnection(java.lang.String aDbFolder, boolean deleteOldDatabase, ObjectsCache objectsCache)
          Establishes connection to the database.
 void ObjectsDB.setObjectCache(ObjectsCache objectCache)
          Sets the object cache to be used by this database.
 

Constructors in com.compomics.util.db with parameters of type ObjectsCache
ObjectsDB(java.lang.String folder, java.lang.String dbName, boolean deleteOldDatabase, ObjectsCache objectsCache)
          Constructor.
 

Uses of ObjectsCache in com.compomics.util.experiment.identification
 

Methods in com.compomics.util.experiment.identification with parameters of type ObjectsCache
 void Identification.convert(WaitingHandler waitingHandler, java.lang.String newDirectory, java.lang.String newName, ObjectsCache objectsCache)
          Converts a serlialization based structure into a database based one.
 void Identification.establishConnection(java.lang.String dbFolder, boolean deleteOldDatabase, ObjectsCache objectsCache)
          Establishes a connection to the database.
 

Constructors in com.compomics.util.experiment.identification with parameters of type ObjectsCache
IdentificationDB(java.lang.String folder, java.lang.String name, boolean deleteOldDatabase, ObjectsCache objectCache)
          Constructor creating the database and the protein and protein parameters tables.
 

Uses of ObjectsCache in com.compomics.util.experiment.quantification
 

Methods in com.compomics.util.experiment.quantification with parameters of type ObjectsCache
 void QuantificationDB.establishConnection(java.lang.String dbFolder, boolean deleteOldDatabase, ObjectsCache objectsCache)
          Establishes connection to the database.
 void Quantification.establishConnection(java.lang.String dbFolder, java.lang.String name, boolean deleteOldDatabase, ObjectsCache objectsCache)
          Establishes connection to the database.
 

Constructors in com.compomics.util.experiment.quantification with parameters of type ObjectsCache
QuantificationDB(java.lang.String folder, java.lang.String name, boolean deleteOldDatabase, ObjectsCache objectsCache)
          Constructor creating the database and the protein and protein parameters tables.
 



Copyright © 2013. All Rights Reserved.