| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.storage |
| Modifier and Type | Method and Description |
|---|---|
static LookupFilter |
LookupFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookupFilter[] |
LookupFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ExtendedSchema> |
KafkaSchemaRegistry.allVersionsIncludingAliasesWithSubjectPrefix(String prefix,
LookupFilter filter,
boolean returnLatestOnly,
Predicate<Schema> postFilter) |
Iterator<SchemaKey> |
KafkaSchemaRegistry.getAllVersions(String subject,
LookupFilter filter) |
Iterator<SchemaKey> |
SchemaRegistry.getAllVersions(String subject,
LookupFilter filter) |
Iterator<ExtendedSchema> |
KafkaSchemaRegistry.getVersionsWithSubjectPrefix(String prefix,
boolean includeAliases,
LookupFilter filter,
boolean returnLatestOnly,
Predicate<Schema> postFilter) |
Iterator<ExtendedSchema> |
SchemaRegistry.getVersionsWithSubjectPrefix(String prefix,
boolean includeAliases,
LookupFilter filter,
boolean latestOnly,
Predicate<Schema> postFilter) |
Set<String> |
KafkaSchemaRegistry.listSubjects(LookupFilter filter) |
Set<String> |
SchemaRegistry.listSubjects(LookupFilter filter) |
Set<String> |
KafkaSchemaRegistry.listSubjectsWithPrefix(String prefix,
LookupFilter filter) |
Copyright © 2026 Confluent, Inc.. All rights reserved.