| 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 |
|---|---|
SandboxSpec |
SandboxSpec.SpecBuilder.build(Duration requestTimeLimit)
Build the specification object with specified request time limit
|
static SandboxSpec |
SandboxSpec.of(Duration requestTimeLimit) |
| Modifier and Type | Method and Description |
|---|---|
Sandbox |
SandboxRegistry.get(SandboxSpec spec)
Get the most suitable sandbox instance from the system satisfying the specification.
|
Copyright © 2003–2018 Atlassian. All rights reserved.