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
在接口中 TimelineStoreFactory
timelineSchema
- The schema of timeline, include table name, primary key, index schema and etc.public TimelineMetaStore createMetaStore(TimelineMetaSchema metaSchema)
createMetaStore
在接口中 TimelineStoreFactory
metaSchema
- The schema of timeline meta, include table name, primary key, index schema and etc.Copyright © 2019. All Rights Reserved.