|
Oracle CEP API Reference Release 11gR1 (11.1.1) E14303-02 |
|||||||||
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 |
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
-
|
Copyright © 2007, 2009 Oracle and/or its affiliates. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |