Uses of Enum Class
de.hybris.platform.solrfacetsearch.enums.IndexerOperationValues
Packages that use IndexerOperationValues
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package.
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.indexer.cron package.
-
Uses of IndexerOperationValues in de.hybris.platform.solrfacetsearch.enums
Methods in de.hybris.platform.solrfacetsearch.enums that return IndexerOperationValuesModifier and TypeMethodDescriptionstatic IndexerOperationValuesReturns the enum constant of this class with the specified name.static IndexerOperationValues[]IndexerOperationValues.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IndexerOperationValues in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return IndexerOperationValuesModifier and TypeMethodDescriptionSolrIndexerDistributedProcessModel.getIndexOperation()Generated method - Getter of theSolrIndexerDistributedProcess.indexOperationattribute defined at extensionsolrfacetsearch.SolrIndexOperationRecordModel.getMode()Generated method - Getter of theSolrIndexOperationRecord.modeattribute defined at extensionsolrfacetsearch.SolrIndexOperationModel.getOperation()Generated method - Getter of theSolrIndexOperation.operationattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type IndexerOperationValuesModifier and TypeMethodDescriptionvoidSolrIndexerDistributedProcessModel.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 IndexerOperationValuesModifierConstructorDescriptionSolrIndexOperationModel(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, 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, 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 IndexerOperationValuesModifier and TypeMethodDescriptionSolrIndexerQueryModel.getType()Generated method - Getter of theSolrIndexerQuery.typeattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type IndexerOperationValuesModifier and TypeMethodDescriptionvoidSolrIndexerQueryModel.setType(IndexerOperationValues value) Generated method - Initial setter ofSolrIndexerQuery.typeattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model.config with parameters of type IndexerOperationValuesModifierConstructorDescriptionSolrIndexerQueryModel(String _identifier, ItemModel _owner, 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(String _identifier, 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 IndexerOperationValuesModifier and TypeMethodDescriptionSolrIndexerCronJobModel.getIndexerOperation()Generated method - Getter of theSolrIndexerCronJob.indexerOperationattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.indexer.cron with parameters of type IndexerOperationValuesModifier and TypeMethodDescriptionvoidSolrIndexerCronJobModel.setIndexerOperation(IndexerOperationValues value) Generated method - Setter ofSolrIndexerCronJob.indexerOperationattribute defined at extensionsolrfacetsearch.