public class HiveSourceSplitSerializer extends Object implements SimpleVersionedSerializer<HiveSourceSplit>
HiveSourceSplit
.Modifier and Type | Field and Description |
---|---|
static HiveSourceSplitSerializer |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
HiveSourceSplit |
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(HiveSourceSplit split)
Serializes the given object.
|
public static final HiveSourceSplitSerializer INSTANCE
public int getVersion()
SimpleVersionedSerializer
getVersion
in interface SimpleVersionedSerializer<HiveSourceSplit>
getVersion
in interface Versioned
public byte[] serialize(HiveSourceSplit split) throws IOException
SimpleVersionedSerializer
SimpleVersionedSerializer.getVersion()
.serialize
in interface SimpleVersionedSerializer<HiveSourceSplit>
split
- The object to serialize.IOException
- Thrown, if the serialization fails.public HiveSourceSplit deserialize(int version, byte[] serialized) throws IOException
SimpleVersionedSerializer
deserialize
in interface SimpleVersionedSerializer<HiveSourceSplit>
version
- The version in which the data was serializedserialized
- The serialized dataIOException
- Thrown, if the deserialization fails.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.