Skip navigation links
A B C E F G H M P R S 

A

addPolicy(HttpPipelinePolicy) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Adds a policy to the set of existing policies that are executed after required policies.
AVRO - Static variable in class com.azure.data.schemaregistry.models.SerializationType
 

B

buildAsyncClient() - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Creates a SchemaRegistryAsyncClient based on options set in the builder.
buildClient() - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Creates synchronous SchemaRegistryClient instance.

C

com.azure.data.schemaregistry - package com.azure.data.schemaregistry
Package containing clients for Azure Schema Registry service.
com.azure.data.schemaregistry.models - package com.azure.data.schemaregistry.models
Package containing the model classes for schema registry.
credential(TokenCredential) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the TokenCredential to use when authenticating HTTP requests for this SchemaRegistryAsyncClient.

E

endpoint(String) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the service endpoint for the Azure Schema Registry instance.

F

fromString(String) - Static method in class com.azure.data.schemaregistry.models.SerializationType
Returns the SerializationType associated with the name.

G

getSchema() - Method in class com.azure.data.schemaregistry.models.SchemaProperties
Schema bytes returned from Schema Registry.
getSchema(String) - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Gets the schema properties of the schema associated with the unique schemaId.
getSchema(String) - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Gets the schema properties of the schema associated with the unique schemaId.
getSchemaId() - Method in class com.azure.data.schemaregistry.models.SchemaProperties
Returns the unique identifier for this schema.
getSchemaId(String, String, String, SerializationType) - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Gets the schema identifier associated with the given schema.
getSchemaId(String, String, String, SerializationType) - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Gets the schema identifier associated with the given schema.
getSchemaIdWithResponse(String, String, String, SerializationType) - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Gets the schema identifier associated with the given schema.
getSchemaIdWithResponse(String, String, String, SerializationType, Context) - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Gets the schema identifier associated with the given schema.
getSchemaName() - Method in class com.azure.data.schemaregistry.models.SchemaProperties
The name of the schema.
getSchemaWithResponse(String) - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Gets the schema properties of the schema associated with the unique schemaId.
getSchemaWithResponse(String, Context) - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Gets the schema properties of the schema associated with the unique schemaId.
getSerializationType() - Method in class com.azure.data.schemaregistry.models.SchemaProperties
The serialization type of this schema.

H

httpClient(HttpClient) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the HTTP client to use for sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the logging configuration for HTTP requests and responses.

M

maxCacheSize(int) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets schema cache size limit.

P

pipeline(HttpPipeline) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the HTTP pipeline to use for the service client.

R

registerSchema(String, String, String, SerializationType) - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Registers a new schema in the specified schema group with the given schema name.
registerSchema(String, String, String, SerializationType) - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Registers a new schema in the specified schema group with the given schema name.
registerSchemaWithResponse(String, String, String, SerializationType) - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Registers a new schema in the specified schema group with the given schema name.
registerSchemaWithResponse(String, String, String, SerializationType, Context) - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Registers a new schema in the specified schema group with the given schema name.
retryPolicy(RetryPolicy) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the RetryPolicy that is used when each request is sent.

S

SchemaProperties - Class in com.azure.data.schemaregistry.models
Stores all relevant information returned from SchemaRegistryClient/SchemaRegistryAsyncClient layer.
SchemaProperties(String, SerializationType, String, byte[]) - Constructor for class com.azure.data.schemaregistry.models.SchemaProperties
Initializes SchemaRegistryObject instance.
SchemaRegistryAsyncClient - Class in com.azure.data.schemaregistry
HTTP-based client that interacts with Azure Schema Registry service to store and retrieve schemas on demand.
SchemaRegistryClient - Class in com.azure.data.schemaregistry
HTTP-based client that interacts with Azure Schema Registry service to store and retrieve schemas on demand.
SchemaRegistryClientBuilder - Class in com.azure.data.schemaregistry
Builder implementation for SchemaRegistryAsyncClient.
SchemaRegistryClientBuilder() - Constructor for class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Constructor for CachedSchemaRegistryClientBuilder.
SerializationType - Class in com.azure.data.schemaregistry.models
The list of all serialization types.
SerializationType() - Constructor for class com.azure.data.schemaregistry.models.SerializationType
 
A B C E F G H M P R S 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2020 Microsoft Corporation. All rights reserved.