Class PathRev

  • All Implemented Interfaces:
    Comparable<PathRev>, org.apache.jackrabbit.oak.cache.CacheValue

    public final class PathRev
    extends Object
    implements org.apache.jackrabbit.oak.cache.CacheValue, Comparable<PathRev>
    A cache key implementation, which is a combination of a path and a revision vector.
    • Constructor Detail

      • PathRev

        public PathRev​(@NotNull
                       @NotNull Path path,
                       @NotNull
                       @NotNull RevisionVector revision)
    • Method Detail

      • getPath

        public Path getPath()
      • getMemory

        public int getMemory()
        Specified by:
        getMemory in interface org.apache.jackrabbit.oak.cache.CacheValue
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object