Package com.netcracker.profiler.io
Class ParamReader
java.lang.Object
com.netcracker.profiler.io.ParamReader
- Direct Known Subclasses:
ParamReaderFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfillCallsTags(Collection<Throwable> exceptions) fillParamInfo(Collection<Throwable> exceptions, String rootReference) fillTags(BitSet requredIds, Collection<Throwable> exceptions) Object[]Returns Object[]{File dumpRoot, List<Call> calls}voidreadBig(File root, Map<Integer, Map<Integer, String>> result, String fileName, Collection<Throwable> exceptions, int paramsTrimSize)
-
Constructor Details
-
ParamReader
public ParamReader()
-
-
Method Details
-
fillParamInfo
public abstract Map<String,com.netcracker.profiler.configuration.ParameterInfoDto> fillParamInfo(Collection<Throwable> exceptions, String rootReference) -
fillTags
-
fillCallsTags
-
readBig
-
getInflightCalls
Returns Object[]{File dumpRoot, List<Call> calls}- Returns:
- array with two elements: Object[]{File dumpRoot, List<Call> calls}
-