Uses of Interface
com.atlassian.confluence.util.sandbox.SandboxSpec.SpecBuilder
-
Packages that use SandboxSpec.SpecBuilder Package Description com.atlassian.confluence.util.sandbox 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.SpecBuilder Modifier and Type Method Description static SandboxSpec.SpecBuilderSandboxSpec. builder()SandboxSpec.SpecBuilderSandboxSpec.SpecBuilder. registerCallbackContextObject(Class<?> type, Object instance)Add single mapping to callback context for this sandbox specSandboxSpec.SpecBuilderSandboxSpec.SpecBuilder. withMinimumMemoryInMb(int minimumMemoryInMb)Minimum JVM heap memory requirement for sandbox processSandboxSpec.SpecBuilderSandboxSpec.SpecBuilder. withMinimumStackInMb(int minimumStackInMb)Minimum amount of heap memory sandbox JVM should have
-