Class Hierarchy
- java.lang.Object
- org.apache.kafka.common.config.AbstractConfig
- io.confluent.rest.RestConfig
- org.eclipse.jetty.util.component.AbstractLifeCycle (implements org.eclipse.jetty.util.component.LifeCycle)
- org.eclipse.jetty.util.component.ContainerLifeCycle (implements org.eclipse.jetty.util.component.Container, org.eclipse.jetty.util.component.Destroyable, org.eclipse.jetty.util.component.Dumpable.DumpableContainer)
- org.eclipse.jetty.server.handler.AbstractHandler (implements org.eclipse.jetty.server.Handler)
- org.eclipse.jetty.server.handler.AbstractHandlerContainer (implements org.eclipse.jetty.server.HandlerContainer)
- org.eclipse.jetty.server.handler.HandlerWrapper
- org.eclipse.jetty.server.handler.ErrorHandler
- io.confluent.common.utils.AbstractPerformanceTest
- io.confluent.kafka.schemaregistry.rest.filters.AliasFilter (implements javax.ws.rs.container.ContainerRequestFilter)
- io.confluent.kafka.schemaregistry.utils.AppInfoParser
- io.confluent.rest.Application<T>
- io.confluent.kafka.schemaregistry.avro.AvroUtils
- io.confluent.kafka.schemaregistry.rest.resources.CompatibilityResource
- io.confluent.kafka.schemaregistry.storage.CompositeSchemaUpdateHandler (implements io.confluent.kafka.schemaregistry.storage.SchemaUpdateHandler)
- io.confluent.kafka.schemaregistry.rest.handlers.CompositeUpdateRequestHandler (implements io.confluent.kafka.schemaregistry.rest.handlers.UpdateRequestHandler)
- io.confluent.kafka.schemaregistry.rest.resources.ConfigResource
- io.confluent.kafka.schemaregistry.rest.filters.ContextFilter (implements javax.ws.rs.container.ContainerRequestFilter)
- io.confluent.kafka.schemaregistry.rest.resources.ContextsResource
- io.confluent.kafka.schemaregistry.rest.exceptions.Errors
- io.confluent.kafka.schemaregistry.storage.FilteredIterator<T> (implements io.confluent.kafka.schemaregistry.storage.CloseableIterator<T>)
- io.confluent.kafka.schemaregistry.id.IncrementalIdGenerator (implements io.confluent.kafka.schemaregistry.id.IdGenerator)
- io.confluent.kafka.schemaregistry.storage.InMemoryCache<K,V> (implements io.confluent.kafka.schemaregistry.storage.LookupCache<K,V>)
- io.confluent.kafka.schemaregistry.rest.exceptions.JettyEofExceptionMapper (implements javax.ws.rs.ext.ExceptionMapper<E>)
- io.confluent.kafka.schemaregistry.rest.exceptions.JettyEofExceptionWriterInterceptor (implements javax.ws.rs.ext.WriterInterceptor)
- io.confluent.kafka.schemaregistry.leaderelector.kafka.KafkaGroupLeaderElector (implements io.confluent.kafka.schemaregistry.storage.LeaderElector)
- io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry (implements io.confluent.kafka.schemaregistry.storage.LeaderAwareSchemaRegistry, io.confluent.kafka.schemaregistry.storage.SchemaRegistry, io.confluent.kafka.schemaregistry.client.security.SslFactory.SslFactoryCreated)
- io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry.SchemeAndPort
- io.confluent.kafka.schemaregistry.storage.KafkaStore<K,V> (implements io.confluent.kafka.schemaregistry.storage.Store<K,V>)
- io.confluent.kafka.schemaregistry.storage.KafkaStoreMessageHandler (implements io.confluent.kafka.schemaregistry.storage.SchemaUpdateHandler)
- io.confluent.kafka.schemaregistry.storage.encoder.KeysetWrapper
- io.confluent.kafka.schemaregistry.storage.encoder.KeysetWrapperDeserializer (implements org.apache.kafka.common.serialization.Deserializer<T>)
- io.confluent.kafka.schemaregistry.storage.encoder.KeysetWrapperSerde (implements org.apache.kafka.common.serialization.Serde<T>)
- io.confluent.kafka.schemaregistry.storage.encoder.KeysetWrapperSerializer (implements org.apache.kafka.common.serialization.Serializer<T>)
- io.confluent.kafka.schemaregistry.storage.LazyParsedSchemaHolder (implements io.confluent.kafka.schemaregistry.ParsedSchemaHolder)
- io.confluent.kafka.schemaregistry.rest.client.LocalSchemaRegistryClient (implements io.confluent.kafka.schemaregistry.client.SchemaRegistryClient)
- io.confluent.kafka.schemaregistry.rest.Main
- io.confluent.kafka.schemaregistry.storage.MD5
- io.confluent.kafka.schemaregistry.storage.Metadata
- io.confluent.kafka.schemaregistry.storage.encoder.MetadataEncoderService (implements java.io.Closeable)
- io.confluent.kafka.schemaregistry.metrics.MetricsContainer
- io.confluent.kafka.schemaregistry.rest.resources.ModeResource
- io.confluent.kafka.schemaregistry.storage.OffsetCheckpoint (implements java.io.Closeable)
- io.confluent.kafka.schemaregistry.utils.Props
- org.apache.avro.data.RecordBuilderBase<T> (implements org.apache.avro.data.RecordBuilder<T>)
- org.apache.avro.specific.SpecificRecordBuilderBase<T>
- io.confluent.kafka.schemaregistry.rest.resources.RequestHeaderBuilder
- io.confluent.kafka.schemaregistry.rest.filters.RestCallMetricFilter (implements javax.ws.rs.container.ContainerResponseFilter)
- io.confluent.kafka.schemaregistry.rest.resources.RootResource
- io.confluent.kafka.schemaregistry.storage.Rule
- io.confluent.kafka.schemaregistry.storage.RuleSet
- io.confluent.kafka.schemaregistry.storage.RuleSetHandler (implements io.confluent.kafka.schemaregistry.rest.handlers.UpdateRequestHandler)
- io.confluent.kafka.schemaregistry.storage.SchemaIdAndSubjects
- io.confluent.kafka.schemaregistry.id.SchemaIdRange
- io.confluent.kafka.schemaregistry.storage.SchemaReference (implements java.lang.Comparable<T>)
- io.confluent.kafka.schemaregistry.storage.SchemaRegistryIdentity
- io.confluent.kafka.schemaregistry.storage.SchemaRegistryKey (implements java.lang.Comparable<T>)
- io.confluent.kafka.schemaregistry.storage.ContextKey
- io.confluent.kafka.schemaregistry.storage.NoopKey
- io.confluent.kafka.schemaregistry.storage.SubjectKey
- io.confluent.kafka.schemaregistry.rest.SchemaRegistryMain
- io.confluent.kafka.schemaregistry.metrics.SchemaRegistryMetric
- io.confluent.kafka.schemaregistry.storage.serialization.SchemaRegistrySerializer (implements io.confluent.kafka.schemaregistry.storage.serialization.Serializer<K,V>)
- io.confluent.kafka.schemaregistry.storage.SchemaRegistryValue
- io.confluent.kafka.schemaregistry.rest.resources.SchemasResource
- io.confluent.kafka.schemaregistry.rest.resources.ServerMetadataResource
- javax.servlet.ServletRequestWrapper (implements javax.servlet.ServletRequest)
- javax.servlet.http.HttpServletRequestWrapper (implements javax.servlet.http.HttpServletRequest)
- org.apache.avro.specific.SpecificRecordBase (implements java.lang.Comparable<T>, java.io.Externalizable, org.apache.avro.generic.GenericRecord, org.apache.avro.specific.SpecificRecord)
- otherns.Subrecord (implements org.apache.avro.specific.SpecificRecord)
- io.confluent.kafka.schemaregistry.storage.SubjectKeyComparator<K> (implements java.util.Comparator<T>)
- io.confluent.kafka.schemaregistry.rest.resources.SubjectsResource
- io.confluent.kafka.schemaregistry.rest.resources.SubjectVersionsResource
- java.lang.Thread (implements java.lang.Runnable)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- javax.validation.ValidationException
- javax.validation.ConstraintViolationException
- io.confluent.rest.exceptions.RestConstraintViolationException
- javax.ws.rs.WebApplicationException
- io.confluent.rest.exceptions.RestException
- io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
- io.confluent.kafka.schemaregistry.storage.exceptions.SerializationException
- io.confluent.kafka.schemaregistry.storage.exceptions.StoreException
- io.confluent.kafka.schemaregistry.storage.exceptions.StoreInitializationException
- io.confluent.kafka.schemaregistry.storage.TransformedIterator<F,T> (implements io.confluent.kafka.schemaregistry.storage.CloseableIterator<T>)
- io.confluent.kafka.schemaregistry.rest.VersionId
Interface Hierarchy
Annotation Type Hierarchy
Enum Hierarchy
Copyright © 2026 Confluent, Inc.. All rights reserved.