Class BlobPath

org.elasticsearch.common.blobstore.BlobPath

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

    Fields
    Modifier and Type
    Field
    Description
    static BlobPath
     
  • Method Summary

    Modifier and Type
    Method
    Description
     path)
     
     
    boolean
     o)
     
    int
     
    Returns this path's parent path.
    <>
     
     

    Methods inherited from class java.lang.

    , , , , , , ,
  • Field Details

    • EMPTY

      public static final BlobPath EMPTY
  • Method Details

    • parts

      public <> parts()
    • add

      public  path)
    • buildAsString

      public  buildAsString()
    • parent

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

      public  toString()
      Overrides:
       in class 
    • equals

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

      public int hashCode()
      Overrides:
       in class