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