Packages

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.

Linear Supertypes
AnyRef, Any

Type Members

  1. 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.

  2. class Digest extends blobstore.Digest
  3. class Retriever extends blobstore.Retriever

    Implements the Retriever abstraction using the DataStore client.

  4. class Uploader extends blobstore.Uploader

    Implements the com.here.platform.data.processing.blobstore.Uploader using the DataStore client.

Inherited from AnyRef

Inherited from Any

Ungrouped