Interface SandboxSpec.SpecBuilder
- Enclosing interface:
- SandboxSpec
public static interface SandboxSpec.SpecBuilder
-
Method Summary
Modifier and TypeMethodDescriptionBuild the specification object with specified request time limitregisterCallbackContextObject
(Class<?> type, Object instance) Add single mapping to callback context for this sandbox specwithMinimumMemoryInMb
(int minimumMemoryInMb) Minimum JVM heap memory requirement for sandbox processwithMinimumStackInMb
(int minimumStackInMb) Minimum amount of heap memory sandbox JVM should have
-
Method Details
-
withMinimumMemoryInMb
Minimum JVM heap memory requirement for sandbox process -
withMinimumStackInMb
Minimum amount of heap memory sandbox JVM should have -
registerCallbackContextObject
Add single mapping to callback context for this sandbox spec -
build
Build the specification object with specified request time limit
-