| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| orc.trace | Generate and query Orc trace files. | 
| orc.trace.events | Events which may appear in a trace file. | 
| Uses of Event in orc.trace | 
|---|
| Methods in orc.trace that return Event | |
|---|---|
|  Event | InputStreamEventCursor.current() | 
|  Event | EventCursor.current()Return the current event in the stream. | 
|  Event | BackwardEventCursor.current() | 
|  Event | WeakBackwardEventCursor.current() | 
| Method parameters in orc.trace with type arguments of type Event | |
|---|---|
| protected  void | OutputStreamTracer.record(Handle<? extends Event> event) | 
| protected  void | PrintStreamTracer.record(Handle<? extends Event> event) | 
| protected abstract  void | AbstractTracer.record(Handle<? extends Event> event) | 
| Uses of Event in orc.trace.events | 
|---|
| Subclasses of Event in orc.trace.events | |
|---|---|
|  class | AfterEventIndicate that a thread continued due to termination of the left side of a semicolon combinator. | 
|  class | BeforeEventLeaving the left side of a semicolon combinator. | 
|  class | BlockEventThread is blocked waiting for a Future. | 
|  class | ChokeEventThread on right-hand side of a where clause was terminated. | 
|  class | DieEventAlways the last event in a thread. | 
|  class | ErrorEventA fatal error in a thread. | 
|  class | ForkEventSpawning a new thread. | 
|  class | FreeEventDummy event used to free a handle to an event. | 
|  class | PrintEventPrinting to stdout. | 
|  class | PublishEventA top-level publication in a thread. | 
|  class | PullEventThis is just a way to uniquely identify a pull. | 
|  class | ReceiveEventReturn from a site call. | 
|  class | RootEventThe root event is like a ForkEvent but it is its own thread. | 
|  class | SendEvent | 
|  class | StoreEventStore a value to a future. | 
|  class | UnblockEventResume after a BlockEvent. | 
| Constructors in orc.trace.events with parameters of type Event | |
|---|---|
| FreeEvent(Event event) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||