TIBCO BusinessEvents™
CEP Analytics
Analytics
Engine
Analytics.Engine
.
createEnginePool()
Signature
boolean createEnginePool(int poolSize, String poolName)
Domain
ACTION
Description
Create a pool of TERR Engines with given size and name. This pool will be shared among the BE threads
Parameters
Name
Type
Description
poolSize
int
Number of engines to create
poolName
String
Name of the engine pool
Returns
Type
Description
boolean
Cautions
none
Example
boolean val = Analytics.Engine.createEnginePool(5, "mypool");