Package com.qfs.index
Interface IIndexTransaction
- All Superinterfaces:
IIndex,ITransaction,IWritableIndex
- All Known Implementing Classes:
LazyDeleteLinkedIndexTransaction
A
transaction on an IIndex.- Author:
- ActiveViam
-
Method Summary
Methods inherited from interface com.qfs.index.IIndex
fetchValues, fetchValues, getValuesMethods inherited from interface com.qfs.multiversion.ITransaction
commit, isEmpty, prepareCommit, rollbackMethods inherited from interface com.qfs.index.IWritableIndex
index, remove
-
Method Details
-
drop
void drop()Indicates that this index has been dropped.
-