Package io.jmix.search.index.queue
Interface EntityIdsLoader
- All Known Implementing Classes:
- CommonJpaEntityIdsLoader,- OracleEntityIdsLoader,- OrderBasedEntityIdsLoader
public interface EntityIdsLoader
Allows to load ids of entity instances according to enqueueing session.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classKeeps result of ids loading.
- 
Method SummaryModifier and TypeMethodDescriptionloadNextIds(EnqueueingSession session, int batchSize) Loads next batch of instances related to provided session.
- 
Method Details- 
loadNextIdsLoads next batch of instances related to provided session.- Parameters:
- session- enqueueing session
- batchSize- batch size
- Returns:
- loading result
 
 
-