Uses of Class
io.github.ascopes.protobufmavenplugin.utils.ConcurrentExecutor
Packages that use ConcurrentExecutor
Package
Description
Detection and management of input Protocol Buffer sources.
Components to facilitate incremental code generation, which aims to reduce build times for
large codebases by allowing the
maven-compiler-plugin
to incrementally generate classes
from Java sources.-
Uses of ConcurrentExecutor in io.github.ascopes.protobufmavenplugin.sources
Fields in io.github.ascopes.protobufmavenplugin.sources declared as ConcurrentExecutorModifier and TypeFieldDescriptionprivate final ConcurrentExecutor
ProtoSourceResolver.concurrentExecutor
Constructors in io.github.ascopes.protobufmavenplugin.sources with parameters of type ConcurrentExecutorModifierConstructorDescription(package private)
ProtoSourceResolver
(ConcurrentExecutor concurrentExecutor, TemporarySpace temporarySpace) -
Uses of ConcurrentExecutor in io.github.ascopes.protobufmavenplugin.sources.incremental
Fields in io.github.ascopes.protobufmavenplugin.sources.incremental declared as ConcurrentExecutorModifier and TypeFieldDescriptionprivate final ConcurrentExecutor
IncrementalCacheManager.concurrentExecutor
Constructors in io.github.ascopes.protobufmavenplugin.sources.incremental with parameters of type ConcurrentExecutorModifierConstructorDescription(package private)
IncrementalCacheManager
(ConcurrentExecutor concurrentExecutor, TemporarySpace temporarySpace, IncrementalCacheSerializer serializedIncrementalCacheSerializer)