Uses of Interface
org.terrier.utility.MemoryChecker

Packages that use MemoryChecker
org.terrier.indexing Provides classes and interfaces related to the indexing of documents. 
org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform. 
org.terrier.utility This package includes classes that are used in various part of the Terrier Platform. 
 

Uses of MemoryChecker in org.terrier.indexing
 

Fields in org.terrier.indexing declared as MemoryChecker
protected  MemoryChecker BasicSinglePassIndexer.memoryCheck
          Memory Checker - provides the method for checking to see if the system is running low on memory
 

Uses of MemoryChecker in org.terrier.structures.indexing
 

Fields in org.terrier.structures.indexing declared as MemoryChecker
protected  MemoryChecker CompressingMetaIndexBuilder.memCheck
           
 

Uses of MemoryChecker in org.terrier.utility
 

Classes in org.terrier.utility that implement MemoryChecker
 class RuntimeMemoryChecker
          A memory checker that uses the Java Runtime instance to check the amount of available memory.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow