public interface StorageIdAnalysis
| Modifier and Type | Interface and Description |
|---|---|
static class |
StorageIdAnalysis.Default |
| Modifier and Type | Method and Description |
|---|---|
static StorageIdAnalysis |
Empty() |
one.microstream.collections.types.XGettingTable<one.microstream.persistence.types.Persistence.IdType,Long> |
highestIdsPerType() |
static StorageIdAnalysis |
New(Long highestTid,
Long highestOid,
Long highestCid) |
static StorageIdAnalysis |
New(Long highestTid,
Long highestOid,
Long highestCid,
one.microstream.collections.types.XGettingEnum<Long> occuringTypeIds) |
static StorageIdAnalysis |
New(one.microstream.collections.types.XGettingSequence<one.microstream.typing.KeyValue<one.microstream.persistence.types.Persistence.IdType,Long>> values,
one.microstream.collections.types.XGettingEnum<Long> occuringTypeIds) |
one.microstream.collections.types.XGettingEnum<Long> |
occuringTypeIds() |
one.microstream.collections.types.XGettingTable<one.microstream.persistence.types.Persistence.IdType,Long> highestIdsPerType()
one.microstream.collections.types.XGettingEnum<Long> occuringTypeIds()
static StorageIdAnalysis Empty()
static StorageIdAnalysis New(Long highestTid, Long highestOid, Long highestCid)
static StorageIdAnalysis New(Long highestTid, Long highestOid, Long highestCid, one.microstream.collections.types.XGettingEnum<Long> occuringTypeIds)
static StorageIdAnalysis New(one.microstream.collections.types.XGettingSequence<one.microstream.typing.KeyValue<one.microstream.persistence.types.Persistence.IdType,Long>> values, one.microstream.collections.types.XGettingEnum<Long> occuringTypeIds)
Copyright © 2022 MicroStream Software. All rights reserved.