Class PrewarmRequest
java.lang.Object
ghidra.features.bsim.query.protocol.BSimQuery<ResponsePrewarm>
ghidra.features.bsim.query.protocol.PrewarmRequest
Request that the database preload portions of the main vector table so that initial queries return faster from
a server that has just been restarted.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
int
-
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, getDescriptionManager, getLocalStagingCopy, getName, getResponse, restoreQuery
-
Field Details
-
mainIndexConfig
public int mainIndexConfig -
secondaryIndexConfig
public int secondaryIndexConfig -
vectorTableConfig
public int vectorTableConfig -
prewarmresponse
-
-
Constructor Details
-
PrewarmRequest
public PrewarmRequest()
-
-
Method Details
-
buildResponseTemplate
public void buildResponseTemplate()- Overrides:
buildResponseTemplate
in classBSimQuery<ResponsePrewarm>
-
saveXml
- Specified by:
saveXml
in classBSimQuery<ResponsePrewarm>
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classBSimQuery<ResponsePrewarm>
- Throws:
LSHException
-