Uses of Interface
org.codelibs.fess.ds.callback.IndexUpdateCallback
Packages that use IndexUpdateCallback
-
Uses of IndexUpdateCallback in org.codelibs.fess.ds
Methods in org.codelibs.fess.ds with parameters of type IndexUpdateCallbackModifier and TypeMethodDescriptionvoidAbstractDataStore.store(DataConfig config, IndexUpdateCallback callback, DataStoreParams initParamMap) voidDataStore.store(DataConfig config, IndexUpdateCallback callback, DataStoreParams initParamMap) protected abstract voidAbstractDataStore.storeData(DataConfig dataConfig, IndexUpdateCallback callback, DataStoreParams paramMap, Map<String, String> scriptMap, Map<String, Object> defaultDataMap) -
Uses of IndexUpdateCallback in org.codelibs.fess.ds.callback
Classes in org.codelibs.fess.ds.callback that implement IndexUpdateCallbackModifier and TypeClassDescriptionclassclassFields in org.codelibs.fess.ds.callback declared as IndexUpdateCallbackModifier and TypeFieldDescriptionprotected IndexUpdateCallbackFileListIndexUpdateCallbackImpl.indexUpdateCallbackConstructors in org.codelibs.fess.ds.callback with parameters of type IndexUpdateCallbackModifierConstructorDescriptionFileListIndexUpdateCallbackImpl(IndexUpdateCallback indexUpdateCallback, org.codelibs.fess.crawler.client.CrawlerClientFactory crawlerClientFactory, int nThreads) -
Uses of IndexUpdateCallback in org.codelibs.fess.helper
Constructors in org.codelibs.fess.helper with parameters of type IndexUpdateCallbackModifierConstructorDescriptionprotectedDataCrawlingThread(DataConfig dataConfig, IndexUpdateCallback indexUpdateCallback, DataStoreParams initParamMap)