Uses of Enum Class
io.confluent.kafka.schemaregistry.storage.SchemaRegistryKeyType
Packages that use SchemaRegistryKeyType
-
Uses of SchemaRegistryKeyType in io.confluent.kafka.schemaregistry.storage
Fields in io.confluent.kafka.schemaregistry.storage declared as SchemaRegistryKeyTypeModifier and TypeFieldDescriptionprotected @NotEmpty SchemaRegistryKeyTypeSchemaRegistryKey.keyTypeMethods in io.confluent.kafka.schemaregistry.storage that return SchemaRegistryKeyTypeModifier and TypeMethodDescriptionstatic SchemaRegistryKeyTypeSchemaRegistryKey.getKeyType()static SchemaRegistryKeyTypeReturns the enum constant of this class with the specified name.static SchemaRegistryKeyType[]SchemaRegistryKeyType.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 SchemaRegistryKeyTypeModifier and TypeMethodDescriptionvoidSchemaRegistryKey.setKeyType(SchemaRegistryKeyType keyType) Constructors in io.confluent.kafka.schemaregistry.storage with parameters of type SchemaRegistryKeyTypeModifierConstructorDescriptionSchemaRegistryKey(SchemaRegistryKeyType keyType) SubjectKey(SchemaRegistryKeyType keyType, String subject)