Skip navigation links
G O R S 

G

getSuppliedSchemaFields() - Method in interface org.apache.nifi.schemaregistry.services.SchemaRegistry
 

O

org.apache.nifi.schemaregistry.services - package org.apache.nifi.schemaregistry.services
 

R

retrieveSchema(String) - Method in interface org.apache.nifi.schemaregistry.services.SchemaRegistry
Deprecated.
Use retrieveSchema(SchemaIdentifier) instead Retrieves and returns the RecordSchema based on the provided name of the schema available in Schema Registry. The RecordSchema that is returned must have the Schema's name populated in its SchemaIdentifier. I.e., a call to RecordSchema.getIdentifier().getName() will always return an Optional that is not empty.
retrieveSchema(long, int) - Method in interface org.apache.nifi.schemaregistry.services.SchemaRegistry
Deprecated.
Use retrieveSchema(SchemaIdentifier) instead Retrieves the schema with the given ID and version. The RecordSchema that is returned must have the Schema's identifier and version populated in its SchemaIdentifier. I.e., a call to RecordSchema.getIdentifier().getIdentifier() will always return an Optional that is not empty, as will a call to RecordSchema.getIdentifier().getVersion().
retrieveSchema(SchemaIdentifier) - Method in interface org.apache.nifi.schemaregistry.services.SchemaRegistry
Retrieves the schema based on the provided descriptor.
retrieveSchemaText(String) - Method in interface org.apache.nifi.schemaregistry.services.SchemaRegistry
Deprecated.
Use retrieveSchema(SchemaIdentifier) instead Retrieves and returns the textual representation of the schema based on the provided name of the schema available in Schema Registry.
retrieveSchemaText(long, int) - Method in interface org.apache.nifi.schemaregistry.services.SchemaRegistry
Deprecated.
Use retrieveSchema(SchemaIdentifier) instead Retrieves the textual representation of the schema with the given ID and version

S

SchemaRegistry - Interface in org.apache.nifi.schemaregistry.services
Represents ControllerService strategy to expose internal and/or integrate with external Schema Registry
G O R S 
Skip navigation links

Copyright © 2023 Apache NiFi Project. All rights reserved.