Interface SandboxSpec
@ExperimentalApi
public interface SandboxSpec
Specification for the sandbox which will be used in searching the most suitable sandbox instance in 
SandboxRegistry.- Since:
- 6.12
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic SandboxSpec.SpecBuilderbuilder()Callback context object for this sandbox instanceintMinimum amount of heap memory sandbox JVM should haveintMinimum amount of stack every sandbox thread should havestatic SandboxSpecSandbox function call taking longer that this time limit will be terminated.
- 
Method Details- 
minimumMemoryInMbint minimumMemoryInMb()Minimum amount of heap memory sandbox JVM should have
- 
requestTimeLimitDuration requestTimeLimit()Sandbox function call taking longer that this time limit will be terminated. The sandbox process will be killed and restarted on the next call.
- 
minimumStackInMbint minimumStackInMb()Minimum amount of stack every sandbox thread should have
- 
callbackContextSandboxCallbackContext callbackContext()Callback context object for this sandbox instance
- 
of
- 
builder
 
-