unity.operators
Class MemoryManager

java.lang.Object
  extended by unity.operators.MemoryManager

public class MemoryManager
extends java.lang.Object


Constructor Summary
MemoryManager()
           
 
Method Summary
static void allocateQueryMemory(LQNode root, java.util.ArrayList localQueryRootNodes)
           
static long getFreeMemory()
           
static long getMaxMemory()
           
static long getQueryMemory()
           
static long getTotalMemory()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryManager

public MemoryManager()
Method Detail

getFreeMemory

public static long getFreeMemory()

getTotalMemory

public static long getTotalMemory()

getMaxMemory

public static long getMaxMemory()

getQueryMemory

public static long getQueryMemory()

allocateQueryMemory

public static void allocateQueryMemory(LQNode root,
                                       java.util.ArrayList localQueryRootNodes)