com.apama.database
Event BatchDone


Returned when the batch (specified by rowLimit) is completed.

See also: StartQuery(), QueryDone(), GetNextBatch()

Dataplayer:
- Direction: Correlator to client

Channel: <serviceId>.Control
Member summary
 integermessageId

Unique id for this query.
 stringserviceId

The service id.
 stringreason

Reason the batch is done (e.g. eventLimit, timeLimit, paused, invalidGetNextBatch).
 integereventCount

Number of events sent so far.
 floatlastEventTime

Timestamp of last event sent.
 stringlastEvent

Last event sent.
 dictionary<stringstring>extraParams

This is currently a container to allow additional information in the future.
 
Member detail

eventCount

integer eventCount
Number of events sent so far.

extraParams

dictionary<stringstringextraParams
This is currently a container to allow additional information in the future.

lastEvent

string lastEvent
Last event sent.

lastEventTime

float lastEventTime
Timestamp of last event sent.

messageId

integer messageId
Unique id for this query.

reason

string reason
Reason the batch is done (e.g. eventLimit, timeLimit, paused, invalidGetNextBatch).

serviceId

string serviceId
The service id.