Uses of Class
com.atlassian.confluence.impl.util.sandbox.SandboxPoolConfiguration.Builder
Packages that use SandboxPoolConfiguration.Builder
-
Uses of SandboxPoolConfiguration.Builder in com.atlassian.confluence.impl.util.sandbox
Methods in com.atlassian.confluence.impl.util.sandbox that return SandboxPoolConfiguration.BuilderModifier and TypeMethodDescriptionSandboxPoolConfiguration.builder()
SandboxPoolConfiguration.Builder.withBootstrapClasses
(List<Class<?>> bootstrapClasses) Classes required to bootstrap a sandbox process.SandboxPoolConfiguration.Builder.withConcurrencyLevel
(int concurrencyLevel) Number of sandbox processes.SandboxPoolConfiguration.Builder.withDebugPortOffset
(Integer offset) Opens debug port for each sandbox process starting with given offset.SandboxPoolConfiguration.Builder.withErrorConsumer
(SandboxErrorConsumer errorConsumer) The sandbox server andSandboxTask
log a debug message by writing it to standard error.SandboxPoolConfiguration.Builder.withJavaOptions
(String... options) SandboxPoolConfiguration.Builder.withLogLevel
(Level logLevel) SandboxPoolConfiguration.Builder.withMemoryInMegabytes
(int memoryLimitInMegabytes) Limits memory of sandbox process.SandboxPoolConfiguration.Builder.withStackInMegabytes
(int stackInMegabytes) Sets the default stack size of sandbox process threads.SandboxPoolConfiguration.Builder.withStartupTimeLimit
(Duration timeLimit) Sandbox process taking longer that this time to start will be killed.