public interface TransactionalLookupIndexIF<K,E>
void
abort()
commit()
E
get(K key)
put(K key, E value)
remove(K key)
removeAll(Collection<K> keys)
E get(K key)
E put(K key, E value)
E remove(K key)
void removeAll(Collection<K> keys)
void commit()
void abort()
Copyright © 2022 Ontopia.