Uses of Interface
com.atlassian.confluence.util.sandbox.SandboxSpec.SpecBuilder
Packages that use SandboxSpec.SpecBuilder
Package
Description
Sandbox framework enables running any java code independent of Confluence core in a separate OS process which can
crash, run out of memory, be killed and restarted without affecting Confluence.
-
Uses of SandboxSpec.SpecBuilder in com.atlassian.confluence.util.sandbox
Methods in com.atlassian.confluence.util.sandbox that return SandboxSpec.SpecBuilderModifier and TypeMethodDescriptionstatic SandboxSpec.SpecBuilderSandboxSpec.builder()SandboxSpec.SpecBuilder.registerCallbackContextObject(Class<?> type, Object instance) Add single mapping to callback context for this sandbox specSandboxSpec.SpecBuilder.withMinimumMemoryInMb(int minimumMemoryInMb) Minimum JVM heap memory requirement for sandbox processSandboxSpec.SpecBuilder.withMinimumStackInMb(int minimumStackInMb) Minimum amount of heap memory sandbox JVM should have