A E O P W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AsJsons<InputT> - Class in org.apache.beam.sdk.extensions.jackson
-
PTransformfor serializing objects to JSONStrings. - AsJsons.AsJsonsWithFailures<FailureT> - Class in org.apache.beam.sdk.extensions.jackson
-
A
PTransformthat adds exception handling toAsJsons.
E
- exceptionsInto(TypeDescriptor<NewFailureT>) - Method in class org.apache.beam.sdk.extensions.jackson.AsJsons
-
Returns a new
AsJsons.AsJsonsWithFailurestransform that catches exceptions raised while writing JSON elements, with the given type descriptor used for the failure collection but the exception handler yet to be specified usingAsJsons.AsJsonsWithFailures.exceptionsVia(ProcessFunction). - exceptionsInto(TypeDescriptor<NewFailureT>) - Method in class org.apache.beam.sdk.extensions.jackson.ParseJsons
-
Returns a new
ParseJsons.ParseJsonsWithFailurestransform that catches exceptions raised while parsing elements, with the given type descriptor used for the failure collection but the exception handler yet to be specified usingexceptionsVia(ProcessFunction). - exceptionsVia() - Method in class org.apache.beam.sdk.extensions.jackson.AsJsons
-
Returns a new
AsJsons.AsJsonsWithFailurestransform that catches exceptions raised while writing JSON elements, passing the raised exception instance and the input element being processed through the default exception handlerAsJsons.DefaultExceptionAsMapHandlerand emitting the result to a failure collection. - exceptionsVia() - Method in class org.apache.beam.sdk.extensions.jackson.ParseJsons
-
Returns a new
ParseJsons.ParseJsonsWithFailurestransform that catches exceptions raised while parsing elements, passing the raised exception instance and the input element being processed through the default exception handlerParseJsons.DefaultExceptionAsMapHandlerand emitting the result to a failure collection. - exceptionsVia(InferableFunction<WithFailures.ExceptionElement<InputT>, FailureT>) - Method in class org.apache.beam.sdk.extensions.jackson.AsJsons
-
Returns a new
AsJsons.AsJsonsWithFailurestransform that catches exceptions raised while writing JSON elements, passing the raised exception instance and the input element being processed through the givenexceptionHandlerand emitting the result to a failure collection. - exceptionsVia(InferableFunction<WithFailures.ExceptionElement<String>, FailureT>) - Method in class org.apache.beam.sdk.extensions.jackson.ParseJsons
-
Returns a new
ParseJsons.ParseJsonsWithFailurestransform that catches exceptions raised while parsing elements, passing the raised exception instance and the input element being processed through the givenexceptionHandlerand emitting the result to a failure collection. - exceptionsVia(ProcessFunction<WithFailures.ExceptionElement<InputT>, FailureT>) - Method in class org.apache.beam.sdk.extensions.jackson.AsJsons.AsJsonsWithFailures
-
Returns a new
AsJsons.AsJsonsWithFailurestransform that catches exceptions raised while writing JSON elements, passing the raised exception instance and the input element being processed through the givenexceptionHandlerand emitting the result to a failure collection. - exceptionsVia(ProcessFunction<WithFailures.ExceptionElement<String>, FailureT>) - Method in class org.apache.beam.sdk.extensions.jackson.ParseJsons.ParseJsonsWithFailures
-
Returns a new
ParseJsons.ParseJsonsWithFailurestransform that catches exceptions raised while parsing elements, passing the raised exception instance and the input element being processed through the givenexceptionHandlerand emitting the result to a failure collection. - expand(PCollection<InputT>) - Method in class org.apache.beam.sdk.extensions.jackson.AsJsons.AsJsonsWithFailures
- expand(PCollection<InputT>) - Method in class org.apache.beam.sdk.extensions.jackson.AsJsons
- expand(PCollection<String>) - Method in class org.apache.beam.sdk.extensions.jackson.ParseJsons
- expand(PCollection<String>) - Method in class org.apache.beam.sdk.extensions.jackson.ParseJsons.ParseJsonsWithFailures
O
- of(Class<? extends InputT>) - Static method in class org.apache.beam.sdk.extensions.jackson.AsJsons
-
Creates a
AsJsonsPTransformthat will transform aPCollection<InputT>into aPCollectionof JSONStringsrepresenting those objects using a JacksonObjectMapper. - of(Class<? extends OutputT>) - Static method in class org.apache.beam.sdk.extensions.jackson.ParseJsons
-
Creates a
ParseJsonsPTransformthat will parse JSONStringsinto aPCollection<OutputT>using a JacksonObjectMapper. - org.apache.beam.sdk.extensions.jackson - package org.apache.beam.sdk.extensions.jackson
-
Utilities for parsing and creating JSON serialized objects.
P
- ParseJsons<OutputT> - Class in org.apache.beam.sdk.extensions.jackson
-
PTransformfor parsing JSONStrings. - ParseJsons.ParseJsonsWithFailures<FailureT> - Class in org.apache.beam.sdk.extensions.jackson
-
A
PTransformthat adds exception handling toParseJsons.
W
- withMapper(ObjectMapper) - Method in class org.apache.beam.sdk.extensions.jackson.AsJsons
-
Use custom Jackson
ObjectMapperinstead of the default one. - withMapper(ObjectMapper) - Method in class org.apache.beam.sdk.extensions.jackson.ParseJsons
-
Use custom Jackson
ObjectMapperinstead of the default one.
All Classes All Packages