Package com.netcracker.profiler.io
Class CallReaderFactoryFile
java.lang.Object
com.netcracker.profiler.io.CallReaderFactoryFile
- All Implemented Interfaces:
CallReaderFactory
@Component
@Profile("filestorage")
public class CallReaderFactoryFile
extends Object
implements CallReaderFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollectCallReaders(Map<String, String[]> params, TemporalRequestParams temporal, CallListener listener, CallFilterer filterer) collectCallReaders(Map<String, String[]> params, TemporalRequestParams temporal, CallListener listener, CallFilterer filterer, Set<String> nodes) collectCallReaders(Map<String, String[]> params, TemporalRequestParams temporal, CallListener listener, CallFilterer filterer, Set<String> nodes, boolean readDictionary)
-
Constructor Details
-
CallReaderFactoryFile
public CallReaderFactoryFile()
-
-
Method Details
-
collectCallReaders
public List<ICallReader> collectCallReaders(Map<String, String[]> params, TemporalRequestParams temporal, CallListener listener, CallFilterer filterer) throws IOException- Specified by:
collectCallReadersin interfaceCallReaderFactory- Throws:
IOException
-
collectCallReaders
public List<ICallReader> collectCallReaders(Map<String, String[]> params, TemporalRequestParams temporal, CallListener listener, CallFilterer filterer, Set<String> nodes) throws IOException- Specified by:
collectCallReadersin interfaceCallReaderFactory- Throws:
IOException
-
collectCallReaders
public List<ICallReader> collectCallReaders(Map<String, String[]> params, TemporalRequestParams temporal, CallListener listener, CallFilterer filterer, Set<String> nodes, boolean readDictionary) throws IOException- Specified by:
collectCallReadersin interfaceCallReaderFactory- Throws:
IOException
-