Uses of Interface
org.terrier.utility.MemoryChecker
-
Packages that use MemoryChecker Package Description org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform.org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexingorg.terrier.utility This package includes classes that are used in various part of the Terrier Platform. -
-
Uses of MemoryChecker in org.terrier.structures.indexing
Fields in org.terrier.structures.indexing declared as MemoryChecker Modifier and Type Field Description protected MemoryChecker
BaseMetaIndexBuilder. memCheck
protected MemoryChecker
LexiconBuilder. memCheck
-
Uses of MemoryChecker in org.terrier.structures.indexing.singlepass
Fields in org.terrier.structures.indexing.singlepass declared as MemoryChecker Modifier and Type Field Description 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.utility
Classes in org.terrier.utility that implement MemoryChecker Modifier and Type Class Description class
RuntimeMemoryChecker
A memory checker that uses the Java Runtime instance to check the amount of available memory.
-