Uses of Interface
org.terrier.structures.indexing.singlepass.SinglePassIndexerFlushDelegate
-
Packages that use SinglePassIndexerFlushDelegate Package Description org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexing -
-
Uses of SinglePassIndexerFlushDelegate in org.terrier.structures.indexing.singlepass
Fields in org.terrier.structures.indexing.singlepass declared as SinglePassIndexerFlushDelegate Modifier and Type Field Description protected SinglePassIndexerFlushDelegateExtensibleSinglePassIndexer. flushDelegateDelegate for HadoopIndexerMapper to intercept flushesMethods in org.terrier.structures.indexing.singlepass that return SinglePassIndexerFlushDelegate Modifier and Type Method Description protected SinglePassIndexerFlushDelegateExtensibleSinglePassIndexer. getFlushDelegate()Get the flushDelegateMethods in org.terrier.structures.indexing.singlepass with parameters of type SinglePassIndexerFlushDelegate Modifier and Type Method Description protected voidExtensibleSinglePassIndexer. setFlushDelegate(SinglePassIndexerFlushDelegate _flushDelegate)Set the flushDelegate
-