SolrIndexOperationDao.@Deprecated public interface SolrIndexerOperationsDao
SolrIndexOperationRecord| Modifier and Type | Method and Description |
|---|---|
SolrIndexOperationRecordModel |
findLastSolrIndexOperationByStatus(SolrIndexedCoresRecordModel record,
IndexerOperationStatus status)
Deprecated.
Returns
SolrIndexOperationRecordModel for the given SolrIndexedCoresRecordModel and status that
has finished most recently. |
List<SolrIndexOperationRecordModel> |
findPreviousIndexOperations(SolrIndexedCoresRecordModel solrIndexCoreRecord,
Date targetTime)
Deprecated.
Returns Collections of
SolrIndexOperationRecordModel for the given SolrIndexedCoresRecordModel and
SolrIndexOperationRecordModel.getStartTime() before the target time |
SolrIndexOperationRecordModel |
findSolrIndexerOperation(SolrIndexedCoresRecordModel record,
IndexerOperationValues operationMode,
IndexerOperationStatus status)
Deprecated.
Returns
SolrIndexOperationRecordModel for the given SolrIndexedCoresRecordModel, index operation
mode and status. |
SolrIndexOperationRecordModel findSolrIndexerOperation(SolrIndexedCoresRecordModel record, IndexerOperationValues operationMode, IndexerOperationStatus status)
SolrIndexOperationRecordModel 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.record - operationMode - status - UnknownIdentifierException - when no SolrIndexOperationRecordModel with the given search criteria was found,AmbiguousIdentifierException - when more than one SolrIndexOperationRecordModel with the given search criteria was found,SolrIndexOperationRecordModel findLastSolrIndexOperationByStatus(SolrIndexedCoresRecordModel record, IndexerOperationStatus status)
SolrIndexOperationRecordModel for the given SolrIndexedCoresRecordModel and status that
has finished most recently.record - status - UnknownIdentifierException - when no SolrIndexOperationRecordModel with the given search criteria was found,List<SolrIndexOperationRecordModel> findPreviousIndexOperations(SolrIndexedCoresRecordModel solrIndexCoreRecord, Date targetTime)
SolrIndexOperationRecordModel for the given SolrIndexedCoresRecordModel and
SolrIndexOperationRecordModel.getStartTime() before the target timeCopyright © 2017 SAP SE. All Rights Reserved.