public PocoDbServer(IMetaStore metaStore, ICommitStore commitStore, IQueryProcessor queryProcessor, ICommitProcessor commitProcessor, IIndexManager indexManager) { MetaStore = metaStore; CommitStore = commitStore; QueryProcessor = queryProcessor; CommitProcessor = commitProcessor; IndexManager = indexManager; }
public MetaController(IMetaStore metaStore) { _metaStore = metaStore; }