Interface ProcessorFactory<K,V,R>
- Type Parameters:
K- the type of the Map entry keyV- the type of the Map entry valueR- the type of value returned by the EntryProcessor
- All Known Implementing Classes:
DefaultProcessorFactory,NumberIncrementorFactory,NumberMultiplierFactory
public interface ProcessorFactory<K,V,R>
A factory for processors.
- Author:
- vp 2011.07.08
-
Method Summary
-
Method Details
-
getProcessor
Returns a processor instance.- Parameters:
asArgs- processor configuration arguments- Returns:
- a processor instance
-