Uses of Interface
org.infinispan.query.backend.SearchWorkCreator
-
Packages that use SearchWorkCreator Package Description org.infinispan.query.backend Mostly internal search related classes. -
-
Uses of SearchWorkCreator in org.infinispan.query.backend
Subinterfaces of SearchWorkCreator in org.infinispan.query.backend Modifier and Type Interface Description interface
ExtendedSearchWorkCreator
Deprecated.without replacementMethods in org.infinispan.query.backend that return SearchWorkCreator Modifier and Type Method Description SearchWorkCreator
QueryInterceptor. getSearchWorkCreator()
Get the search work creator.Methods in org.infinispan.query.backend with parameters of type SearchWorkCreator Modifier and Type Method Description void
QueryInterceptor. setSearchWorkCreator(SearchWorkCreator searchWorkCreator)
Customize work creation during indexing
-