Interface OStorageTransactionIndexChanges
- All Known Implementing Classes:
OTransactionIndexChanges
public interface OStorageTransactionIndexChanges
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getAssociatedIndex
OIndexInternal getAssociatedIndex() -
isClearIndex
boolean isClearIndex() -
getNullChanges
OStorageTransactionIndexKeyChanges getNullChanges() -
getChanges
SortedMap<Object,OStorageTransactionIndexKeyChanges> getChanges()
-