package blobstore
Java bindings for the blobstore package.
- Alphabetic
- By Inheritance
- blobstore
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
abstract
class
Digest extends AnyRef
Base class to compute the com.here.platform.data.processing.java.catalog.partition.Checksum of a Payload.
-
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.
-
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.
-
trait
Uploader extends AnyRef
Trait to upload the com.here.platform.data.processing.java.blobstore.Payload of a partition.
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.