Package com.netcracker.profiler.io
Class ParamReaderFile
java.lang.Object
com.netcracker.profiler.io.ParamReader
com.netcracker.profiler.io.ParamReaderFile
- Direct Known Subclasses:
ParamReaderFromMemory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfillCallsTags(Collection<Throwable> exceptions) fillParamInfo(Collection<Throwable> exceptions, String rootReference) fillTags(BitSet requredIds, Collection<Throwable> exceptions) com.netcracker.profiler.dump.DataInputStreamExopenDataInputStreamAllSequences(String streamName) protected com.netcracker.profiler.dump.DataInputStreamExopenDataInputStreamFromAnyDate(String streamName) Methods inherited from class com.netcracker.profiler.io.ParamReader
getInflightCalls, readBig
-
Constructor Details
-
ParamReaderFile
-
-
Method Details
-
fillParamInfo
public Map<String,com.netcracker.profiler.configuration.ParameterInfoDto> fillParamInfo(Collection<Throwable> exceptions, String rootReference) - Specified by:
fillParamInfoin classParamReader
-
fillTags
- Specified by:
fillTagsin classParamReader
-
fillCallsTags
- Specified by:
fillCallsTagsin classParamReader
-
openDataInputStreamAllSequences
public com.netcracker.profiler.dump.DataInputStreamEx openDataInputStreamAllSequences(String streamName) throws IOException - Throws:
IOException
-
openDataInputStreamFromAnyDate
protected com.netcracker.profiler.dump.DataInputStreamEx openDataInputStreamFromAnyDate(String streamName) throws IOException - Throws:
IOException
-