trait Partition extends javadsl.Partition
Represent a already committed partition
- Alphabetic
- By Inheritance
- Partition
- Partition
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def checkpoint: Option[CheckpointMark]
Optional value for the stream record kafka offset
- abstract def checksum: Option[String]
The checksum field is optional.
The checksum field is optional. It is only included if checksum was requested in the API call (using 'additionalFields' query parameter) and if a checksum was provided during commit of the partition. It should be set to the sha1 checksum of the data content if data comparison needs to work for this catalog. The maximum length of checksum field is 128 characters.
- abstract def compressedDataSize: Option[Long]
Optional value for the size of the compressed partition data in bytes.
Optional value for the size of the compressed partition data in bytes. It is only included if the compressedDataSize field was requested in the API call, and if a compressedDataSize was provided during commit of the partition.
- abstract def crc: Option[String]
The crc field is optional.
The crc field is optional. It is only included if crc was requested in the API call (using 'additionalFields' query parameter) and if a crc was provided during commit of the partition.
- abstract def dataSize: Option[Long]
Optional value for the size of the partition data in bytes.
Optional value for the size of the partition data in bytes. It is only included if the dataSize field was requested in the API call, and if a dataSize was provided during commit of the partition.
- abstract def getCheckpoints: Optional[CheckpointMark]
Optional value for the stream record kafka offset
Optional value for the stream record kafka offset
- Definition Classes
- Partition
- abstract def getChecksum: Optional[String]
The checksum field is optional.
The checksum field is optional. It is only included if checksum was requested in the API call (using 'additionalFields' query parameter) and if a checksum was provided during commit of the partition. It should be set to the sha1 checksum of the data content if data comparison needs to work for this catalog. The maximum length of checksum field is 128 characters.
- Definition Classes
- Partition
- abstract def getCompressedDataSize: OptionalLong
Optional value for the size of the compressed partition data in bytes.
Optional value for the size of the compressed partition data in bytes. It is only included if the compressedDataSize field was requested in the API call, and if a compressedDataSize was provided during commit of the partition.
- Definition Classes
- Partition
- abstract def getCrc: Optional[String]
The crc field is optional.
The crc field is optional. It is only included if crc was requested in the API call (using 'additionalFields' query parameter) and if a crc was provided during commit of the partition.
- Definition Classes
- Partition
- abstract def getDataSize: OptionalLong
Optional value for the size of the partition data in bytes.
Optional value for the size of the partition data in bytes. It is only included if the dataSize field was requested in the API call, and if a dataSize was provided during commit of the partition.
- Definition Classes
- Partition
- abstract def getLayer: String
Name of the layer.
Name of the layer. Content of this field must refer to a valid layer already configured in the catalog configuration. Allowed are only: a-z, A-Z, 0-9, '_' and '-' characters. The partition layer cannot be empty. Maximum length is 50 characters.
- Definition Classes
- Partition
- abstract def getPartition: String
Name of the partition.
Name of the partition. If the partition is using a tiling partitioning scheme, this is the id of the tile. The name cannot be empty. Maximum length of this field is 500 characters.
- Definition Classes
- Partition
- abstract def getTimestamp: OptionalLong
Optional value for the stream or index record timestamp
Optional value for the stream or index record timestamp
- Definition Classes
- Partition
- abstract def isDeleted: Boolean
Return true if partition represent a delete modification
Return true if partition represent a delete modification
- Definition Classes
- Partition → Partition
- abstract def layer: String
Name of the layer.
Name of the layer. Content of this field must refer to a valid layer already configured in the catalog configuration. Allowed are only: a-z, A-Z, 0-9, '_' and '-' characters. The partition layer cannot be empty. Maximum length is 50 characters.
- abstract def partition: String
Name of the partition.
Name of the partition. If the partition is using a tiling partitioning scheme, this is the id of the tile. The name cannot be empty. Maximum length of this field is 500 characters.
- abstract def timestamp: Option[Long]
Optional value for the stream or index record timestamp
- abstract def additionalMetadata: Option[String]
Optional value for additional metadata
Optional value for additional metadata
- Annotations
- @deprecated
- Deprecated
(Since version OLP SDK > 2.1) This field is not supported anymore. Please use the other available fields instead.
- abstract def getAdditionalMetadata: Optional[String]
Optional value for additional metadata
Optional value for additional metadata
- Definition Classes
- Partition
- Annotations
- @deprecated
- Deprecated
(Since version OLP SDK > 2.1) This field is not supported anymore. Please use the other available fields instead.
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(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- 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()
- 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)