Package | Description |
---|---|
org.apache.nifi.serialization | |
org.apache.nifi.serialization.record |
Modifier and Type | Field and Description |
---|---|
private SchemaIdentifier |
SimpleRecordSchema.schemaIdentifier |
Modifier and Type | Method and Description |
---|---|
SchemaIdentifier |
SimpleRecordSchema.getIdentifier() |
Constructor and Description |
---|
SimpleRecordSchema(List<RecordField> fields,
SchemaIdentifier id) |
SimpleRecordSchema(List<RecordField> fields,
String text,
String schemaFormat,
boolean textAvailable,
SchemaIdentifier id) |
SimpleRecordSchema(List<RecordField> fields,
String text,
String schemaFormat,
SchemaIdentifier id) |
SimpleRecordSchema(SchemaIdentifier id) |
SimpleRecordSchema(String text,
String schemaFormat,
boolean textAvailable,
SchemaIdentifier id) |
SimpleRecordSchema(String text,
String schemaFormat,
SchemaIdentifier id) |
Modifier and Type | Class and Description |
---|---|
class |
StandardSchemaIdentifier |
Modifier and Type | Field and Description |
---|---|
static SchemaIdentifier |
SchemaIdentifier.EMPTY |
Modifier and Type | Method and Description |
---|---|
SchemaIdentifier |
StandardSchemaIdentifier.Builder.build() |
SchemaIdentifier |
SchemaIdentifier.Builder.build() |
SchemaIdentifier |
RecordSchema.getIdentifier() |
Copyright © 2021 Apache NiFi Project. All rights reserved.