| Package | Description |
|---|---|
| com.atlassian.confluence.util.sandbox |
Sandbox framework enables running any java code independent from Confluence core in a separate OS process which can
crash, run out of memory, be killed and restarted without affecting Confluence.
|
| Modifier and Type | Method and Description |
|---|---|
static SandboxSpec.SpecBuilder |
SandboxSpec.builder() |
SandboxSpec.SpecBuilder |
SandboxSpec.SpecBuilder.registerCallbackContextObject(Class<?> type,
Object instance)
Add single mapping to callback context for this sandbox spec
|
SandboxSpec.SpecBuilder |
SandboxSpec.SpecBuilder.withMinimumMemoryInMb(int minimumMemoryInMb)
Minimum JVM heap memory requirement for sandbox process
|
SandboxSpec.SpecBuilder |
SandboxSpec.SpecBuilder.withMinimumStackInMb(int minimumStackInMb)
Minimum amount of heap memory sandbox JVM should have
|
Copyright © 2003–2019 Atlassian. All rights reserved.