public class TimelineStoreFactoryImpl extends Object implements TimelineStoreFactory
| Constructor and Description |
|---|
TimelineStoreFactoryImpl(SyncClient client) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface TimelineStoreFactorytimelineSchema - The schema of timeline, include table name, primary key, index schema and etc.public TimelineMetaStore createMetaStore(TimelineMetaSchema metaSchema)
createMetaStore in interface TimelineStoreFactorymetaSchema - The schema of timeline meta, include table name, primary key, index schema and etc.Copyright © 2024. All Rights Reserved.