Class TransactionalSoftHashMapIndex<K,​V>

  • All Implemented Interfaces:
    Serializable, Map<K,​V>, TransactionalLookupIndexIF<K,​V>, org.apache.commons.collections4.Get<K,​V>, org.apache.commons.collections4.IterableGet<K,​V>, org.apache.commons.collections4.IterableMap<K,​V>, org.apache.commons.collections4.Put<K,​V>

    public class TransactionalSoftHashMapIndex<K,​V>
    extends org.apache.commons.collections4.map.ReferenceMap<K,​V>
    implements TransactionalLookupIndexIF<K,​V>
    INTERNAL:
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.commons.collections4.map.AbstractReferenceMap

        org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry<K extends Object,​V extends Object>, org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceStrength
      • Nested classes/interfaces inherited from class org.apache.commons.collections4.map.AbstractHashedMap

        org.apache.commons.collections4.map.AbstractHashedMap.EntrySet<K extends Object,​V extends Object>, org.apache.commons.collections4.map.AbstractHashedMap.EntrySetIterator<K extends Object,​V extends Object>, org.apache.commons.collections4.map.AbstractHashedMap.HashEntry<K extends Object,​V extends Object>, org.apache.commons.collections4.map.AbstractHashedMap.HashIterator<K extends Object,​V extends Object>, org.apache.commons.collections4.map.AbstractHashedMap.HashMapIterator<K extends Object,​V extends Object>, org.apache.commons.collections4.map.AbstractHashedMap.KeySet<K extends Object>, org.apache.commons.collections4.map.AbstractHashedMap.KeySetIterator<K extends Object>, org.apache.commons.collections4.map.AbstractHashedMap.Values<V extends Object>, org.apache.commons.collections4.map.AbstractHashedMap.ValuesIterator<V extends Object>
    • Field Summary

      • Fields inherited from class org.apache.commons.collections4.map.AbstractHashedMap

        DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, GETKEY_INVALID, GETVALUE_INVALID, MAXIMUM_CAPACITY, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void abort()  
      void commit()  
      void removeAll​(Collection<K> keys)  
      • Methods inherited from class org.apache.commons.collections4.map.AbstractReferenceMap

        clear, containsKey, containsValue, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, doReadObject, doWriteObject, entrySet, get, getEntry, hashEntry, init, isEmpty, isEqualKey, isKeyType, keySet, mapIterator, purge, purge, purgeBeforeRead, purgeBeforeWrite, put, remove, size, values
      • Methods inherited from class org.apache.commons.collections4.map.AbstractHashedMap

        addEntry, addMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clone, convertKey, destroyEntry, ensureCapacity, entryHashCode, entryKey, entryNext, entryValue, equals, hash, hashCode, hashIndex, isEqualValue, putAll, removeEntry, removeMapping, reuseEntry, toString, updateEntry