|
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 |
All the metadata that is associated with an event instance. Metadata may consist of many different attributes. At present, the only one that has been identified is recordTime, the time at which an event is recorded. (This is needed for time-accurate playback.) But we anticipate that many others will arise in the future, such as event causality information, and so forth. To provide for easy extension of metadata attributes, all metadata for an event are collected into a single class, called EIMD.
Method Summary | |
abstract java.lang.String |
getRecordingStageName() Returns the name of the stage from which the event was recorded. |
abstract long |
getRecordTime() Returns the record time for the event. |
abstract void |
setRecordingStageName(java.lang.String stageName) Sets the name of the stage from which the event was recorded. |
abstract void |
setRecordTime(long time) Sets the record time for this event. |
Method Detail |
public long getRecordTime()
public void setRecordTime(long time)
time
- record time for this event in millisecondspublic java.lang.String getRecordingStageName()
public void setRecordingStageName(java.lang.String stageName)
stageName
- the name of the stage from which the event was recorded
|
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 |