class Uploader extends blobstore.Uploader
Implements the com.here.platform.data.processing.blobstore.Uploader using the DataStore client.
- Alphabetic
- By Inheritance
- Uploader
- Uploader
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Uploader(catalogId: Id, catalogHrn: HRN, digests: Map[Id, blobstore.Digest], appInfo: Option[AppInfo] = None, idGenerator: BlobIdGenerator = new UUIDBlobIdGenerator, endpointLocatorSettings: Option[EndpointLocatorSettings] = None)
- catalogId
the unique identifier of the catalog for which this Uploader is being created
- catalogHrn
the HRN of the catalog for which this Uploader is being created
- appInfo
the optional app info used to work with DataStore. If undefined, the default DataStore client credentials are used.
- idGenerator
optional blob ID generator. If not specified, the library uses the standard UUIDBlobIdGenerator from DataStore client.
- endpointLocatorSettings
the endpoint locator settings used to work with DataStore
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val digests: Map[Id, blobstore.Digest]
Map of the Digest objects per layer.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def putPayload(key: Key, payload: DigestedPayload): Put
- final def putPayload(key: Key, payload: Payload): Put
Uploads the com.here.platform.data.processing.blobstore.Payload of a Partition.
Uploads the com.here.platform.data.processing.blobstore.Payload of a Partition.
- key
The key identifying a partition.
- payload
The com.here.platform.data.processing.blobstore.Payload to upload.
- returns
The assigned metadata with the com.here.platform.data.processing.blobstore.Payload URL to be committed.
- Definition Classes
- Uploader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)