Package cz.o2.proxima.direct.blob
Class BlobPath<BlobT extends BlobBase>
- java.lang.Object
-
- cz.o2.proxima.direct.blob.BlobPath<BlobT>
-
-
Field Summary
Fields Modifier and Type Field Description private BlobTblobprivate FileSystemfsprivate static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description protectedBlobPath(FileSystem fs, BlobT blob)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intcompareTo(Path other)abstract voiddelete()booleanequals(java.lang.Object obj)BlobTgetBlob()java.lang.StringgetBlobName()FileSystemgetFileSystem()inthashCode()static java.lang.StringnormalizePath(java.lang.String path)abstract java.io.InputStreamreader()java.lang.StringtoString()abstract java.io.OutputStreamwriter()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
fs
private final FileSystem fs
-
-
Constructor Detail
-
BlobPath
protected BlobPath(FileSystem fs, BlobT blob)
-
-
Method Detail
-
getFileSystem
public FileSystem getFileSystem()
- Specified by:
getFileSystemin interfacePath
-
getBlob
public BlobT getBlob()
-
getBlobName
public java.lang.String getBlobName()
-
compareTo
public int compareTo(@Nonnull Path other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
normalizePath
public static java.lang.String normalizePath(java.lang.String path)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-