com.apama.memorystore
Event MissedRowChanges


Optionally sent to the application if the driver has detected that some of the RowChanged events may have been dropped for a table the application has subscribed to.

Supported in distributed stores only.
See Also:
com.apama.memorystore.Table#subscribeRowChanged() - for subscribing to RowChanged and MissedRowChanges events

Member summary
 stringstoreName

Name of the store that the table is in.
 stringtableName

Name of the table that has received a disconnection.
 
Member detail

storeName

            string storeName
        
Name of the store that the table is in.

tableName

            string tableName
        
Name of the table that has received a disconnection.