public interface IProcessingTask
This is important for stacks of very large data items.
| Modifier and Type | Method and Description |
|---|---|
AbstractProcessingTask |
getParentTask() |
boolean |
isVirtual()
Returns whether or not the virtual flag has been set at the execution
start of a task.
|
void |
setParentTask(AbstractProcessingTask parentTask) |
boolean isVirtual()
true if every item is serialized to the hard disk
and loaded again on demand, false if the entire
processing is performed within the memory.AbstractProcessingTask getParentTask()
void setParentTask(AbstractProcessingTask parentTask)
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.