| Modifier and Type | Method and Description |
|---|---|
TimelineStore |
TimelineStoreFactory.createTimelineStore(TimelineSchema timelineSchema)
Create timeline store service with timeline schema.
|
| Modifier and Type | Method and Description |
|---|---|
TimelineStore |
TimelineStoreFactoryImpl.createTimelineStore(TimelineSchema timelineSchema)
Create and get timeline store to menage timeline.
|
| Constructor and Description |
|---|
TimelineQueueImpl(SyncClientInterface client,
TableStoreWriter writer,
TimelineSchema schema,
TimelineIdentifier identifier) |
TimelineStoreImpl(SyncClient client,
TimelineSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
TimelineSchema |
TimelineSchema.autoGenerateSeqId() |
TimelineSchema |
TimelineSchema.manualSetSeqId() |
TimelineSchema |
TimelineSchema.setCallbackExecuteThreads(int callbackExecuteThreads) |
TimelineSchema |
TimelineSchema.setSequenceIdColumnName(String sequenceIdColumnName) |
TimelineSchema |
TimelineSchema.setTimeToLive(int ttl) |
TimelineSchema |
TimelineSchema.withIndex(String indexName,
IndexSchema dataIndex) |
TimelineSchema |
TimelineSchema.withWriterConfig(WriterConfig writerConfig) |
| Modifier and Type | Method and Description |
|---|---|
static TimelineEntry |
Utils.rowToTimelineEntry(TimelineSchema schema,
Row row) |
static TimelineEntry |
Utils.rowToTimelineEntryWithColumnList(TimelineSchema schema,
Row row,
List<Column> columnList)
Can't get columns by writer, should use column list to construct timelineEntry
|
static TimelineEntry |
Utils.rowToTimelineEntryWithMessage(TimelineSchema schema,
Row row,
TimelineMessage message)
Can't get columns when update row, should use message to construct timelineEntry
|
Copyright © 2024. All Rights Reserved.