public final class Kernel.KernelState
extends java.lang.Object
NOT INTENDED FOR USE BY USERS
Modifier and Type | Method and Description |
---|---|
int[] |
getGlobalIds() |
int[] |
getGroupIds() |
java.util.concurrent.CyclicBarrier |
getLocalBarrier() |
int[] |
getLocalIds() |
int |
getPassId() |
Range |
getRange() |
void |
setGlobalId(int _index,
int value)
Set a specific index value
|
void |
setGlobalIds(int[] globalIds) |
void |
setGroupId(int _index,
int value)
Set a specific index value
|
void |
setGroupIds(int[] groupIds) |
void |
setLocalBarrier(java.util.concurrent.CyclicBarrier localBarrier) |
void |
setLocalId(int _index,
int value)
Set a specific index value
|
void |
setLocalIds(int[] localIds) |
void |
setPassId(int passId) |
void |
setRange(Range range) |
public int[] getGlobalIds()
public void setGlobalIds(int[] globalIds)
globalIds
- the globalIds to setpublic void setGlobalId(int _index, int value)
_index
- value
- public int[] getLocalIds()
public void setLocalIds(int[] localIds)
localIds
- the localIds to setpublic void setLocalId(int _index, int value)
_index
- value
- public int[] getGroupIds()
public void setGroupIds(int[] groupIds)
groupIds
- the groupIds to setpublic void setGroupId(int _index, int value)
_index
- value
- public Range getRange()
public void setRange(Range range)
range
- the range to setpublic int getPassId()
public void setPassId(int passId)
passId
- the passId to setpublic java.util.concurrent.CyclicBarrier getLocalBarrier()
public void setLocalBarrier(java.util.concurrent.CyclicBarrier localBarrier)
localBarrier
- the localBarrier to set