|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordTerm | |
---|---|
orc.trace.events | Events which may appear in a trace file. |
orc.trace.values | Serializable, immutable representations of Orc runtime values. |
Uses of RecordTerm in orc.trace.events |
---|
Classes in orc.trace.events that implement RecordTerm | |
---|---|
class |
BlockEvent
Thread is blocked waiting for a Future. |
class |
ChokeEvent
Thread on right-hand side of a where clause was terminated. |
class |
DieEvent
Always the last event in a thread. |
class |
ErrorEvent
A fatal error in a thread. |
class |
Event
Base class for trace events. |
class |
ForkEvent
Spawning a new thread. |
class |
FreeEvent
Dummy event used to free a handle to an event. |
class |
PrintEvent
Printing to stdout. |
class |
PublishEvent
A top-level publication in a thread. |
class |
PullEvent
This is just a way to uniquely identify a pull. |
class |
ReceiveEvent
Return from a site call. |
class |
RootEvent
The root event is like a ForkEvent but it is its own thread. |
class |
SendEvent
|
class |
StoreEvent
Store a value to a future. |
class |
UnblockEvent
Resume after a BlockEvent . |
Uses of RecordTerm in orc.trace.values |
---|
Classes in orc.trace.values that implement RecordTerm | |
---|---|
class |
RecordValue
This doesn't correspond to any specific Orc type but is instead intended to be used by implementors of TraceableValue to
encode object-like immutable structures. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |