Interface StatementResultService
public interface StatementResultService
Interface for a statement-level service for coordinating the insert/remove stream generation,
native deliver to subscribers and the presence/absence of listener or subscribers to a statement.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearDeliveriesRemoveStream
(EventBean[] removedEvents) void
execute
(StatementDispatchTLEntry dispatchTLEntry) void
indicate
(UniformPair<EventBean[]> results, StatementDispatchTLEntry dispatchTLEntry) boolean
boolean
-
Field Details
-
EPTYPE
-
-
Method Details
-
getStatementName
String getStatementName() -
getDispatchTL
ThreadLocal<StatementDispatchTLEntry> getDispatchTL() -
execute
-
indicate
-
isMakeSynthetic
boolean isMakeSynthetic() -
isMakeNatural
boolean isMakeNatural() -
clearDeliveriesRemoveStream
-