| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.storage |
| Modifier and Type | Method and Description |
|---|---|
Mode |
ModeValue.getMode() |
Mode |
KafkaSchemaRegistry.getMode(String subject) |
Mode |
KafkaSchemaRegistry.getModeInScope(String subject) |
Mode |
InMemoryCache.mode(String subject,
boolean returnTopLevelIfNotFound,
Mode defaultForTopLevel) |
Mode |
LookupCache.mode(String subject,
boolean returnTopLevelIfNotFound,
Mode defaultForTopLevel)
Retrieves the mode for a subject.
|
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Mode |
InMemoryCache.mode(String subject,
boolean returnTopLevelIfNotFound,
Mode defaultForTopLevel) |
Mode |
LookupCache.mode(String subject,
boolean returnTopLevelIfNotFound,
Mode defaultForTopLevel)
Retrieves the mode for a subject.
|
void |
ModeValue.setMode(Mode mode) |
void |
KafkaSchemaRegistry.setMode(String subject,
Mode mode) |
void |
KafkaSchemaRegistry.setMode(String subject,
Mode mode,
boolean force) |
void |
KafkaSchemaRegistry.setModeOrForward(String subject,
Mode mode,
boolean force,
Map<String,String> headerProperties) |
| Constructor and Description |
|---|
ModeValue(String subject,
Mode mode) |
Copyright © 2026 Confluent, Inc.. All rights reserved.