Class NodeStateEntry


  • public class NodeStateEntry
    extends Object
    • Constructor Detail

      • NodeStateEntry

        public NodeStateEntry​(NodeState nodeState,
                              String path,
                              long memUsage,
                              long lastModified,
                              String id)
    • Method Detail

      • getNodeState

        public NodeState getNodeState()
      • getPath

        public String getPath()
      • estimatedMemUsage

        public long estimatedMemUsage()
      • getLastModified

        public long getLastModified()
      • getId

        public String getId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object