@Internal
Package org.apache.beam.sdk.extensions.kryo
Euphoria API focused on Beam coders.
-
Interface Summary Interface Description KryoOptions PipelineOptionswhich allows passingKryoparameters.KryoRegistrar Interface to be implemented by clients to register their classes withKryo. -
Class Summary Class Description KryoCoder<T> Coder using Kryo as (de)serialization mechanism.KryoCoderProvider Implementation ofCoderProvider, which providesKryoCoderfor any type registered toKryoby user-providedKryoRegistrar.