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 TypeMethodDescriptionvoiddelete(long id) getVectorById(long id) voiditerator()voidupdate(long id, int count) voidupdate(VectorStoreEntry entry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
VectorStore
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<VectorStoreEntry>
-
getVectorById
-
invalidate
public void invalidate() -
update
-
update
public void update(long id, int count) -
delete
public void delete(long id)
-