|
Oracle Complex Event Processing API Reference 11g Release 1 (11.1.1) E14303-03 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
configureQueueing(int consumerThreads, int queueSize) This method sets both the max threads and the max size. |
int |
getCurrentSize() Returns the current (used) size of Event Queue |
int |
getMaxSize() This method reads the size of the Stream |
int |
getMaxThreads() This method reads the maximum number of Threads associated with the Stream's WorkManager |
void |
setMaxSize(int size) This method sets the size of the Stream |
void |
setMaxThreads(int size) This method sets the maximum number of Threads associated with the Stream's WorkManager |
Method Detail |
public int getMaxSize() throws javax.management.JMException
Stream
public void setMaxSize(int size) throws javax.management.JMException
Stream
size
- - size of the Stream to setpublic int getMaxThreads() throws javax.management.JMException
public void setMaxThreads(int size) throws javax.management.JMException
size
- - Number of maximum threads that is associated with the WorkManagerpublic void configureQueueing(int consumerThreads, int queueSize) throws javax.management.JMException
consumerThreads
- queueSize
- public int getCurrentSize() throws javax.management.JMException
|
Copyright © 2007, 2010 Oracle and/or its affiliates. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |