|
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 |
Method Summary | |
int |
getCurrentSize() Returns the current (used) size of stream |
int |
getMaxSize() Returns maximum size of stream |
int |
getMaxThreads() Returns maximum number of threads that a stream should use for processing events. |
void |
setMaxSize(int size) Maximum number of events that a stream can hold at a time. |
void |
setMaxThreads(int maxThreads) Maximum number of threads that a stream should use for processing events. |
Method Detail |
public void setMaxSize(int size) throws java.beans.PropertyVetoException
size
- - the maximum allowable number of retained eventspublic int getMaxSize()
public int getCurrentSize()
public void setMaxThreads(int maxThreads)
threads
- - the number of worker threads to use.public int getMaxThreads()
|
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 |