|
Oracle Fusion Middleware Java API Reference for Oracle Complex Event Processing 11g Release 1 (11.1.1.4.0) E14303-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Externally-managed source of data that can be used to enrich the streaming events flowing from event sources. Two external sources are supported: tables and caches. FIXME need to refactor DataProvider and PullSource into a single API
Method Summary | |
java.util.Map |
getCacheDataSource() Cache serving as a source, in the form of a map. |
java.lang.String |
getEventType() Source generates data of this type. |
long |
getExternalRowsThreshold() Returns the maximum allowed external rows to join with stream events return the threshold value |
java.lang.String |
getId() Returns the source identity |
java.lang.String |
getJDBCDataSource() Name of the data-source associated to this source, should it be a table. |
java.lang.Class |
getKeyClass() Returns key class for cache. |
java.lang.String[] |
getKeyPropertyNames() Return the key properties for cache. |
java.lang.String |
getTableName() Table name of the database table |
Method Detail |
public java.lang.String getId()
public java.lang.String getEventType()
public java.lang.String getJDBCDataSource()
public java.util.Map getCacheDataSource()
public java.lang.String getTableName()
public java.lang.String[] getKeyPropertyNames()
public java.lang.Class getKeyClass()
public long getExternalRowsThreshold()
|
Copyright © 2007, 2011 Oracle and/or its affiliates. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |