DefaultSolrIndexOperationDao.@Deprecated public class DefaultSolrIndexerOperationsDao extends AbstractItemDao implements SolrIndexerOperationsDao
flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultSolrIndexerOperationsDao()
Deprecated.
|
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServicepublic DefaultSolrIndexerOperationsDao()
public SolrIndexOperationRecordModel findSolrIndexerOperation(SolrIndexedCoresRecordModel record, IndexerOperationValues operationMode, IndexerOperationStatus status)
SolrIndexerOperationsDaoSolrIndexOperationRecordModel for the given SolrIndexedCoresRecordModel, index operation
mode and status. As there may be different indexing threads at the same time, implementation should mind current
thread id and cluster node id.findSolrIndexerOperation in interface SolrIndexerOperationsDaopublic SolrIndexOperationRecordModel findLastSolrIndexOperationByStatus(SolrIndexedCoresRecordModel record, IndexerOperationStatus status)
SolrIndexerOperationsDaoSolrIndexOperationRecordModel for the given SolrIndexedCoresRecordModel and status that
has finished most recently.findLastSolrIndexOperationByStatus in interface SolrIndexerOperationsDaopublic List<SolrIndexOperationRecordModel> findPreviousIndexOperations(SolrIndexedCoresRecordModel record, Date targetTime)
SolrIndexerOperationsDaoSolrIndexOperationRecordModel for the given SolrIndexedCoresRecordModel and
SolrIndexOperationRecordModel.getStartTime() before the target timefindPreviousIndexOperations in interface SolrIndexerOperationsDaopublic void setClusterService(ClusterService clusterService)
Copyright © 2017 SAP SE. All Rights Reserved.