Package one.microstream.storage.types
Interface StorageIdAnalysis
- All Known Implementing Classes:
StorageIdAnalysis.Default
public interface StorageIdAnalysis
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageIdAnalysis.Default -
Method Summary
Modifier and Type Method Description static StorageIdAnalysisEmpty()XGettingTable<Persistence.IdType,Long>highestIdsPerType()static StorageIdAnalysisNew(Long highestTid, Long highestOid, Long highestCid)static StorageIdAnalysisNew(Long highestTid, Long highestOid, Long highestCid, XGettingEnum<Long> occuringTypeIds)static StorageIdAnalysisNew(XGettingSequence<KeyValue<Persistence.IdType,Long>> values, XGettingEnum<Long> occuringTypeIds)XGettingEnum<Long>occuringTypeIds()
-
Method Details
-
highestIdsPerType
XGettingTable<Persistence.IdType,Long> highestIdsPerType() -
occuringTypeIds
XGettingEnum<Long> occuringTypeIds() -
Empty
-
New
-
New
static StorageIdAnalysis New(Long highestTid, Long highestOid, Long highestCid, XGettingEnum<Long> occuringTypeIds) -
New
static StorageIdAnalysis New(XGettingSequence<KeyValue<Persistence.IdType,Long>> values, XGettingEnum<Long> occuringTypeIds)
-