Class LocalDiffCache.Diff

    • Constructor Summary

      Constructors 
      Constructor Description
      Diff​(java.util.Map<Path,​java.lang.String> changes, long memory)  
    • Constructor Detail

      • Diff

        public Diff​(java.util.Map<Path,​java.lang.String> changes,
                    long memory)
    • Method Detail

      • asString

        public java.lang.String asString()
      • getChanges

        public java.util.Map<Path,​java.lang.String> getChanges()
      • getMemory

        public int getMemory()
        Description copied from interface: CacheValue
        The estimated amount of memory used by this object, in bytes.
        Specified by:
        getMemory in interface CacheValue
        Returns:
        the estimated number of bytes
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object