Uses of Class
de.hybris.platform.solrfacetsearch.enums.IndexerOperationValues
-
Packages that use IndexerOperationValues Package Description de.hybris.platform.commerceservices.setup.impl de.hybris.platform.solrfacetsearch.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.solrfacetsearch.model Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.de.hybris.platform.solrfacetsearch.model.config Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package.de.hybris.platform.solrfacetsearch.model.indexer.cron Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.indexer.cron package. -
-
Uses of IndexerOperationValues in de.hybris.platform.commerceservices.setup.impl
Methods in de.hybris.platform.commerceservices.setup.impl with parameters of type IndexerOperationValues Modifier and Type Method Description protected java.lang.StringDefaultSetupSolrIndexerService. buildSolrCronJobCode(SolrFacetSearchConfig solrFacetSearchConfig, IndexerOperationValues indexerOperation)protected SolrIndexerCronJobDefaultSetupSolrIndexerService. createSolrIndexerJob(SolrFacetSearchConfig solrFacetSearchConfig, IndexerOperationValues indexerOperation)protected voidDefaultSetupSolrIndexerService. executeSolrIndexerCronJob(SolrFacetSearchConfig solrFacetSearchConfig, IndexerOperationValues indexerOperation)protected SolrIndexerCronJobDefaultSetupSolrIndexerService. getExistingSolrIndexerJob(SolrFacetSearchConfig solrFacetSearchConfig, IndexerOperationValues indexerOperation)protected SolrIndexerCronJobDefaultSetupSolrIndexerService. getSolrIndexerJob(SolrFacetSearchConfig solrFacetSearchConfig, IndexerOperationValues indexerOperation) -
Uses of IndexerOperationValues in de.hybris.platform.solrfacetsearch.enums
Methods in de.hybris.platform.solrfacetsearch.enums that return IndexerOperationValues Modifier and Type Method Description static IndexerOperationValuesIndexerOperationValues. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexerOperationValues[]IndexerOperationValues. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IndexerOperationValues in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return IndexerOperationValues Modifier and Type Method Description IndexerOperationValuesSolrIndexerDistributedProcessModel. getIndexOperation()Generated method - Getter of theSolrIndexerDistributedProcess.indexOperationattribute defined at extensionsolrfacetsearch.IndexerOperationValuesSolrIndexOperationRecordModel. getMode()Generated method - Getter of theSolrIndexOperationRecord.modeattribute defined at extensionsolrfacetsearch.IndexerOperationValuesSolrIndexOperationModel. getOperation()Generated method - Getter of theSolrIndexOperation.operationattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type IndexerOperationValues Modifier and Type Method Description voidSolrIndexerDistributedProcessModel. setIndexOperation(IndexerOperationValues value)Generated method - Setter ofSolrIndexerDistributedProcess.indexOperationattribute defined at extensionsolrfacetsearch.voidSolrIndexOperationRecordModel. setMode(IndexerOperationValues value)Generated method - Setter ofSolrIndexOperationRecord.modeattribute defined at extensionsolrfacetsearch.voidSolrIndexOperationModel. setOperation(IndexerOperationValues value)Generated method - Initial setter ofSolrIndexOperation.operationattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type IndexerOperationValues Constructor Description SolrIndexOperationModel(long _id, SolrIndexModel _index, IndexerOperationValues _operation, ItemModel _owner, IndexerOperationStatus _status)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexOperationModel(long _id, SolrIndexModel _index, IndexerOperationValues _operation, IndexerOperationStatus _status)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, ItemModel _owner, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, java.lang.String _threadId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, java.lang.String _threadId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of IndexerOperationValues in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return IndexerOperationValues Modifier and Type Method Description IndexerOperationValuesSolrIndexerQueryModel. getType()Generated method - Getter of theSolrIndexerQuery.typeattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type IndexerOperationValues Modifier and Type Method Description voidSolrIndexerQueryModel. setType(IndexerOperationValues value)Generated method - Initial setter ofSolrIndexerQuery.typeattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model.config with parameters of type IndexerOperationValues Constructor Description SolrIndexerQueryModel(java.lang.String _identifier, ItemModel _owner, java.lang.String _query, IndexerOperationValues _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexerQueryModel(java.lang.String _identifier, java.lang.String _query, IndexerOperationValues _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of IndexerOperationValues in de.hybris.platform.solrfacetsearch.model.indexer.cron
Methods in de.hybris.platform.solrfacetsearch.model.indexer.cron that return IndexerOperationValues Modifier and Type Method Description IndexerOperationValuesSolrIndexerCronJobModel. getIndexerOperation()Generated method - Getter of theSolrIndexerCronJob.indexerOperationattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.indexer.cron with parameters of type IndexerOperationValues Modifier and Type Method Description voidSolrIndexerCronJobModel. setIndexerOperation(IndexerOperationValues value)Generated method - Setter ofSolrIndexerCronJob.indexerOperationattribute defined at extensionsolrfacetsearch.
-