com.hazelcast.mapreduce.impl
public class JobPartitionStateArraySerializerHook extends Object implements SerializerHook<JobPartitionState[]>
JobPartitionState
array.Constructor and Description |
---|
JobPartitionStateArraySerializerHook() |
Modifier and Type | Method and Description |
---|---|
Serializer |
createSerializer()
Creates a new serializer for the serialization type
|
Class<JobPartitionState[]> |
getSerializationType()
Returns the actual class type of the serialized object
|
boolean |
isOverwritable()
Defines if this serializer can be overridden by defining a custom
serializer in the configurations (codebase or configuration file)
|
public JobPartitionStateArraySerializerHook()
public Class<JobPartitionState[]> getSerializationType()
SerializerHook
getSerializationType
in interface SerializerHook<JobPartitionState[]>
public Serializer createSerializer()
SerializerHook
createSerializer
in interface SerializerHook<JobPartitionState[]>
public boolean isOverwritable()
SerializerHook
isOverwritable
in interface SerializerHook<JobPartitionState[]>
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.