Class ResponseInsert
java.lang.Object
ghidra.features.bsim.query.protocol.QueryResponseRecord
ghidra.features.bsim.query.protocol.ResponseInsert
A simple response to an InsertRequest to a BSim database.
This object provides separate counts of executables successfully inserted and functions successfully inserted.
-
Field Summary
FieldsFields inherited from class ghidra.features.bsim.query.protocol.QueryResponseRecord
name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
mergeResults
(QueryResponseRecord subresponse) Combine partial results from subresponse into this global responsevoid
restoreXml
(XmlPullParser parser, LSHVectorFactory vectorFactory) void
Methods inherited from class ghidra.features.bsim.query.protocol.QueryResponseRecord
getDescriptionManager, getLocalStagingCopy, getName, sort
-
Field Details
-
numexe
public int numexe -
numfunc
public int numfunc
-
-
Constructor Details
-
ResponseInsert
public ResponseInsert()
-
-
Method Details
-
mergeResults
Description copied from class:QueryResponseRecord
Combine partial results from subresponse into this global response- Overrides:
mergeResults
in classQueryResponseRecord
- Parameters:
subresponse
- the partial response to merge into this
-
saveXml
- Specified by:
saveXml
in classQueryResponseRecord
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classQueryResponseRecord
- Throws:
LSHException
-