| Package | Description |
|---|---|
| io.cdap.wrangler.clients |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
SchemaRegistryClient.getSchema(String namespace,
String id)
Retrieves schema provided a schema id.
|
byte[] |
SchemaRegistryClient.getSchema(String namespace,
String id,
long version)
Retrieves schema provided a schema id and version of the schema.
|
List<Long> |
SchemaRegistryClient.getVersions(String namespace,
String id)
Gets all the versions of schemas given a schema id.
|
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.