Uses of Class
de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContext.Status
-
Packages that use IndexerBatchContext.Status Package Description de.hybris.platform.solrfacetsearch.indexer de.hybris.platform.solrfacetsearch.indexer.impl -
-
Uses of IndexerBatchContext.Status in de.hybris.platform.solrfacetsearch.indexer
Methods in de.hybris.platform.solrfacetsearch.indexer that return IndexerBatchContext.Status Modifier and Type Method Description IndexerBatchContext.StatusIndexerBatchContext. getStatus()Returns the current status for thisIndexerBatchContextstatic IndexerBatchContext.StatusIndexerBatchContext.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexerBatchContext.Status[]IndexerBatchContext.Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IndexerBatchContext.Status in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl that return IndexerBatchContext.Status Modifier and Type Method Description IndexerBatchContext.StatusDefaultIndexerBatchContext. getStatus()Methods in de.hybris.platform.solrfacetsearch.indexer.impl with parameters of type IndexerBatchContext.Status Modifier and Type Method Description voidDefaultIndexerBatchContext. setStatus(IndexerBatchContext.Status status)
-