Uses of Interface
com.deltaxml.core.config.threading.ThreadingConfig
Packages that use ThreadingConfig
Package
Description
DeltaNova XML Compare API
Contains classes and enums used to provide configuration options for input multi-threading threading to
PipelinedComparator and
DocumentComparator.-
Uses of ThreadingConfig in com.deltaxml.core
Methods in com.deltaxml.core that return ThreadingConfigModifier and TypeMethodDescriptionDocumentComparator.getThreadingConfig()Gets the currentThreadingConfiginstance in use byDocumentComparator.PipelinedComparator.getThreadingConfig()Gets the currentThreadingConfiginstance in use byPipelinedComparator.Methods in com.deltaxml.core with parameters of type ThreadingConfigModifier and TypeMethodDescriptionvoidPipelinedComparator.setThreadingConfig(ThreadingConfig threadingConfig) Sets the currentThreadingConfiginstance in use byPipelinedComparator. -
Uses of ThreadingConfig in com.deltaxml.core.config.threading
Methods in com.deltaxml.core.config.threading that return ThreadingConfigModifier and TypeMethodDescriptionstatic ThreadingConfigThreadingConfig.createInstance(boolean threadInput, Optional<ExecutorService> executorService) This is the factory method which should be used to create configured ThreadingConfig instances.