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  CpeCasProcessorobjects in processing
 pipeline. | 
| int | getCasPoolSize() | 
| int | getConcurrentPUCount()Returns number of ProcessingUnits. | 
| CpeCasProcessor | getCpeCasProcessor(int aPosition)Returns  CpeCasProcessorfound at given position. | 
| boolean | getDropCasOnException() | 
| int | getInputQueueSize()Returns size of the InputQueue. | 
| int | getOutputQueueSize()Returns the size of the OutputQueue. | 
| void | removeAllCpeCasProcessors()Removes ALL  CpeCasProcessorobjects from processing
 pipeline. | 
| void | removeCpeCasProcessor(int aPosition)Removes  CpeCasProcessorobject 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, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLvoid 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 CasProcessorCpeCasProcessorCpeDescriptorException - tbdCpeCasProcessor[] getAllCpeCasProcessors() throws CpeDescriptorException
CpeCasProcessor objects in processing
 pipeline.CpeCasProcessorCpeDescriptorException - 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
CpeDescriptorExceptionint getCasPoolSize()
boolean getDropCasOnException()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.