|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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(String folder,
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(ProgressDialogX progressDialog,
String newDirectory,
String newName,
ObjectsCache objectsCache)
Converts a serlialization based structure into a database based one. |
void |
Identification.establishConnection(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(String folder,
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(String dbFolder,
boolean deleteOldDatabase,
ObjectsCache objectsCache)
Establishes connection to the database. |
void |
Quantification.establishConnection(String dbFolder,
String name,
boolean deleteOldDatabase,
ObjectsCache objectsCache)
Establishes connection to the database. |
Constructors in com.compomics.util.experiment.quantification with parameters of type ObjectsCache | |
---|---|
QuantificationDB(String folder,
String name,
boolean deleteOldDatabase,
ObjectsCache objectsCache)
Constructor creating the database and the protein and protein parameters tables. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |