Package org.apache.druid.catalog.model
Class SchemaRegistryImpl.SchemaDefnImpl
- java.lang.Object
-
- org.apache.druid.catalog.model.SchemaRegistryImpl.SchemaDefnImpl
-
- All Implemented Interfaces:
SchemaRegistry.SchemaSpec
- Enclosing class:
- SchemaRegistryImpl
public static class SchemaRegistryImpl.SchemaDefnImpl extends Object implements SchemaRegistry.SchemaSpec
-
-
Constructor Summary
Constructors Constructor Description SchemaDefnImpl(String name, String resource, Set<String> accepts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccepts(String tableType)Stringname()StringsecurityResource()booleanwritable()
-
-
-
Method Detail
-
name
public String name()
- Specified by:
namein interfaceSchemaRegistry.SchemaSpec
-
securityResource
public String securityResource()
- Specified by:
securityResourcein interfaceSchemaRegistry.SchemaSpec
-
writable
public boolean writable()
- Specified by:
writablein interfaceSchemaRegistry.SchemaSpec
-
accepts
public boolean accepts(String tableType)
- Specified by:
acceptsin interfaceSchemaRegistry.SchemaSpec
-
-