Uses of Class
org.apache.pulsar.broker.service.schema.SchemaRegistry.SchemaAndMetadata
Packages that use SchemaRegistry.SchemaAndMetadata
Package
Description
-
Uses of SchemaRegistry.SchemaAndMetadata in org.apache.pulsar.broker.admin.impl
Methods in org.apache.pulsar.broker.admin.impl that return types with arguments of type SchemaRegistry.SchemaAndMetadataModifier and TypeMethodDescriptionSchemasResourceBase.getAllSchemasAsync(boolean authoritative) SchemasResourceBase.getSchemaAsync(boolean authoritative) SchemasResourceBase.getSchemaAsync(boolean authoritative, String version) Methods in org.apache.pulsar.broker.admin.impl with parameters of type SchemaRegistry.SchemaAndMetadataModifier and TypeMethodDescriptionprotected org.apache.pulsar.common.protocol.schema.GetSchemaResponseSchemasResourceBase.convertToSchemaResponse(SchemaRegistry.SchemaAndMetadata schema) Method parameters in org.apache.pulsar.broker.admin.impl with type arguments of type SchemaRegistry.SchemaAndMetadataModifier and TypeMethodDescriptionprotected org.apache.pulsar.common.protocol.schema.GetAllVersionsSchemaResponseSchemasResourceBase.convertToAllVersionsSchemaResponse(List<SchemaRegistry.SchemaAndMetadata> schemas) -
Uses of SchemaRegistry.SchemaAndMetadata in org.apache.pulsar.broker.service.schema
Methods in org.apache.pulsar.broker.service.schema that return types with arguments of type SchemaRegistry.SchemaAndMetadataModifier and TypeMethodDescriptionDefaultSchemaRegistryService.getAllSchemas(String schemaId) SchemaRegistry.getAllSchemas(String schemaId) SchemaRegistryServiceImpl.getAllSchemas(String schemaId) DefaultSchemaRegistryService.getSchema(String schemaId, org.apache.pulsar.common.protocol.schema.SchemaVersion version) SchemaRegistry.getSchema(String schemaId, org.apache.pulsar.common.protocol.schema.SchemaVersion version) SchemaRegistryServiceImpl.getSchema(String schemaId, org.apache.pulsar.common.protocol.schema.SchemaVersion version) DefaultSchemaRegistryService.trimDeletedSchemaAndGetList(String schemaId) SchemaRegistry.trimDeletedSchemaAndGetList(String schemaId) SchemaRegistryServiceImpl.trimDeletedSchemaAndGetList(String schemaId) Method parameters in org.apache.pulsar.broker.service.schema with type arguments of type SchemaRegistry.SchemaAndMetadataModifier and TypeMethodDescriptionCompletableFuture<org.apache.pulsar.common.protocol.schema.SchemaVersion>DefaultSchemaRegistryService.getSchemaVersionBySchemaData(List<SchemaRegistry.SchemaAndMetadata> schemaAndMetadataList, org.apache.pulsar.common.protocol.schema.SchemaData schemaData) CompletableFuture<org.apache.pulsar.common.protocol.schema.SchemaVersion>SchemaRegistry.getSchemaVersionBySchemaData(List<SchemaRegistry.SchemaAndMetadata> schemaAndMetadataList, org.apache.pulsar.common.protocol.schema.SchemaData schemaData) CompletableFuture<org.apache.pulsar.common.protocol.schema.SchemaVersion>SchemaRegistryServiceImpl.getSchemaVersionBySchemaData(List<SchemaRegistry.SchemaAndMetadata> schemaAndMetadataList, org.apache.pulsar.common.protocol.schema.SchemaData schemaData) -
Uses of SchemaRegistry.SchemaAndMetadata in org.apache.pulsar.broker.service.schema.validator
Methods in org.apache.pulsar.broker.service.schema.validator that return types with arguments of type SchemaRegistry.SchemaAndMetadataModifier and TypeMethodDescriptionSchemaRegistryServiceWithSchemaDataValidator.getAllSchemas(String schemaId) SchemaRegistryServiceWithSchemaDataValidator.getSchema(String schemaId, org.apache.pulsar.common.protocol.schema.SchemaVersion version) SchemaRegistryServiceWithSchemaDataValidator.trimDeletedSchemaAndGetList(String schemaId) Method parameters in org.apache.pulsar.broker.service.schema.validator with type arguments of type SchemaRegistry.SchemaAndMetadataModifier and TypeMethodDescriptionCompletableFuture<org.apache.pulsar.common.protocol.schema.SchemaVersion>SchemaRegistryServiceWithSchemaDataValidator.getSchemaVersionBySchemaData(List<SchemaRegistry.SchemaAndMetadata> schemaAndMetadataList, org.apache.pulsar.common.protocol.schema.SchemaData schemaData)