Class BlobPath

java.lang.Object
org.elasticsearch.common.blobstore.BlobPath

public class BlobPath extends Object
The list of paths where a blob can reside. The contents of the paths are dependent upon the implementation of BlobContainer.
  • Field Details

    • EMPTY

      public static final BlobPath EMPTY
  • Method Details

    • parts

      public List<String> parts()
    • add

      public BlobPath add(String path)
    • buildAsString

      public String buildAsString()
    • parent

      @Nullable public BlobPath parent()
      Returns this path's parent path.
      Returns:
      Parent path or null if there is none
    • toString

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object