Package | Description |
---|---|
org.ballerinalang.bre.bvm | |
org.ballerinalang.util.codegen | |
org.ballerinalang.util.program |
Modifier and Type | Field and Description |
---|---|
WorkerInfo |
WorkerExecutionContext.workerInfo |
Modifier and Type | Method and Description |
---|---|
WorkerInfo |
StackFrame.getWorkerInfo() |
Constructor and Description |
---|
StackFrame(CallableUnitInfo callableUnitInfo,
WorkerInfo workerInfo,
int retAddrs,
int[] retRegIndexes) |
StackFrame(CallableUnitInfo callableUnitInfo,
WorkerInfo workerInfo,
int retAddrs,
int[] retRegIndexes,
BValue[] returnValues) |
WorkerExecutionContext(WorkerExecutionContext parent,
WorkerResponseContext respCtx,
CallableUnitInfo callableUnitInfo,
WorkerInfo workerInfo,
WorkerData workerLocal,
boolean runInCaller) |
WorkerExecutionContext(WorkerExecutionContext parent,
WorkerResponseContext respCtx,
CallableUnitInfo callableUnitInfo,
WorkerInfo workerInfo,
WorkerData workerLocal,
WorkerData workerResult,
int[] retRegIndexes,
boolean runInCaller) |
Modifier and Type | Field and Description |
---|---|
protected WorkerInfo |
CallableUnitInfo.defaultWorkerInfo |
WorkerInfo[] |
CallableUnitInfo.WorkerSet.generalWorkers |
WorkerInfo |
CallableUnitInfo.WorkerSet.initWorker |
Modifier and Type | Field and Description |
---|---|
protected Map<String,WorkerInfo> |
CallableUnitInfo.workerInfoMap |
protected Map<String,WorkerInfo> |
ForkjoinInfo.workerInfoMap |
Modifier and Type | Method and Description |
---|---|
WorkerInfo |
CallableUnitInfo.getDefaultWorkerInfo() |
WorkerInfo |
CallableUnitInfo.getWorkerInfo(String workerName) |
WorkerInfo |
ForkjoinInfo.getWorkerInfo(String workerName) |
WorkerInfo[] |
ForkjoinInfo.getWorkerInfos() |
Modifier and Type | Method and Description |
---|---|
Map<String,WorkerInfo> |
CallableUnitInfo.getWorkerInfoMap() |
Map<String,WorkerInfo> |
ForkjoinInfo.getWorkerInfoMap() |
Modifier and Type | Method and Description |
---|---|
void |
CallableUnitInfo.addWorkerInfo(String workerName,
WorkerInfo workerInfo) |
void |
ForkjoinInfo.addWorkerInfo(String workerName,
WorkerInfo workerInfo) |
void |
CallableUnitInfo.setDefaultWorkerInfo(WorkerInfo defaultWorkerInfo) |
Modifier and Type | Method and Description |
---|---|
static WorkerData |
BLangVMUtils.createWorkerDataForLocal(WorkerInfo workerInfo,
WorkerExecutionContext parentCtx,
int[] argRegs,
BType[] paramTypes) |
Constructor and Description |
---|
SynchronizedStackFrame(CallableUnitInfo callableUnitInfo,
WorkerInfo workerInfo,
int retAddrs,
int[] retRegIndexes) |
Copyright © 2018 WSO2. All rights reserved.