net.ontopia.persistence.proxy
Interface TransactionalLookupIndexIF<K,E>

All Superinterfaces:
LookupIndexIF<K,E>
All Known Implementing Classes:
LocatorLookup, QueryLookup, SharedLocatorLookup, SharedQueryLookup, TransactionalLRULookupIndex, TransactionalSoftHashMapIndex

public interface TransactionalLookupIndexIF<K,E>
extends LookupIndexIF<K,E>

INTERNAL: Interface shared by the lookup indexes that look up data in the backend storage.


Method Summary
 void abort()
           
 void commit()
           
 void removeAll(java.util.Collection<K> keys)
           
 
Methods inherited from interface net.ontopia.utils.LookupIndexIF
get, put, remove
 

Method Detail

removeAll

void removeAll(java.util.Collection<K> keys)

commit

void commit()

abort

void abort()


Copyright © 2000-2012 Ontopia.