@Internal @Experimental @AutoService(value=TableProvider.class) public class PubsubJsonTableProvider extends InMemoryMetaTableProvider
| Modifier and Type | Class and Description | 
|---|---|
| static class  | PubsubJsonTableProvider.PubsubIOTableConfiguration | 
| Constructor and Description | 
|---|
| PubsubJsonTableProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| BeamSqlTable | buildBeamSqlTable(Table tableDefintion)Build a  BeamSqlTableusing the given table meta info. | 
| java.lang.String | getTableType()Gets the table type this provider handles. | 
createTable, dropTable, getTablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSubProvider, getSubProviders, getTablepublic java.lang.String getTableType()
TableProviderpublic BeamSqlTable buildBeamSqlTable(Table tableDefintion)
TableProviderBeamSqlTable using the given table meta info.