Interface ImporterThreadingPolicy
-
- All Known Implementing Classes:
DefaultMultiThreadingPolicy
public interface ImporterThreadingPolicy
Defines multi-threading policy for the importer- Author:
- Thierry Delprat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
needToCreateThreadAfterNewFolderishNode(DocumentModel parent, SourceNode node, long uploadedSources, int batchSize, int scheduledTasks)
-
-
-
Method Detail
-
needToCreateThreadAfterNewFolderishNode
boolean needToCreateThreadAfterNewFolderishNode(DocumentModel parent, SourceNode node, long uploadedSources, int batchSize, int scheduledTasks)
-
-