Package org.apache.druid.catalog.model
Interface SchemaRegistry
- All Known Implementing Classes:
SchemaRegistryImpl
public interface SchemaRegistry
Defines the set of schemas available in Druid and their properties.
Since Druid has a fixed set of schemas, this registry is currently
hard-coded. That will change if/when Druid allows user-defined
schemas.
-
Method Details
-
schema
-
names
-
schemas
List<SchemaRegistry.SchemaSpec> schemas()
-