|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectappl.parallel.spmd.SyncPoint
public class SyncPoint
Specifies details about a synchronization point. These points are used in
the AdvancedSPMDClientController
or AdvancedSPMDServerController
as preloading-Points or multithread-barriers. They are associated with a priority.
Nested Class Summary | |
---|---|
static class |
SyncPoint.Priority
A high priority means a high priority on operating system level. |
Constructor Summary | |
---|---|
SyncPoint()
Creates a new Sync-Point with normal SyncPoint.Priority (and with hashcode as id) |
|
SyncPoint(int pointID)
Creates a new Sync-Point with normal priority |
|
SyncPoint(int id,
SyncPoint.Priority priority)
|
|
SyncPoint(SyncPoint.Priority priority)
Creates a new Sync-Point with the given SyncPoint.Priority |
Method Summary | |
---|---|
int |
getId()
|
int |
getPriority()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyncPoint(int pointID)
pointID
- a id for this syncPointpublic SyncPoint()
SyncPoint.Priority
(and with hashcode as id)
public SyncPoint(int id, SyncPoint.Priority priority)
id
- a id for thepriority
- public SyncPoint(SyncPoint.Priority priority)
SyncPoint.Priority
Method Detail |
---|
public int getId()
public int getPriority()
Threads
)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |