@Internal public class KafkaPartitionSplitSerializer extends Object implements SimpleVersionedSerializer<KafkaPartitionSplit>
serializer
for KafkaPartitionSplit
.Constructor and Description |
---|
KafkaPartitionSplitSerializer() |
Modifier and Type | Method and Description |
---|---|
KafkaPartitionSplit |
deserialize(int version,
byte[] serialized)
De-serializes the given data (bytes) which was serialized with the scheme of the indicated
version.
|
int |
getVersion()
Gets the version with which this serializer serializes.
|
byte[] |
serialize(KafkaPartitionSplit split)
Serializes the given object.
|
public int getVersion()
SimpleVersionedSerializer
getVersion
in interface SimpleVersionedSerializer<KafkaPartitionSplit>
getVersion
in interface Versioned
public byte[] serialize(KafkaPartitionSplit split) throws IOException
SimpleVersionedSerializer
SimpleVersionedSerializer.getVersion()
.serialize
in interface SimpleVersionedSerializer<KafkaPartitionSplit>
split
- The object to serialize.IOException
- Thrown, if the serialization fails.public KafkaPartitionSplit deserialize(int version, byte[] serialized) throws IOException
SimpleVersionedSerializer
deserialize
in interface SimpleVersionedSerializer<KafkaPartitionSplit>
version
- The version in which the data was serializedserialized
- The serialized dataIOException
- Thrown, if the deserialization fails.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.