Interface ImporterThreadingPolicy

  • All Known Implementing Classes:
    DefaultMultiThreadingPolicy

    public interface ImporterThreadingPolicy
    Defines multi-threading policy for the importer
    Author:
    Thierry Delprat
    • Method Detail

      • needToCreateThreadAfterNewFolderishNode

        boolean needToCreateThreadAfterNewFolderishNode​(DocumentModel parent,
                                                        SourceNode node,
                                                        long uploadedSources,
                                                        int batchSize,
                                                        int scheduledTasks)