public static class SchemaRegistryImpl.SchemaDefnImpl extends Object implements SchemaRegistry.SchemaSpec
| Constructor and Description |
|---|
SchemaDefnImpl(String name,
String resource,
Set<String> accepts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(String tableType) |
String |
name() |
String |
securityResource() |
boolean |
writable() |
public String name()
name in interface SchemaRegistry.SchemaSpecpublic String securityResource()
securityResource in interface SchemaRegistry.SchemaSpecpublic boolean writable()
writable in interface SchemaRegistry.SchemaSpecpublic boolean accepts(String tableType)
accepts in interface SchemaRegistry.SchemaSpecCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.