| Package | Description |
|---|---|
| umich.ms.datatypes.scan | |
| umich.ms.datatypes.scancollection | |
| umich.ms.datatypes.scancollection.impl |
| Modifier and Type | Field and Description |
|---|---|
protected StorageStrategy |
AbstractScan.storageStrategy |
| Modifier and Type | Method and Description |
|---|---|
StorageStrategy |
IScan.getStorageStrategy() |
StorageStrategy |
AbstractScan.getStorageStrategy() |
static StorageStrategy |
StorageStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageStrategy[] |
StorageStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IScan.setStorageStrategy(StorageStrategy strategy)
Implementors of IScan interface must respect the value of reftype in constructors
and
IScan.setSpectrum(umich.ms.datatypes.spectrum.ISpectrum, boolean) implementations
in order for memory management to work. |
void |
AbstractScan.setStorageStrategy(StorageStrategy storageStrategy) |
| Modifier and Type | Field and Description |
|---|---|
static StorageStrategy |
IScanCollection.DEFAULT_STORAGE_STRATEGY
The storage strategy, that should be used by default by all implementations
of this interface.
|
| Modifier and Type | Method and Description |
|---|---|
StorageStrategy |
IScanCollection.getDefaultStorageStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
IScanCollection.loadData(LCMSDataSubset subset,
StorageStrategy storageStrategy)
IMPLEMENTATIONS MUST BE SYNCHRONIZED
Loads spectra for a subset of scans, or all of them, depending on the configuration.
|
void |
IScanCollection.setDefaultStorageStrategy(StorageStrategy storageStrategy) |
void |
IScanCollection.setStorageStrategy(LCMSDataSubset subset,
StorageStrategy storageStrategy) |
void |
IScanCollection.setStorageStrategy(LCMSDataSubset subset,
StorageStrategy strategyInSet,
StorageStrategy strategyNotInSet) |
| Modifier and Type | Field and Description |
|---|---|
protected StorageStrategy |
ScanCollectionDefault.defaultStorageStrategy |
| Modifier and Type | Method and Description |
|---|---|
StorageStrategy |
ScanCollectionDefault.getDefaultStorageStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScanCollectionDefault.loadData(LCMSDataSubset subset,
StorageStrategy storageStrategy) |
void |
ScanCollectionDefault.setDefaultStorageStrategy(StorageStrategy storageStrategy) |
void |
ScanCollectionDefault.setStorageStrategy(LCMSDataSubset subset,
StorageStrategy storageStrategy) |
void |
ScanCollectionDefault.setStorageStrategy(LCMSDataSubset subset,
StorageStrategy strategyInSet,
StorageStrategy strategyNotInSet) |
Copyright © 2017. All rights reserved.