A C D E F G H I K L N O P R S T V W X

O

ObjectProcessor - Interface in xsmeral.pipe.interfaces
An object processor is a runnable command which performs a specific task.
ObjectProcessor.Status - Enum in xsmeral.pipe.interfaces
Describes the status of the processor
ObjectProcessorException - Exception in xsmeral.pipe
Indicates a problem while starting a processor chain (e.g. non-matching or uninitialized processors)
ObjectProcessorException() - Constructor for exception xsmeral.pipe.ObjectProcessorException
 
ObjectProcessorException(String) - Constructor for exception xsmeral.pipe.ObjectProcessorException
 
ObjectProcessorException(String, Throwable) - Constructor for exception xsmeral.pipe.ObjectProcessorException
 
ObjectProcessorInterface - Annotation Type in xsmeral.pipe.interfaces
Definition of processor's input/output type.
ObjectSink<I> - Interface in xsmeral.pipe.interfaces
An object processor receiving objects of one specific type
ObjectSource<O> - Interface in xsmeral.pipe.interfaces
An object processor producing objects of one specific type.
outBuffer - Variable in class xsmeral.pipe.LocalObjectSource
A buffer between the current and the next processor.
outBufferCapacity - Variable in class xsmeral.pipe.LocalObjectSource
Output buffer capacity, defaults to 10000 objects

A C D E F G H I K L N O P R S T V W X