Package org.apache.druid.catalog.model
Interface SchemaRegistry
-
- All Known Implementing Classes:
SchemaRegistryImpl
public interface SchemaRegistryDefines 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSchemaRegistry.SchemaSpec
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>names()SchemaRegistry.SchemaSpecschema(String name)List<SchemaRegistry.SchemaSpec>schemas()
-
-
-
Method Detail
-
schema
SchemaRegistry.SchemaSpec schema(String name)
-
schemas
List<SchemaRegistry.SchemaSpec> schemas()
-
-