public class HiveTablePartitionSerializer extends Object implements SimpleVersionedSerializer<HiveTablePartition>
HiveTablePartition
.Modifier and Type | Field and Description |
---|---|
static HiveTablePartitionSerializer |
INSTANCE |
Constructor and Description |
---|
HiveTablePartitionSerializer() |
Modifier and Type | Method and Description |
---|---|
HiveTablePartition |
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(HiveTablePartition hiveTablePartition)
Serializes the given object.
|
public static final HiveTablePartitionSerializer INSTANCE
public int getVersion()
SimpleVersionedSerializer
getVersion
in interface SimpleVersionedSerializer<HiveTablePartition>
getVersion
in interface Versioned
public byte[] serialize(HiveTablePartition hiveTablePartition) throws IOException
SimpleVersionedSerializer
SimpleVersionedSerializer.getVersion()
.serialize
in interface SimpleVersionedSerializer<HiveTablePartition>
hiveTablePartition
- The object to serialize.IOException
- Thrown, if the serialization fails.public HiveTablePartition deserialize(int version, byte[] serialized) throws IOException
SimpleVersionedSerializer
deserialize
in interface SimpleVersionedSerializer<HiveTablePartition>
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.