| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.timeline | |
| com.alicloud.openservices.tablestore.timeline.core | |
| com.alicloud.openservices.tablestore.timeline.utils |
| Modifier and Type | Method and Description |
|---|---|
TimelineMeta |
TimelineMetaStore.insert(TimelineMeta meta)
Insert a new timeline meta with properties.
|
TimelineMeta |
TimelineMetaStore.read(TimelineIdentifier identifier)
Get timeline meta by identifier.
|
TimelineMeta |
TimelineMetaStore.update(TimelineMeta meta)
Update existed timeline meta with new properties.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<TimelineMeta> |
TimelineMetaStore.search(SearchParameter searchParameter)
Search timeline meta by search parameter.
|
SearchResult<TimelineMeta> |
TimelineMetaStore.search(SearchQuery searchQuery)
Search timeline meta by search parameter.
|
| Modifier and Type | Method and Description |
|---|---|
TimelineMeta |
TimelineMetaStore.insert(TimelineMeta meta)
Insert a new timeline meta with properties.
|
TimelineMeta |
TimelineMetaStore.update(TimelineMeta meta)
Update existed timeline meta with new properties.
|
| Modifier and Type | Method and Description |
|---|---|
TimelineMeta |
TimelineMetaStoreImpl.insert(TimelineMeta meta) |
TimelineMeta |
TimelineMetaStoreImpl.read(TimelineIdentifier identifier) |
TimelineMeta |
TimelineMetaStoreImpl.update(TimelineMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<TimelineMeta> |
TimelineMetaStoreImpl.search(SearchParameter searchParameter) |
SearchResult<TimelineMeta> |
TimelineMetaStoreImpl.search(SearchQuery searchQuery) |
| Modifier and Type | Method and Description |
|---|---|
TimelineMeta |
TimelineMetaStoreImpl.insert(TimelineMeta meta) |
TimelineMeta |
TimelineMetaStoreImpl.update(TimelineMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
static TimelineMeta |
Utils.rowToMeta(TimelineIdentifierSchema identifierSchema,
Row row) |
| Modifier and Type | Method and Description |
|---|---|
static Row |
Utils.metaToRow(TimelineMeta meta) |
Copyright © 2024. All Rights Reserved.