Uses of Class
org.knime.core.node.workflow.SingleNodeContainer.MemoryPolicy

Packages that use SingleNodeContainer.MemoryPolicy
org.knime.core.node Contains all classes needed to implement a new node in the workflow. 
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
 

Uses of SingleNodeContainer.MemoryPolicy in org.knime.core.node
 

Methods in org.knime.core.node that return SingleNodeContainer.MemoryPolicy
(package private)  SingleNodeContainer.MemoryPolicy MiscSettingsTab.getStatus()
          Get the memory policy for the currently selected radio button.
 

Methods in org.knime.core.node with parameters of type SingleNodeContainer.MemoryPolicy
(package private)  void MiscSettingsTab.setStatus(SingleNodeContainer.MemoryPolicy policy)
          Select the radio button for the given policy.
 

Constructors in org.knime.core.node with parameters of type SingleNodeContainer.MemoryPolicy
BufferedDataContainer(DataTableSpec spec, boolean initDomain, Node node, SingleNodeContainer.MemoryPolicy policy, boolean forceCopyOfBlobs, int maxCellsInMemory, Map<Integer,ContainerTable> globalTableRepository, Map<Integer,ContainerTable> localTableRepository)
          Creates new container.
ExecutionContext(NodeProgressMonitor progMon, Node node, SingleNodeContainer.MemoryPolicy policy, HashMap<Integer,ContainerTable> tableRepository)
          Creates new object based on a progress monitor and a node as parent of any created buffered data table.
 

Uses of SingleNodeContainer.MemoryPolicy in org.knime.core.node.workflow
 

Methods in org.knime.core.node.workflow that return SingleNodeContainer.MemoryPolicy
 SingleNodeContainer.MemoryPolicy SingleNodeContainer.SingleNodeContainerSettings.getMemoryPolicy()
          Returns the memory policy currently stored in this settings object.
(package private)  SingleNodeContainer.MemoryPolicy SingleNodeContainer.getOutDataMemoryPolicy()
          Get the policy for the data outports, that is, keep the output in main memory or write it to disc.
static SingleNodeContainer.MemoryPolicy SingleNodeContainer.MemoryPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SingleNodeContainer.MemoryPolicy[] SingleNodeContainer.MemoryPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.knime.core.node.workflow with parameters of type SingleNodeContainer.MemoryPolicy
 void SingleNodeContainer.SingleNodeContainerSettings.setMemoryPolicy(SingleNodeContainer.MemoryPolicy memPolicy)
          Store a new memory policy in this settings object.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.