Packages

package blobstore

Java bindings for the blobstore package.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. blobstore
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Digest extends AnyRef

    Base class to compute the com.here.platform.data.processing.java.catalog.partition.Checksum of a Payload.

  2. class Payload extends Wrapper[blobstore.Payload] with Serializable

    A wrapper on encoded partition data.

    A wrapper on encoded partition data.

    In the future it may contain metadata in addition to the actual data.

    Note

    This is a Java friendly wrapper of com.here.platform.data.processing.blobstore.Payload.

  3. trait Retriever extends AnyRef

    Interface to retrieve the Payload of a partition.

    Interface to retrieve the Payload of a partition.

    Note

    This is a Java friendly wrapper of com.here.platform.data.processing.blobstore.Retriever.

  4. trait Uploader extends AnyRef

    Trait to upload the com.here.platform.data.processing.java.blobstore.Payload of a partition.

    Note

    This is a Java friendly wrapper of com.here.platform.data.processing.blobstore.Uploader.

Value Members

  1. object Digest

Inherited from AnyRef

Inherited from Any

Ungrouped