Uses of Class
de.hybris.platform.solrfacetsearch.model.SolrIndexOperationModel
-
Packages that use SolrIndexOperationModel Package Description de.hybris.platform.solrfacetsearch.daos de.hybris.platform.solrfacetsearch.daos.impl de.hybris.platform.solrfacetsearch.model Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.de.hybris.platform.solrfacetsearch.solr de.hybris.platform.solrfacetsearch.solr.impl -
-
Uses of SolrIndexOperationModel in de.hybris.platform.solrfacetsearch.daos
Methods in de.hybris.platform.solrfacetsearch.daos that return SolrIndexOperationModel Modifier and Type Method Description SolrIndexOperationModelSolrIndexOperationDao. findIndexOperationById(long id)Finds the index operation by id.Methods in de.hybris.platform.solrfacetsearch.daos that return types with arguments of type SolrIndexOperationModel Modifier and Type Method Description java.util.Optional<SolrIndexOperationModel>SolrIndexOperationDao. findLastSuccesfulIndexOperation(SolrIndexModel index)Finds the last successfully finished FULL or UPDATE index operation for a given index. -
Uses of SolrIndexOperationModel in de.hybris.platform.solrfacetsearch.daos.impl
Methods in de.hybris.platform.solrfacetsearch.daos.impl that return SolrIndexOperationModel Modifier and Type Method Description SolrIndexOperationModelDefaultSolrIndexOperationDao. findIndexOperationById(long id)Methods in de.hybris.platform.solrfacetsearch.daos.impl that return types with arguments of type SolrIndexOperationModel Modifier and Type Method Description java.util.Optional<SolrIndexOperationModel>DefaultSolrIndexOperationDao. findLastSuccesfulIndexOperation(SolrIndexModel index) -
Uses of SolrIndexOperationModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return types with arguments of type SolrIndexOperationModel Modifier and Type Method Description java.util.Collection<SolrIndexOperationModel>SolrIndexModel. getIndexOperations()Generated method - Getter of theSolrIndex.indexOperationsattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model with type arguments of type SolrIndexOperationModel Modifier and Type Method Description voidSolrIndexModel. setIndexOperations(java.util.Collection<SolrIndexOperationModel> value)Generated method - Setter ofSolrIndex.indexOperationsattribute defined at extensionsolrfacetsearch. -
Uses of SolrIndexOperationModel in de.hybris.platform.solrfacetsearch.solr
Methods in de.hybris.platform.solrfacetsearch.solr that return SolrIndexOperationModel Modifier and Type Method Description SolrIndexOperationModelSolrIndexOperationService. cancelOperation(long id)Cancels the index operation.SolrIndexOperationModelSolrIndexOperationService. endOperation(long id, boolean indexError)End the index operation with statuses SUCCESS or FAILED depending on the indexError.SolrIndexOperationModelSolrIndexOperationService. getOperationForId(long id)finds an index operation by id.SolrIndexOperationModelSolrIndexOperationService. startOperation(SolrIndexModel index, long id, IndexOperation operation, boolean external)Starts an index operation. -
Uses of SolrIndexOperationModel in de.hybris.platform.solrfacetsearch.solr.impl
Methods in de.hybris.platform.solrfacetsearch.solr.impl that return SolrIndexOperationModel Modifier and Type Method Description SolrIndexOperationModelDefaultSolrIndexOperationService. cancelOperation(long id)SolrIndexOperationModelDefaultSolrIndexOperationService. endOperation(long id, boolean indexError)SolrIndexOperationModelDefaultSolrIndexOperationService. getOperationForId(long id)SolrIndexOperationModelDefaultSolrIndexOperationService. startOperation(SolrIndexModel index, long id, IndexOperation operation, boolean external)
-