Index
All Classes and Interfaces|All Packages
C
- com.hazelcast.jet.protobuf - package com.hazelcast.jet.protobuf
-
Protocol Buffers v3 support for Hazelcast Jet.
- createSerializer() - Method in class com.hazelcast.jet.protobuf.ProtobufSerializerHook
F
- from(Class<T>, int) - Static method in class com.hazelcast.jet.protobuf.ProtobufSerializer
-
An utility method that creates an anonymous
ProtobufSerializer.
G
- getSerializationType() - Method in class com.hazelcast.jet.protobuf.ProtobufSerializerHook
- getTypeId() - Method in class com.hazelcast.jet.protobuf.ProtobufSerializer
I
- isOverwritable() - Method in class com.hazelcast.jet.protobuf.ProtobufSerializerHook
P
- ProtobufSerializer<T extends com.google.protobuf.GeneratedMessageV3> - Class in com.hazelcast.jet.protobuf
-
Adapts a generated Google Protocol Buffers v3 serializer class to the Hazelcast
StreamSerializerinterface. - ProtobufSerializer(Class<T>, int) - Constructor for class com.hazelcast.jet.protobuf.ProtobufSerializer
-
Called by the subclass to initialize this protobuf serializer.
- ProtobufSerializerHook<T extends com.google.protobuf.GeneratedMessageV3> - Class in com.hazelcast.jet.protobuf
-
Simplifies using the Hazelcast Serializer Hook mechanism to register a Google Protocol Buffers serializer with the Hazelcast Jet cluster.
- ProtobufSerializerHook(Class<T>, int) - Constructor for class com.hazelcast.jet.protobuf.ProtobufSerializerHook
-
Creates Protocol Buffers v3 serializer hook.
R
- read(ObjectDataInput) - Method in class com.hazelcast.jet.protobuf.ProtobufSerializer
W
- write(ObjectDataOutput, T) - Method in class com.hazelcast.jet.protobuf.ProtobufSerializer
All Classes and Interfaces|All Packages