package v2
Contains an implementation used to access BlobStore using DataStore client.
The retriever using the DataStore client library is Retriever. The uploader using the DataStore client library is Uploader.
Type Members
-
class
ChecksumVersionIdGenerator extends BlobIdGenerator
Blob ID generator for a partition in the format "hash.version".
Blob ID generator for a partition in the format "hash.version". The hash value is calculated based on the layer and payload checksum. The version is kept outside of the hash to show the catalog version for which this blob was uploaded. This is useful when listing blobs in Blobstore.
- class Digest extends blobstore.Digest
-
class
Retriever extends blobstore.Retriever
Implements the Retriever abstraction using the DataStore client.
-
class
Uploader extends blobstore.Uploader
Implements the com.here.platform.data.processing.blobstore.Uploader using the DataStore client.