Package org.qubership.profiler.io
Class ParamReaderFile
java.lang.Object
org.qubership.profiler.io.ParamReader
org.qubership.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) org.qubership.profiler.dump.DataInputStreamExopenDataInputStreamAllSequences(String streamName) protected org.qubership.profiler.dump.DataInputStreamExopenDataInputStreamFromAnyDate(String streamName) Methods inherited from class org.qubership.profiler.io.ParamReader
getInflightCalls, readBig
-
Constructor Details
-
ParamReaderFile
-
-
Method Details
-
fillParamInfo
public Map<String,org.qubership.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 org.qubership.profiler.dump.DataInputStreamEx openDataInputStreamAllSequences(String streamName) throws IOException - Throws:
IOException
-
openDataInputStreamFromAnyDate
protected org.qubership.profiler.dump.DataInputStreamEx openDataInputStreamFromAnyDate(String streamName) throws IOException - Throws:
IOException
-