Class LocalCache

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  LocalCache.CasStateEntry  
      • Nested classes/interfaces inherited from class java.util.concurrent.ConcurrentHashMap

        java.util.concurrent.ConcurrentHashMap.KeySetView<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LocalCache.CasStateEntry createCasStateEntry​(java.lang.String aCasReferenceId)  
      void dumpContents()  
      void dumpContents​(boolean dump2Stdout)  
      LocalCache.CasStateEntry getTopCasAncestor​(java.lang.String casReferenceId)  
      LocalCache.CasStateEntry lookupEntry​(java.lang.String aCasReferenceId)  
      java.lang.String lookupInputCasReferenceId​(java.lang.String aCasReferenceId)  
      java.lang.String lookupInputCasReferenceId​(LocalCache.CasStateEntry entry)  
      void remove​(java.lang.String aCasReferenceId)  
      • Methods inherited from class java.util.concurrent.ConcurrentHashMap

        clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, values
      • Methods inherited from class java.util.AbstractMap

        clone
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • lookupInputCasReferenceId

        public java.lang.String lookupInputCasReferenceId​(java.lang.String aCasReferenceId)
      • dumpContents

        public void dumpContents()
      • dumpContents

        public void dumpContents​(boolean dump2Stdout)
      • remove

        public void remove​(java.lang.String aCasReferenceId)
      • getTopCasAncestor

        public LocalCache.CasStateEntry getTopCasAncestor​(java.lang.String casReferenceId)
                                                   throws java.lang.Exception
        Throws:
        java.lang.Exception