Interface SchemaRegistry.SchemaSpec

All Known Implementing Classes:
SchemaRegistryImpl.SchemaDefnImpl
Enclosing interface:
SchemaRegistry

public static interface SchemaRegistry.SchemaSpec
  • Method Details

    • name

      String name()
    • securityResource

      String securityResource()
    • writable

      boolean writable()
    • accepts

      boolean accepts(String tableType)