C D E G H K O R S V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- coderFor(TypeDescriptor<T>, List<? extends Coder<?>>) - Method in class org.apache.beam.sdk.extensions.kryo.KryoCoderProvider
D
- decode(InputStream) - Method in class org.apache.beam.sdk.extensions.kryo.KryoCoder
E
- encode(T, OutputStream) - Method in class org.apache.beam.sdk.extensions.kryo.KryoCoder
- equals(Object) - Method in class org.apache.beam.sdk.extensions.kryo.KryoCoder
G
- getKryoBufferSize() - Method in interface org.apache.beam.sdk.extensions.kryo.KryoOptions
- getKryoReferences() - Method in interface org.apache.beam.sdk.extensions.kryo.KryoOptions
- getKryoRegistrationRequired() - Method in interface org.apache.beam.sdk.extensions.kryo.KryoOptions
H
- hashCode() - Method in class org.apache.beam.sdk.extensions.kryo.KryoCoder
K
- KryoCoder<T> - Class in org.apache.beam.sdk.extensions.kryo
-
Coder using Kryo as (de)serialization mechanism.
- KryoCoderProvider - Class in org.apache.beam.sdk.extensions.kryo
-
Implementation of
CoderProvider, which providesKryoCoderfor any type registered toKryoby user-providedKryoRegistrar. - KryoOptions - Interface in org.apache.beam.sdk.extensions.kryo
-
PipelineOptionswhich allows passingKryoparameters. - KryoRegistrar - Interface in org.apache.beam.sdk.extensions.kryo
-
Interface to be implemented by clients to register their classes with
Kryo.
O
- of() - Static method in class org.apache.beam.sdk.extensions.kryo.KryoCoder
-
Create a new
KryoCoderwith defaultKryoOptions. - of() - Static method in class org.apache.beam.sdk.extensions.kryo.KryoCoderProvider
-
Create a new
KryoCoderProviderwith defaultKryoOptions. - of(List<KryoRegistrar>) - Static method in class org.apache.beam.sdk.extensions.kryo.KryoCoder
-
Create a new
KryoCoderwith defaultKryoOptions. - of(List<KryoRegistrar>) - Static method in class org.apache.beam.sdk.extensions.kryo.KryoCoderProvider
-
Create a new
KryoCoderProviderwith defaultKryoOptions. - of(KryoRegistrar...) - Static method in class org.apache.beam.sdk.extensions.kryo.KryoCoder
-
Create a new
KryoCoderwith defaultKryoOptions. - of(KryoRegistrar...) - Static method in class org.apache.beam.sdk.extensions.kryo.KryoCoderProvider
-
Create a new
KryoCoderProviderwith defaultKryoOptions. - of(PipelineOptions) - Static method in class org.apache.beam.sdk.extensions.kryo.KryoCoder
-
Create a new
KryoCoder. - of(PipelineOptions) - Static method in class org.apache.beam.sdk.extensions.kryo.KryoCoderProvider
-
Create a new
KryoCoderProvider. - of(PipelineOptions, List<KryoRegistrar>) - Static method in class org.apache.beam.sdk.extensions.kryo.KryoCoder
-
Create a new
KryoCoder. - of(PipelineOptions, List<KryoRegistrar>) - Static method in class org.apache.beam.sdk.extensions.kryo.KryoCoderProvider
-
Create a new
KryoCoderProvider. - of(PipelineOptions, KryoRegistrar...) - Static method in class org.apache.beam.sdk.extensions.kryo.KryoCoder
-
Create a new
KryoCoder. - of(PipelineOptions, KryoRegistrar...) - Static method in class org.apache.beam.sdk.extensions.kryo.KryoCoderProvider
-
Create a new
KryoCoderProvider. - org.apache.beam.sdk.extensions.kryo - package org.apache.beam.sdk.extensions.kryo
-
Euphoria API focused on Beam coders.
R
- registerClasses(Kryo) - Method in interface org.apache.beam.sdk.extensions.kryo.KryoRegistrar
-
Implementations should call variants of
Kryo.register(Class)to register custom classes with givenKryoinstance. - registerTo(Pipeline) - Method in class org.apache.beam.sdk.extensions.kryo.KryoCoderProvider
-
Builds
KryoCoderProviderand register it to givenPipeline.
S
- setKryoBufferSize(int) - Method in interface org.apache.beam.sdk.extensions.kryo.KryoOptions
- setKryoReferences(boolean) - Method in interface org.apache.beam.sdk.extensions.kryo.KryoOptions
- setKryoRegistrationRequired(boolean) - Method in interface org.apache.beam.sdk.extensions.kryo.KryoOptions
V
- verifyDeterministic() - Method in class org.apache.beam.sdk.extensions.kryo.KryoCoder
W
- withRegistrar(KryoRegistrar) - Method in class org.apache.beam.sdk.extensions.kryo.KryoCoder
-
Create a new
KryoCoderinstance with the user provided registrar. - withRegistrar(KryoRegistrar) - Method in class org.apache.beam.sdk.extensions.kryo.KryoCoderProvider
-
Create a new
KryoCoderProviderwith the provided registrar.
All Classes All Packages