Class BlobPath
java.lang.Object
org.elasticsearch.common.blobstore.BlobPath
- All Implemented Interfaces:
java.lang.Iterable<java.lang.String>
public class BlobPath
extends java.lang.Object
implements java.lang.Iterable<java.lang.String>
The list of paths where a blob can reside. The contents of the paths are dependent upon the implementation of
BlobContainer.-
Constructor Summary
Constructors Constructor Description BlobPath() -
Method Summary
-
Constructor Details
-
BlobPath
public BlobPath()
-
-
Method Details
-
cleanPath
-
iterator
public java.util.Iterator<java.lang.String> iterator()- Specified by:
iteratorin interfacejava.lang.Iterable<java.lang.String>
-
toArray
public java.lang.String[] toArray() -
add
-
buildAsString
public java.lang.String buildAsString() -
parent
Returns this path's parent path.- Returns:
- Parent path or
nullif there is none
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-