Uses of Class
com.e1c.langtool.collector.ProjectMultiThreadCollectingOperation.Builder
Packages that use ProjectMultiThreadCollectingOperation.Builder
-
Uses of ProjectMultiThreadCollectingOperation.Builder in com.e1c.langtool.collector
Methods in com.e1c.langtool.collector that return ProjectMultiThreadCollectingOperation.BuilderModifier and TypeMethodDescriptionProjectMultiThreadCollectingOperation.Builder.beforeOperationRun(Runnable beforeOperationRun) Operation may run some call before multi-thread collecting.ProjectMultiThreadCollectingOperation.Builder.beforeOperationTaskName(String beforeOperationTaskName) Task name of the operation that starts on project scanning resource and collect files that need to process.ProjectMultiThreadCollectingOperation.Builder.collectingService(IFeatureValueCollectingService collectingService) Set collecting service that will use for multi-thread access.ProjectMultiThreadCollectingOperation.Builder.newBuilder()New builder to configure operation.ProjectMultiThreadCollectingOperation.Builder.operationTaskName(String operationTaskName) Customize Operation main task name.ProjectMultiThreadCollectingOperation.Builder.parameters(ICollectingParameters parameters) The collecting parameters.ProjectMultiThreadCollectingOperation.Builder.project(org.eclipse.core.resources.IProject project) Project to collect files from.ProjectMultiThreadCollectingOperation.Builder.subTaskName(BiFunction<Long, Long, String> subTaskName) Sub task name function where fist calling parameter is current processed number of files, and the second is total number of files submitted in pool queue.ProjectMultiThreadCollectingOperation.Builder.threadKeepAliveTime(Duration threadKeepAliveTime) Customize Thread-pool behavior that keeps thread alive some time after task queue is empty.ProjectMultiThreadCollectingOperation.Builder.threadNamePrefix(String threadNamePrefix) Thread name prefix of multi-thread access pool after which will append the number of the thread in pool.