| Modifier and Type | Method and Description |
|---|---|
static RecordSchemaType |
RecordSchemaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordSchemaType[] |
RecordSchemaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.pulsar.common.schema.SchemaInfo |
SchemaUtils.buildRowSchema(org.apache.flink.table.types.DataType dataType,
RecordSchemaType recordSchemaType) |
static <T> org.apache.pulsar.client.api.Schema<T> |
SchemaUtils.buildSchemaForRecordClazz(Class<T> recordClazz,
RecordSchemaType recordSchemaType) |
| Modifier and Type | Method and Description |
|---|---|
PulsarSerializationSchemaWrapper.Builder<T> |
PulsarSerializationSchemaWrapper.Builder.usePojoMode(Class<?> clazz,
RecordSchemaType recordSchemaType) |
PulsarSerializationSchemaWrapper.Builder<T> |
PulsarSerializationSchemaWrapper.Builder.useRowMode(org.apache.flink.table.types.DataType dataType,
RecordSchemaType recordSchemaType) |
Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.