Uses of Enum Class
io.confluent.kafka.schemaregistry.storage.LookupFilter
Packages that use LookupFilter
-
Uses of LookupFilter in io.confluent.kafka.schemaregistry.storage
Methods in io.confluent.kafka.schemaregistry.storage that return LookupFilterModifier and TypeMethodDescriptionstatic LookupFilterReturns the enum constant of this class with the specified name.static LookupFilter[]LookupFilter.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.confluent.kafka.schemaregistry.storage with parameters of type LookupFilterModifier and TypeMethodDescriptionAbstractSchemaRegistry.allVersionsIncludingAliasesWithSubjectPrefix(String prefix, LookupFilter filter, boolean returnLatestOnly, Predicate<Schema> postFilter) AbstractSchemaRegistry.getAllVersions(String subject, LookupFilter filter) SchemaRegistry.getAllVersions(String subject, LookupFilter filter) AbstractSchemaRegistry.getVersionsWithSubjectPrefix(String prefix, boolean includeAliases, LookupFilter filter, boolean returnLatestOnly, Predicate<Schema> postFilter) SchemaRegistry.getVersionsWithSubjectPrefix(String prefix, boolean includeAliases, LookupFilter filter, boolean latestOnly, Predicate<Schema> postFilter) AbstractSchemaRegistry.listSubjects(LookupFilter filter) SchemaRegistry.listSubjects(LookupFilter filter) AbstractSchemaRegistry.listSubjectsWithPrefix(String prefix, LookupFilter filter) SchemaRegistry.listSubjectsWithPrefix(String prefix, LookupFilter filter)