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 Details

    • get

      E get(K key)
    • put

      E put(K key, E value)
    • remove

      E remove(K key)
    • removeAll

      void removeAll(Collection<K> keys)
    • commit

      void commit()
    • abort

      void abort()