Uses of Interface
org.hibernate.search.engine.backend.index.spi.IndexManagerStartContext
-
Packages that use IndexManagerStartContext Package Description org.hibernate.search.engine.backend.index.spi -
-
Uses of IndexManagerStartContext in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi with parameters of type IndexManagerStartContext Modifier and Type Method Description void
IndexManagerImplementor. start(IndexManagerStartContext context)
Start any resource necessary to operate the index manager at runtime.
-