Class InterleavedSearchInvoker

All Implemented Interfaces:
ResponseMonitor<SearchInvoker>, Closeable, AutoCloseable

public class InterleavedSearchInvoker extends SearchInvoker implements ResponseMonitor<SearchInvoker>
InterleavedSearchInvoker uses multiple SearchInvoker objects to interface with content nodes in parallel. Operationally it first sends requests to all contained invokers and then collects the results. The user of this class is responsible for merging the results if needed.
Author:
ollivir