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 SinglePassIndexerFlushDelegate
ExtensibleSinglePassIndexer. flushDelegate
Delegate for HadoopIndexerMapper to intercept flushesMethods in org.terrier.structures.indexing.singlepass that return SinglePassIndexerFlushDelegate Modifier and Type Method Description protected SinglePassIndexerFlushDelegate
ExtensibleSinglePassIndexer. getFlushDelegate()
Get the flushDelegateMethods in org.terrier.structures.indexing.singlepass with parameters of type SinglePassIndexerFlushDelegate Modifier and Type Method Description protected void
ExtensibleSinglePassIndexer. setFlushDelegate(SinglePassIndexerFlushDelegate _flushDelegate)
Set the flushDelegate
-