|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventCursor | |
---|---|
orc.trace | Generate and query Orc trace files. |
orc.trace.events | Events which may appear in a trace file. |
Uses of EventCursor in orc.trace |
---|
Classes in orc.trace that implement EventCursor | |
---|---|
class |
BackwardEventCursor
Wrap a cursor to provide strong backward references. |
class |
InputStreamEventCursor
|
class |
WeakBackwardEventCursor
Wrap a cursor to provide weak back references. |
Methods in orc.trace that return EventCursor | |
---|---|
EventCursor |
EventCursor.backward()
Return a cursor to the previous event in the stream. |
EventCursor |
EventCursor.forward()
Return a cursor to the next event in the stream. |
Constructors in orc.trace with parameters of type EventCursor | |
---|---|
BackwardEventCursor(EventCursor cursor)
|
|
WeakBackwardEventCursor(EventCursor cursor)
|
Uses of EventCursor in orc.trace.events |
---|
Fields in orc.trace.events declared as EventCursor | |
---|---|
protected EventCursor |
Event.cursor
|
Methods in orc.trace.events that return EventCursor | |
---|---|
EventCursor |
Event.getCursor()
Get the event cursor which produced this event. |
Methods in orc.trace.events with parameters of type EventCursor | |
---|---|
void |
Event.setCursor(EventCursor cursor)
Used by implementations of EventCursor to
associate this event with a location in an event stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |