public interface CorrelatorOperations extends EventSetProcessorOperations
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxInstances()
Returns the maximum number of concurrent instances allowed for this correlator.
|
boolean |
isInstanceSynchronous()
Returns the instance synchronous flag.
|
void |
setInstanceSynchronous(boolean instanceSynchronous)
Sets the instance synchronous flag.
|
void |
setMaxInstances(int maxInstances)
Sets the maximum number of concurrent instances allowed for this correlator.
|
getDuration, hasDuration, isSynchronous, setDuration, setSynchronousgetFeatures, getKnowledgeBase, setFeaturesgetDescription, getDisplayName, getName, setDescription, setDisplayName, setNamevoid setMaxInstances(int maxInstances)
maxInstances - the maximum number of concurrent instances allowed for this correlator.int getMaxInstances()
void setInstanceSynchronous(boolean instanceSynchronous)
instanceSynchronous - the instance synchronous flag.boolean isInstanceSynchronous()
true (the default value), one instance of the correlator will process only one
event at a time. If false, one instance of the correlator will process many events concurrently. In that case the correlator
has to be thread safe.Copyright © 2016–2019 Softelnet. All rights reserved.