|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.dms.kjc.cluster.NetStream
public class NetStream
A class that represents a tape with input and output operators and object type. The input and output operators are identified by numbers. The mapping between numbers and nodes is maintained by NodeEnumerator.
Constructor Summary | |
---|---|
NetStream(int source,
int dest,
CType type)
Constructor. |
Method Summary | |
---|---|
String |
consumer_name()
|
int |
getDest()
Get number representing the output operator |
int |
getSource()
Get number representing the input operator |
CType |
getType()
Get type of objects communicated over the tape |
String |
pop_buffer()
a buffer name |
String |
pop_index()
a variable name for a tape offset |
String |
pop_name()
|
String |
producer_name()
|
String |
push_buffer()
a buffer name |
String |
push_index()
a variable name for a tape offset |
String |
push_name()
name of a push routine |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetStream(int source, int dest, CType type)
source
- a number representing input operatordest
- a number representing output operatortype
- a CType representing type of data communicated between the operatorsMethod Detail |
---|
public int getSource()
public int getDest()
public CType getType()
public String producer_name()
public String consumer_name()
public String pop_name()
public String push_name()
public String pop_buffer()
public String push_buffer()
public String pop_index()
public String push_index()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |