Package jline.api.fj
Class FJInfo
-
- All Implemented Interfaces:
public final class FJInfoInformation about detected Fork-Join topology
-
-
Method Summary
Modifier and Type Method Description final IntegergetK()final IntegergetForkIdx()final IntegergetJoinIdx()final IntArraygetQueueIndices()final IntegergetSourceIdx()final IntegergetSinkIdx()final BooleanisValid()-
-
Method Detail
-
getForkIdx
final Integer getForkIdx()
-
getJoinIdx
final Integer getJoinIdx()
-
getQueueIndices
final IntArray getQueueIndices()
-
getSourceIdx
final Integer getSourceIdx()
-
getSinkIdx
final Integer getSinkIdx()
-
-
-
-