Class NodeCacheImpl

  • All Implemented Interfaces:
    NodeCache

    public class NodeCacheImpl
    extends java.lang.Object
    implements NodeCache
    Created: User: unicoletti Date: 11:21 AM 6/27/15
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getEntry​(java.lang.Long nodeId)  
      void refreshEntry​(java.lang.Long nodeId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getEntry

        public java.util.Map<java.lang.String,​java.lang.String> getEntry​(java.lang.Long nodeId)
        Specified by:
        getEntry in interface NodeCache
      • refreshEntry

        public void refreshEntry​(java.lang.Long nodeId)
        Specified by:
        refreshEntry in interface NodeCache