Package com.qfs.index
Interface IIndexTransaction
-
- All Superinterfaces:
IIndex,ITransaction,IWritableIndex
- All Known Implementing Classes:
LazyDeleteLinkedIndexTransaction
public interface IIndexTransaction extends IWritableIndex, IIndex, ITransaction
Atransactionon anIIndex.- Author:
- ActiveViam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddrop()Indicates that this index has been dropped.-
Methods inherited from interface com.qfs.index.IIndex
fetchValues, fetchValues, getValues
-
Methods inherited from interface com.qfs.multiversion.ITransaction
commit, isEmpty, prepareCommit, rollback
-
Methods inherited from interface com.qfs.index.IWritableIndex
index, remove
-
-