public class MzDbEntityCache extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,DataEncoding> |
dataEncodingById |
protected Map<Long,DataEncoding> |
dataEncodingBySpectrumId |
protected Map<Long,SpectrumHeader> |
ms1SpectrumHeaderById |
protected SpectrumHeader[] |
ms1SpectrumHeaders |
protected Map<Long,SpectrumHeader> |
ms2SpectrumHeaderById |
protected SpectrumHeader[] |
ms2SpectrumHeaders |
protected Map<Long,SpectrumHeader> |
ms3SpectrumHeaderById |
protected SpectrumHeader[] |
ms3SpectrumHeaders |
protected Map<Integer,RunSliceHeader> |
runSliceHeaderById |
protected RunSliceHeader[] |
runSliceHeaders |
protected Map<Long,SpectrumHeader> |
spectrumHeaderById |
protected SpectrumHeader[] |
spectrumHeaders |
protected Map<Integer,ArrayList<Long>> |
spectrumIdsByTimeIndex |
protected Map<Long,Float> |
spectrumTimeById |
Constructor and Description |
---|
MzDbEntityCache() |
Modifier and Type | Method and Description |
---|---|
Map<Long,DataEncoding> |
getDataEncodingBySpectrumId() |
Map<Long,SpectrumHeader> |
getMs1SpectrumHeaderById() |
SpectrumHeader[] |
getMs1SpectrumHeaders() |
Map<Long,SpectrumHeader> |
getMs2SpectrumHeaderById() |
SpectrumHeader[] |
getMs2SpectrumHeaders() |
Map<Integer,RunSliceHeader> |
getRunSliceHeaderById() |
RunSliceHeader[] |
getRunSliceHeaders() |
Map<Long,Float> |
getSpectrumTimeById() |
protected SpectrumHeader[] ms1SpectrumHeaders
protected Map<Long,SpectrumHeader> ms1SpectrumHeaderById
protected SpectrumHeader[] ms2SpectrumHeaders
protected Map<Long,SpectrumHeader> ms2SpectrumHeaderById
protected SpectrumHeader[] ms3SpectrumHeaders
protected Map<Long,SpectrumHeader> ms3SpectrumHeaderById
protected SpectrumHeader[] spectrumHeaders
protected Map<Long,SpectrumHeader> spectrumHeaderById
protected Map<Integer,DataEncoding> dataEncodingById
protected Map<Long,DataEncoding> dataEncodingBySpectrumId
protected RunSliceHeader[] runSliceHeaders
protected Map<Integer,RunSliceHeader> runSliceHeaderById
public SpectrumHeader[] getMs1SpectrumHeaders()
public Map<Long,SpectrumHeader> getMs1SpectrumHeaderById()
public SpectrumHeader[] getMs2SpectrumHeaders()
public Map<Long,SpectrumHeader> getMs2SpectrumHeaderById()
public Map<Long,DataEncoding> getDataEncodingBySpectrumId()
public RunSliceHeader[] getRunSliceHeaders()
public Map<Integer,RunSliceHeader> getRunSliceHeaderById()
Copyright © 2019. All rights reserved.