public class EventsTracer<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EventsTracer.Event<T> |
Constructor and Description |
---|
EventsTracer(int length) |
Modifier and Type | Method and Description |
---|---|
Iterable<EventsTracer.Event<T>> |
getAccesendingEvents() |
Iterable<EventsTracer.Event<T>> |
getDescendingEvents() |
EventsTracer.Event<T> |
getLastEvent() |
void |
logEvent(T event) |
static void |
main(String[] args) |
String |
outputDescendingEvents() |
public void logEvent(T event)
public EventsTracer.Event<T> getLastEvent()
public Iterable<EventsTracer.Event<T>> getAccesendingEvents()
public Iterable<EventsTracer.Event<T>> getDescendingEvents()
public String outputDescendingEvents()
public static void main(String[] args)
Copyright © GigaSpaces.