Class StreamEmbeddedPartitionMessage
java.lang.Object
com.here.platform.data.client.service.stream.StreamPartitionMessage
com.here.platform.data.client.service.stream.StreamEmbeddedPartitionMessage
- All Implemented Interfaces:
Partition,com.here.platform.data.client.scaladsl.EmbeddedData,com.here.platform.data.client.scaladsl.Partition,HasCheckpointing,Serializable,scala.Equals,scala.Product
public class StreamEmbeddedPartitionMessage
extends StreamPartitionMessage
implements com.here.platform.data.client.scaladsl.EmbeddedData, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStreamEmbeddedPartitionMessage(String layer, StreamMessage raw, boolean isCompressed) -
Method Summary
Methods inherited from class com.here.platform.data.client.service.stream.StreamPartitionMessage
additionalMetadata, checkpoint, checksum, compressedDataSize, crc, getAdditionalMetadata, getChecksum, getCompressedDataSize, getCrc, getDataSize, getLayer, getPartition, getTimestamp, isDeleted, offset, partition, streamPartition, timestamp, withCheckpointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
StreamEmbeddedPartitionMessage
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
layer
- Specified by:
layerin interfacecom.here.platform.data.client.scaladsl.Partition
-
raw
-
isCompressed
public boolean isCompressed() -
data
public byte[] data()- Specified by:
datain interfacecom.here.platform.data.client.scaladsl.EmbeddedData
-
dataSize
- Specified by:
dataSizein interfacecom.here.platform.data.client.scaladsl.Partition- Overrides:
dataSizein classStreamPartitionMessage
-
getCheckpoints
Description copied from interface:PartitionOptional value for the stream record kafka offset- Specified by:
getCheckpointsin interfacePartition
-