Class InMemoryMetaStore

  • All Implemented Interfaces:
    TableProvider, MetaStore

    public class InMemoryMetaStore
    extends java.lang.Object
    implements MetaStore
    A MetaStore which stores the meta info in memory.

    NOTE, because this implementation is memory based, the metadata is NOT persistent. for tables which created, you need to create again every time you launch the BeamSqlCli.