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 Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classKeeps result of ids loading. - 
Method Summary
Modifier and TypeMethodDescriptionloadNextIds(EnqueueingSession session, int batchSize) Loads next batch of instances related to provided session. 
- 
Method Details
- 
loadNextIds
Loads next batch of instances related to provided session.- Parameters:
 session- enqueueing sessionbatchSize- batch size- Returns:
 - loading result
 
 
 -