|
Oracle® Fusion Middleware Java API Reference for Event Processing in Oracle Stream Analytics 12c Release (12.2.1.3.0) E98700-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represent a single compiled query. Listeners may directly register for receiving the streaming events that are the result of continuously executing the query. This is simlar to registering to a stream, but filtered to a single query.
Method Summary | |
abstract void |
destroy() Permanently destroys statement and removes its reference in the processor |
abstract java.lang.String |
getId() Retrieve the ID of the statement |
abstract java.lang.String |
getQuery() Retrieve the query string of the statement |
abstract void |
start() Starts a statement that has previously been stopped. |
abstract void |
stop() Stops statement making it inactive. |
Methods inherited from interface com.bea.wlevs.ede.api.EventSender |
sendEvent |
Methods inherited from interface com.bea.wlevs.ede.api.BatchRelationSender |
sendEvents |
Methods inherited from interface com.bea.wlevs.ede.api.BatchStreamSender |
sendInsertEvents |
Methods inherited from interface com.bea.wlevs.ede.api.RelationSender |
sendDeleteEvent, sendUpdateEvent |
Method Detail |
public java.lang.String getId()
public java.lang.String getQuery()
public void start()
public void stop()
public void destroy()
|
Copyright © 2007, 2018, Oracle and/or its affiliates. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |