Class QueryCluster
java.lang.Object
ghidra.features.bsim.query.protocol.BSimQuery<ResponseCluster>
ghidra.features.bsim.query.protocol.QueryCluster
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
restoreXml
(XmlPullParser parser, LSHVectorFactory vectorFactory) void
Methods inherited from class ghidra.features.bsim.query.protocol.BSimQuery
clearResponse, execute, getName, getResponse, restoreQuery
-
Field Details
-
manage
-
clusterresponse
-
thresh
public double thresh -
signifthresh
public double signifthresh -
vectormax
public int vectormax
-
-
Constructor Details
-
QueryCluster
public QueryCluster()
-
-
Method Details
-
buildResponseTemplate
public void buildResponseTemplate()- Overrides:
buildResponseTemplate
in classBSimQuery<ResponseCluster>
-
getDescriptionManager
- Overrides:
getDescriptionManager
in classBSimQuery<ResponseCluster>
-
getLocalStagingCopy
- Overrides:
getLocalStagingCopy
in classBSimQuery<ResponseCluster>
- Returns:
- a partial clone of this query suitable for holding local stages of the query via StagingManager
-
saveXml
- Specified by:
saveXml
in classBSimQuery<ResponseCluster>
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classBSimQuery<ResponseCluster>
- Throws:
LSHException
-