Package | Description |
---|---|
com.hazelcast.jet.config |
Jet's configuration data objects.
|
com.hazelcast.jet.protobuf |
Protocol Buffers v3 support for Hazelcast Jet.
|
Modifier and Type | Method and Description |
---|---|
<T,S extends StreamSerializer<T>> |
JobConfig.registerSerializer(Class<T> clazz,
Class<S> serializerClass)
Registers the given serializer for the given class for the scope of the
job.
|
Modifier and Type | Class and Description |
---|---|
class |
ProtobufSerializer<T extends com.google.protobuf.GeneratedMessageV3>
Adapts a generated
Google Protocol Buffers v3 serializer class to the Hazelcast
StreamSerializer interface. |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.