public class JIPipeProjectCache extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeProjectCache.ModifiedEvent
Event that is triggered when the cache was modified (something stored or removed)
|
Constructor and Description |
---|
JIPipeProjectCache(JIPipeProject project)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
void |
autoClean(boolean compareSlots,
boolean compareProjectStates,
JIPipeProgressInfo progressInfo)
Safely removes cache entries that are not accessible anymore (e.g. an algorithm was removed from the graph; or states where the slots do not exist anymore)
|
void |
clear()
Removes everything from the cache
|
void |
clear(UUID source)
Removes an algorithm from the cache
|
void |
clear(UUID source,
JIPipeProjectCacheState stateId)
Removes an algorithm from the cache
|
Map<JIPipeProjectCacheState,Map<String,JIPipeDataSlot>> |
extract(UUID source)
Tries to extract data from the cache
|
Map<String,JIPipeDataSlot> |
extract(UUID source,
JIPipeProjectCacheState stateId)
Tries to extract data from the cache.
|
JIPipeDataSlot |
extract(UUID source,
JIPipeProjectCacheState stateId,
String slotName)
Tries to extract data from the cache.
|
Map<JIPipeDataInfo,Integer> |
getCachedDataTypes()
Returns statistics on how many rows of given data type have been cached
|
int |
getCachedRowNumber()
Returns the number of cached data rows
|
EventBus |
getEventBus() |
JIPipeProject |
getProject() |
boolean |
isEmpty() |
void |
makeNonVirtual(JIPipeProgressInfo progress)
Makes the whole cache virtual
|
void |
makeVirtual(JIPipeProgressInfo progress)
Makes the whole cache virtual
|
void |
onAlgorithmRemoved(JIPipeGraph.GraphChangedEvent event)
Listens to changes in the algorithm graph.
|
int |
size() |
void |
store(JIPipeGraphNode source,
JIPipeProjectCacheState stateId,
JIPipeDataSlot slot,
JIPipeProgressInfo progressInfo)
Stores data into the cache
|
public JIPipeProjectCache(JIPipeProject project)
project
- the project the cache is associated topublic JIPipeProject getProject()
public void store(JIPipeGraphNode source, JIPipeProjectCacheState stateId, JIPipeDataSlot slot, JIPipeProgressInfo progressInfo)
source
- the generating algorithmstateId
- the state idslot
- the slot that contains the dataprogressInfo
- data storage progresspublic Map<JIPipeProjectCacheState,Map<String,JIPipeDataSlot>> extract(UUID source)
source
- the node UUIDpublic Map<String,JIPipeDataSlot> extract(UUID source, JIPipeProjectCacheState stateId)
source
- the node UUIDstateId
- the state idpublic JIPipeDataSlot extract(UUID source, JIPipeProjectCacheState stateId, String slotName)
source
- the node UUIDstateId
- the state idslotName
- the slot that contains the datapublic void clear(UUID source)
source
- the node UUIDpublic void clear(UUID source, JIPipeProjectCacheState stateId)
source
- the node UUIDstateId
- state idpublic void clear()
public void autoClean(boolean compareSlots, boolean compareProjectStates, JIPipeProgressInfo progressInfo)
compareSlots
- if true, states are removed if the output slots don't align with the current configuration anymorecompareProjectStates
- if true, states that are not within the project anymore are also removedprogressInfo
- the progress infopublic void onAlgorithmRemoved(JIPipeGraph.GraphChangedEvent event)
event
- the eventpublic EventBus getEventBus()
public int getCachedRowNumber()
public Map<JIPipeDataInfo,Integer> getCachedDataTypes()
public boolean isEmpty()
public int size()
public void makeVirtual(JIPipeProgressInfo progress)
progress
- the progresspublic void makeNonVirtual(JIPipeProgressInfo progress)
progress
- the progressCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.