|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.adapter.SendableMapEvent
public class SendableMapEvent
An implementation of SendableEvent that wraps a Map event for sending into the runtime.
Constructor Summary | |
---|---|
SendableMapEvent(Map<String,Object> mapToSend,
String eventTypeAlias,
long timestamp,
net.esper.schedule.ScheduleSlot scheduleSlot)
Ctor. |
Method Summary | |
---|---|
net.esper.schedule.ScheduleSlot |
getScheduleSlot()
Get the schedule slot for the entity that created this event |
long |
getSendTime()
Get the send time of this event, relative to all the other events sent or read by the same entity |
void |
send(net.esper.client.EPRuntime runtime)
Send the event into the runtime. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SendableMapEvent(Map<String,Object> mapToSend, String eventTypeAlias, long timestamp, net.esper.schedule.ScheduleSlot scheduleSlot)
mapToSend
- - the map to send into the runtimeeventTypeAlias
- - the event type alias for the map eventtimestamp
- - the timestamp for this eventscheduleSlot
- - the schedule slot for the entity that created this eventMethod Detail |
---|
public void send(net.esper.client.EPRuntime runtime)
SendableEvent
send
in interface SendableEvent
runtime
- - the runtime to send the event intopublic net.esper.schedule.ScheduleSlot getScheduleSlot()
SendableEvent
getScheduleSlot
in interface SendableEvent
public long getSendTime()
SendableEvent
getSendTime
in interface SendableEvent
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |