trait PendingPartition extends AnyRef
A partition pending for commit, either a new partition, an update to an existing partition, or the deletion of an existing partition.
A new or updated partition is represented by the concrete subclass for - Scala: com.here.platform.data.client.scaladsl.NewPartition or - Java: com.here.platform.data.client.javadsl.NewPartition.
A partition to be deleted is represented by the concrete subclass for - Scala: com.here.platform.data.client.scaladsl.DeletedPartition or - Java: com.here.platform.data.client.javadsl.DeletedPartition.
This trait is not designed for custom implementations. The API will reject subtypes not created by the API itself.
- Alphabetic
- By Inheritance
- PendingPartition
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
getLayer: String
The layer name of this pending partition.
The layer name of this pending partition.
- returns
layer name
-
abstract
def
getPartition: String
The partition id of this pending partition.
The partition id of this pending partition.
- returns
partition id
-
abstract
def
layer: String
The layer name of this pending partition.
The layer name of this pending partition.
- returns
layer name
-
abstract
def
partition: String
The partition id of this pending partition.
The partition id of this pending partition.
- returns
partition id
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()