Uses of Interface
org.terrier.structures.seralization.WriteableFactory

Packages that use WriteableFactory
org.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
org.terrier.structures.collections Provides data structures various data structures. 
org.terrier.structures.seralization Provides classes for things that can be serializaed to disk. 
 

Uses of WriteableFactory in org.terrier.structures
 

Classes in org.terrier.structures that implement WriteableFactory
static class BasicDocumentIndexEntry.Factory
          Returna a factory for creating document index entries
static class BasicLexiconEntry.Factory
          Factory for creating LexiconEntry objects
static class BlockFieldLexiconEntry.Factory
          Factory for creating LexiconEntries
static class BlockLexiconEntry.Factory
          Factory for creating block lexicon entries
static class FieldDocumentIndexEntry.Factory
          Factory for creating a field document index entry
static class FieldLexiconEntry.Factory
          Factory for a LexiconEntry
static class SimpleBitIndexPointer.Factory
          Factory class for SimpleBitIndexPointer.
static class SimpleDocumentIndexEntry.Factory
          Factory for the creation of DocumentIndexEntry objects
 

Fields in org.terrier.structures declared as WriteableFactory
protected  WriteableFactory<org.apache.hadoop.io.Text> MapLexicon.keyFactory
           
 

Uses of WriteableFactory in org.terrier.structures.collections
 

Methods in org.terrier.structures.collections that return WriteableFactory
 WriteableFactory<K> FSOrderedMapFile.getKeyFactory()
          Get the key factory
 WriteableFactory<V> FSOrderedMapFile.getValueFactory()
          Get the value factory
 

Uses of WriteableFactory in org.terrier.structures.seralization
 

Subinterfaces of WriteableFactory in org.terrier.structures.seralization
 interface FixedSizeWriteableFactory<T extends Writable>
          Sub-interface for WritableFactory, where the Writable objects have a fixed size on disk.
 

Classes in org.terrier.structures.seralization that implement WriteableFactory
 class FixedSizeIntWritableFactory
          Makes an IntWritable, which has a fixed Writable size of 4 bytes.
 class FixedSizeTextFactory
          Makes a Text object that has a fixed size when written using Writable methods.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow