Uses of Class
de.aitools.aq.util.Memory

Packages that use Memory
de.aitools.aq.bighashmap.core   
de.aitools.aq.invertedindex.core   
de.aitools.aq.util   
 

Uses of Memory in de.aitools.aq.bighashmap.core
 

Methods in de.aitools.aq.bighashmap.core with parameters of type Memory
static
<V extends Value>
BigHashMap<V>
BigHashMap.open(java.lang.Class<V> clazz, java.io.File indexFile, Memory memory)
          Opens and initializes the hash map represented by indexFile.
 

Uses of Memory in de.aitools.aq.invertedindex.core
 

Methods in de.aitools.aq.invertedindex.core that return Memory
 Memory Configuration.getMaxMemoryUsage()
          Returns the upper bound of memory to use.
 

Methods in de.aitools.aq.invertedindex.core with parameters of type Memory
 void Configuration.setMaxMemoryUsage(Memory maxMemoryUsage)
          Sets the maximal amount of memory the index is required to use during indexing.
 

Uses of Memory in de.aitools.aq.util
 

Methods in de.aitools.aq.util that return Memory
static Memory Memory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Memory[] Memory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.aitools.aq.util with parameters of type Memory
static long Memory.bytes(Memory memory)