Class ReferralCache.TargetSetEntry

  • Enclosing class:
    ReferralCache

    public static class ReferralCache.TargetSetEntry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TargetSetEntry​(java.lang.String targetPath, boolean targetSetBoundary)  
    • Method Summary

      Modifier and Type Method Description
      DFSPath getTargetPath()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TargetSetEntry

        public TargetSetEntry​(java.lang.String targetPath,
                              boolean targetSetBoundary)
    • Method Detail

      • getTargetPath

        public DFSPath getTargetPath()
      • toString

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