Package com.hazelcast.jet.config
Class JetConfigDataSerializerHook
- java.lang.Object
-
- com.hazelcast.jet.config.JetConfigDataSerializerHook
-
- All Implemented Interfaces:
com.hazelcast.internal.serialization.DataSerializerHook
@PrivateApi public final class JetConfigDataSerializerHook extends java.lang.Object implements com.hazelcast.internal.serialization.DataSerializerHook
Hazelcast serializer hooks for the classes in thecom.hazelcast.jet.config
package. This is private API.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DELTA_JOB_CONFIG
Serialization ID of theDeltaJobConfig
class.static int
EDGE_CONFIG
Serialization ID of theEdgeConfig
class.static int
JOB_CONFIG
Serialization ID of theJobConfig
class.static int
RESOURCE_CONFIG
Serialization ID of theResourceConfig
class.
-
Constructor Summary
Constructors Constructor Description JetConfigDataSerializerHook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataSerializableFactory
createFactory()
int
getFactoryId()
-
-
-
Field Detail
-
JOB_CONFIG
public static final int JOB_CONFIG
Serialization ID of theJobConfig
class.- See Also:
- Constant Field Values
-
EDGE_CONFIG
public static final int EDGE_CONFIG
Serialization ID of theEdgeConfig
class.- See Also:
- Constant Field Values
-
RESOURCE_CONFIG
public static final int RESOURCE_CONFIG
Serialization ID of theResourceConfig
class.- See Also:
- Constant Field Values
-
DELTA_JOB_CONFIG
public static final int DELTA_JOB_CONFIG
Serialization ID of theDeltaJobConfig
class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getFactoryId
public int getFactoryId()
- Specified by:
getFactoryId
in interfacecom.hazelcast.internal.serialization.DataSerializerHook
-
createFactory
public DataSerializableFactory createFactory()
- Specified by:
createFactory
in interfacecom.hazelcast.internal.serialization.DataSerializerHook
-
-