public class TimelineStoreFactoryImpl extends Object implements TimelineStoreFactory
| 构造器和说明 |
|---|
TimelineStoreFactoryImpl(SyncClient client) |
| 限定符和类型 | 方法和说明 |
|---|---|
TimelineMetaStore |
createMetaStore(TimelineMetaSchema metaSchema)
Create and get timeline meta service to menage metas.
|
TimelineStore |
createTimelineStore(TimelineSchema timelineSchema)
Create and get timeline store to menage timeline.
|
public TimelineStoreFactoryImpl(SyncClient client)
public TimelineStore createTimelineStore(TimelineSchema timelineSchema)
createTimelineStore 在接口中 TimelineStoreFactorytimelineSchema - The schema of timeline, include table name, primary key, index schema and etc.public TimelineMetaStore createMetaStore(TimelineMetaSchema metaSchema)
createMetaStore 在接口中 TimelineStoreFactorymetaSchema - The schema of timeline meta, include table name, primary key, index schema and etc.Copyright © 2025. All Rights Reserved.