Package ghidra.features.bsim.query.file
Class VectorStore
java.lang.Object
ghidra.features.bsim.query.file.VectorStore
- All Implemented Interfaces:
Iterable<VectorStoreEntry>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete
(long id) getVectorById
(long id) void
iterator()
void
update
(long id, int count) void
update
(VectorStoreEntry entry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
VectorStore
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<VectorStoreEntry>
-
getVectorById
-
invalidate
public void invalidate() -
update
-
update
public void update(long id, int count) -
delete
public void delete(long id)
-