public interface CpeCasProcessors extends MetaDataObject
Modifier and Type | Method and Description |
---|---|
void |
addCpeCasProcessor(CpeCasProcessor aCasProcessor)
Appends new CasProcessor to existing list of CasProcessors
|
void |
addCpeCasProcessor(CpeCasProcessor aCasProcessor,
int aInsertPosition)
Inserts a new CasProcessor at an indicated position.
|
CpeCasProcessor[] |
getAllCpeCasProcessors()
Returns ALL
CpeCasProcessor objects in processing
pipeline. |
int |
getCasPoolSize() |
int |
getConcurrentPUCount()
Returns number of ProcessingUnits.
|
CpeCasProcessor |
getCpeCasProcessor(int aPosition)
Returns
CpeCasProcessor found at given position. |
boolean |
getDropCasOnException() |
int |
getInputQueueSize()
Returns size of the InputQueue.
|
int |
getOutputQueueSize()
Returns the size of the OutputQueue.
|
void |
removeAllCpeCasProcessors()
Removes ALL
CpeCasProcessor objects from processing
pipeline. |
void |
removeCpeCasProcessor(int aPosition)
Removes
CpeCasProcessor object from processing
pipeline from a given position. |
void |
setConcurrentPUCount(int aConcurrentPUCount)
Sets ProcessingUnit replication.
|
void |
setInputQueueSize(int aOutputQueueSize)
Sets the size of the InputQueue.
|
void |
setOutputQueueSize(int aOutputQueueSize)
Sets the size of the OutputQueue.
|
void |
setPoolSize(int aPoolSize) |
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
void setOutputQueueSize(int aOutputQueueSize) throws CpeDescriptorException
aOutputQueueSize
- -
Output queue sizeCpeDescriptorException
- tbdint getOutputQueueSize()
void setInputQueueSize(int aOutputQueueSize) throws CpeDescriptorException
aOutputQueueSize
- -
queue sizeCpeDescriptorException
- tbdint getInputQueueSize()
void setConcurrentPUCount(int aConcurrentPUCount) throws CpeDescriptorException
aConcurrentPUCount
- -
number of ProcessingUnits(processing threads)CpeDescriptorException
- tbdint getConcurrentPUCount()
void addCpeCasProcessor(CpeCasProcessor aCasProcessor, int aInsertPosition) throws CpeDescriptorException
aCasProcessor
- -
CasProcessor to addaInsertPosition
- -
position where to insert the CasProcessorCpeDescriptorException
- tbdvoid addCpeCasProcessor(CpeCasProcessor aCasProcessor) throws CpeDescriptorException
aCasProcessor
- -
CasProcessor to addCpeDescriptorException
- tbdCpeCasProcessor getCpeCasProcessor(int aPosition) throws CpeDescriptorException
CpeCasProcessor
found at given position.aPosition
- -
position of the CasProcessorCpeCasProcessor
CpeDescriptorException
- tbdCpeCasProcessor[] getAllCpeCasProcessors() throws CpeDescriptorException
CpeCasProcessor
objects in processing
pipeline.CpeCasProcessor
CpeDescriptorException
- tbdvoid removeCpeCasProcessor(int aPosition) throws CpeDescriptorException
CpeCasProcessor
object from processing
pipeline from a given position.aPosition
- -
position of the CasProcessor in the pipelineCpeDescriptorException
- tbdvoid removeAllCpeCasProcessors() throws CpeDescriptorException
CpeCasProcessor
objects from processing
pipeline.CpeDescriptorException
- tbdvoid setPoolSize(int aPoolSize) throws CpeDescriptorException
CpeDescriptorException
int getCasPoolSize()
boolean getDropCasOnException()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.