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.StringgetName()Retrieve remote name (key) of blob.longgetSize()Get size of blob in bytes.
-