public class SchemaTestUtils extends Object
| Constructor and Description |
|---|
SchemaTestUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
open(org.apache.flink.api.common.serialization.DeserializationSchema<?> schema)
Opens the given schema with a mock initialization context.
|
static void |
open(org.apache.flink.api.common.serialization.SerializationSchema<?> schema)
Opens the given schema with a mock initialization context.
|
public static void open(org.apache.flink.api.common.serialization.SerializationSchema<?> schema)
schema - to openRuntimeException - if the schema throws an exceptionpublic static void open(org.apache.flink.api.common.serialization.DeserializationSchema<?> schema)
schema - to openRuntimeException - if the schema throws an exceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.