Uses of Interface
org.hibernate.search.engine.backend.work.execution.spi.IndexWorkspace
-
-
Uses of IndexWorkspace in org.hibernate.search.backend.elasticsearch.index.impl
Methods in org.hibernate.search.backend.elasticsearch.index.impl that return IndexWorkspace Modifier and Type Method Description IndexWorkspaceIndexManagerBackendContext. createWorkspace(WorkExecutionIndexManagerContext indexManagerContext, Set<String> tenantIds) -
Uses of IndexWorkspace in org.hibernate.search.backend.elasticsearch.work.execution.impl
Classes in org.hibernate.search.backend.elasticsearch.work.execution.impl that implement IndexWorkspace Modifier and Type Class Description classElasticsearchIndexWorkspaceMethods in org.hibernate.search.backend.elasticsearch.work.execution.impl that return IndexWorkspace Modifier and Type Method Description IndexWorkspaceWorkExecutionBackendContext. createWorkspace(WorkExecutionIndexManagerContext indexManagerContext, Set<String> tenantIds) -
Uses of IndexWorkspace in org.hibernate.search.backend.lucene.index.impl
Methods in org.hibernate.search.backend.lucene.index.impl that return IndexWorkspace Modifier and Type Method Description IndexWorkspaceIndexManagerBackendContext. createWorkspace(WorkExecutionIndexManagerContext indexManagerContext, Set<String> tenantIds)IndexWorkspaceLuceneIndexManagerImpl. createWorkspace(BackendMappingContext mappingContext, Set<String> tenantIds) -
Uses of IndexWorkspace in org.hibernate.search.backend.lucene.work.execution.impl
Classes in org.hibernate.search.backend.lucene.work.execution.impl that implement IndexWorkspace Modifier and Type Class Description classLuceneIndexWorkspaceMethods in org.hibernate.search.backend.lucene.work.execution.impl that return IndexWorkspace Modifier and Type Method Description IndexWorkspaceWorkExecutionBackendContext. createWorkspace(WorkExecutionIndexManagerContext indexManagerContext, Set<String> tenantIds) -
Uses of IndexWorkspace in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi that return IndexWorkspace Modifier and Type Method Description IndexWorkspaceIndexManagerImplementor. createWorkspace(BackendMappingContext mappingContext, Set<String> tenantId) -
Uses of IndexWorkspace in org.hibernate.search.engine.mapper.mapping.impl
Methods in org.hibernate.search.engine.mapper.mapping.impl that return IndexWorkspace Modifier and Type Method Description IndexWorkspaceMappedIndexManagerImpl. createWorkspace(BackendMappingContext mappingContext, Set<String> tenantIds)IndexWorkspaceMappedIndexManagerImpl. createWorkspace(DetachedBackendSessionContext sessionContext)Deprecated. -
Uses of IndexWorkspace in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi that return IndexWorkspace Modifier and Type Method Description IndexWorkspaceMappedIndexManager. createWorkspace(BackendMappingContext mappingContext, Set<String> tenantId)IndexWorkspaceMappedIndexManager. createWorkspace(DetachedBackendSessionContext sessionContext)Deprecated. -
Uses of IndexWorkspace in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return IndexWorkspace Modifier and Type Method Description IndexWorkspacePojoIndexedTypeManager. createWorkspace(BackendMappingContext mappingContext, Set<String> tenantIds) -
Uses of IndexWorkspace in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return IndexWorkspace Modifier and Type Method Description IndexWorkspacePojoWorkIndexedTypeContext. createWorkspace(BackendMappingContext mappingContext, Set<String> tenantIds)
-