Package cz.o2.proxima.direct.io.blob
Interface BlobBase
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
GCloudBlobPath.GCloudBlob
,S3BlobPath.S3Blob
@Internal public interface BlobBase extends java.io.Serializable
Generic descriptor of blob in any blob store (e.g. S3, GCS, ...).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Retrieve remote name (key) of blob.long
getSize()
Get size of blob in bytes.
-