Package net.ontopia.persistence.proxy
Interface TransactionalLookupIndexIF<K,E>
- All Known Implementing Classes:
LocatorLookup,QueryLookup,SharedLocatorLookup,SharedQueryLookup,TransactionalLRULookupIndex,TransactionalSoftHashMapIndex
public interface TransactionalLookupIndexIF<K,E>
INTERNAL: Interface shared by the lookup indexes that look up data
in the backend storage.
-
Method Summary
-
Method Details
-
get
-
put
-
remove
-
removeAll
-
commit
void commit() -
abort
void abort()
-