trait PublishedPart extends PublishedSetLike
The result of publishing a DeltaSet to blobstore. Unlike a PublishedSet, a
PublishedPart corresponds to a single part
of the output layers only.
- Alphabetic
- By Inheritance
- PublishedPart
- PublishedSetLike
- BaseSet
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
BaseSetType = PublishedPart
The type that will be returned by operations such as
withId
andoverrideConfig
.The type that will be returned by operations such as
withId
andoverrideConfig
.- Attributes
- protected
- Definition Classes
- PublishedPart → BaseSet
Abstract Value Members
-
abstract
val
changedKeyValues: Changes[Key, Put]
Returns the com.here.platform.data.processing.catalog.Partition.Put for every newly published com.here.platform.data.processing.blobstore.Payload in the published set.
Returns the com.here.platform.data.processing.catalog.Partition.Put for every newly published com.here.platform.data.processing.blobstore.Payload in the published set.
- Definition Classes
- PublishedSetLike
-
abstract
def
config: DeltaSetConfig
The effective configuration of this BaseSet, taking into account all configuration files and programmatic overrides.
-
abstract
def
fqn: FQN
The fully qualified name of the BaseSet, which consists of its BaseSet.Namespace and its BaseSet.Id.
The fully qualified name of the BaseSet, which consists of its BaseSet.Namespace and its BaseSet.Id.
- Definition Classes
- BaseSet
-
abstract
def
id: Id
The ID of the BaseSet, that identifies it in configuration files and logs, and for storing metadata in the output catalog.
-
abstract
val
layers: Set[Id]
The layers published to.
The layers published to.
- Definition Classes
- PublishedSetLike
-
abstract
def
namespace: Namespace
The BaseSet.Namespace of the BaseSet.
The BaseSet.Namespace of the BaseSet.
- Definition Classes
- BaseSet
-
abstract
def
part: Int
The published part.
-
abstract
def
partMapper: PublishedPartMapper
The PublishedPartMapper used to map the keys to each part of the output layers.
-
abstract
val
partitioner: Partitioner[Key]
The partitioner for the PublishedSet.
The partitioner for the PublishedSet.
- Definition Classes
- PublishedSetLike
-
abstract
def
upstreams: Iterable[DeltaSet[Key, Option[Payload]]]
The DeltaSet used to compute this published part, all of which contain payloads.
The DeltaSet used to compute this published part, all of which contain payloads.
- Definition Classes
- PublishedPart → BaseSet
Concrete 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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()